|
1 |
| -# MongoDB on the AWS Cloud |
2 |
| -> MongoDB version 3.4 |
3 |
| -
|
4 |
| -## Deployment Options |
5 |
| -AWS Quick Start Team |
6 |
| - |
7 |
| -This Quick Start reference deployment guide includes architectural considerations and configuration steps for deploying a MongoDB cluster on the Amazon Web Services (AWS) cloud. It discusses best practices for deploying MongoDB on AWS using services such as Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Virtual Private Cloud (Amazon VPC). It also provides links to automated AWS CloudFormation templates that you can leverage for your deployment or launch directly into your AWS account. |
8 |
| - |
9 |
| -The guide is for IT infrastructure architects, administrators, and DevOps professionals who are planning to implement or extend their MongoDB workloads on the AWS cloud. |
10 |
| - |
11 |
| -The following links are for your convenience. Before you launch the Quick Start, please review the architecture, configuration, network security, and other considerations discussed in this guide. |
12 |
| - |
13 |
| -## Change Log |
14 |
| -### April 2017 |
15 |
| -* Changed version to MongoDB 3.4 |
16 |
| -* Removed Sharding Option and Configuration Parameters. |
17 |
| -* Simplified init script init_replica.sh |
18 |
| -* Added test cases |
19 |
| -* Implemented MongoDB Security Checklist |
20 |
| - * Enabled User Auth. A root admin user is setup during quick start launch |
21 |
| - * All the replica set nodes are setup with a keyfile to enable internal key authentication. |
22 |
| - |
23 |
| -### March 2017 |
24 |
| -* Disabled transparent hugepages |
25 |
| -* Changed file system to xfs |
26 |
| -* Refactored template into nested modules. |
27 |
| - * mongodb-master.template - launches MongoDB replica set in a new VPC |
28 |
| - * mongodb.template - launches MongoDB replica set in an existing VPC |
29 |
| - * mongodb-node.template - launches one node in MongoDB replica set |
30 |
| -* Added quickstart-aws-vpc and quickstart-linux-bastion as submodules |
| 1 | +# quickstart-mongodb |
| 2 | +## MongoDB on the AWS Cloud |
| 3 | + |
| 4 | +This Quick Start sets up a flexible, scalable AWS environment for MongoDB, and launches MongoDB into a configuration of your choice. |
| 5 | + |
| 6 | +MongoDB is an open source, NoSQL database that provides support for JSON-styled, document-oriented storage systems. |
| 7 | +Its flexible data model enables you to store data of any structure, and it provides full index support, sharding, and replication. |
| 8 | + |
| 9 | +The Quick Start offers two deployment options: |
| 10 | + |
| 11 | +- Deploying MongoDB into a new virtual private cloud (VPC) on AWS |
| 12 | +- Deploying MongoDB into an existing VPC on AWS |
| 13 | + |
| 14 | +You can also use the AWS CloudFormation templates as a starting point for your own implementation. |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | +For architectural details, best practices, step-by-step instructions, and customization options, see the |
| 19 | +[deployment guide](https://fwd.aws/3d33d). |
| 20 | + |
| 21 | +To post feedback, submit feature ideas, or report bugs, use the **Issues** section of this GitHub repo. |
| 22 | +If you'd like to submit code for this Quick Start, please review the [AWS Quick Start Contributor's Kit](https://aws-quickstart.github.io/). |
0 commit comments