Amazon Web Services (AWS)
On this page
- Cluster Configuration Options
- Amazon Availability Zones
- Regions with at Least Three Availability Zones
- Regions with Only Two Availability Zones
- Dedicated Search Nodes
- Supported Regions
- Available Search Tiers
- Stream Processing Instances
- Integrations
- Networking Services
- Security and Identity Services
- Other AWS Services
- Procurement
- More Information
Atlas supports deploying clusters onto Amazon Web Services (AWS). Atlas supports all AWS regions other than some regions in China and US GovCloud.
Atlas supports the following AWS regions. While all of the
following regions support dedicated clusters (M10+
),
some regions don't support free and Atlas Flex clusters.
The Atlas API uses the corresponding
Atlas Region.
AWS Region | Location | Atlas Region | M0/M2/M5/Atlas Flex Support | M10+ Support |
---|---|---|---|---|
us-east-1 | Northern Virginia, USA | US_EAST_1 | ||
us-west-2 | Oregon, USA | US_WEST_2 | ||
ca-central-1 | Montreal, QC, Canada | CA_CENTRAL_1 | ||
ca-west-1 | Calgary, Canada | CA_WEST_1 | ||
us-east-2 | Ohio, USA | US_EAST_2 | ||
us-west-1 | Northern California, USA | US_WEST_1 | ||
sa-east-1 | Sao Paulo, Brazil | SA_EAST_1 |
AWS Region | Location | Atlas Region | M0/M2/M5/Atlas Flex Support | M10+ Support |
---|---|---|---|---|
ap-southeast-1 | Singapore | AP_SOUTHEAST_1 | ||
ap-southeast-2 | Sydney, NSW, Australia | AP_SOUTHEAST_2 | ||
ap-southeast-3 | Jakarta, Indonesia | AP_SOUTHEAST_3 | ||
ap-south-1 | Mumbai, India | AP_SOUTH_1 | ||
ap-east-1 | Hong Kong, China | AP_EAST_1 | ||
ap-northeast-1 | Tokyo, Japan | AP_NORTHEAST_1 | ||
ap-northeast-2 | Seoul, South Korea | AP_NORTHEAST_2 | ||
ap-northeast-3 | Osaka, Japan | AP_NORTHEAST_3 | ||
ap-south-2 | Hyderabad, India | AP_SOUTH_2 | ||
ap-southeast-4 | Melbourne, Victoria, Australia | AP_SOUTHEAST_4 |
AWS Region | Location | Atlas Region | M0/M2/M5/Atlas Flex Support | M10+ Support |
---|---|---|---|---|
eu-west-1 | Ireland | EU_WEST_1 | ||
eu-central-1 | Frankfurt, Germany | EU_CENTRAL_1 | ||
eu-north-1 | Stockholm, Sweden | EU_NORTH_1 | ||
eu-west-2 | London, England, UK | EU_WEST_2 | ||
eu-west-3 | Paris, France | EU_WEST_3 | ||
eu-south-1 | Milan, Italy | EU_SOUTH_1 | ||
eu-central-2 | Zurich, Switzerland | EU_CENTRAL_2 | ||
eu-south-2 | Spain | EU_SOUTH_2 |
AWS Region | Location | Atlas Region | M0/M2/M5/Atlas Flex Support | M10+ Support |
---|---|---|---|---|
me-south-1 | Bahrain | ME_SOUTH_1 | ||
af-south-1 | Cape Town, South Africa | AF_SOUTH_1 | ||
il-central-1 | Tel Aviv, Israel | IL_CENTRAL_1 | ||
me-central-1 | UAE | ME_CENTRAL_1 |
This page provides reference material related to Atlas cluster deployments on AWS.
Cluster Configuration Options
Each Atlas cluster tier comes with a default set of resources. Atlas provides the following resource configuration options:
- Custom Storage Size
The size of the server root volume. Atlas clusters deployed onto AWS use general purpose SSDs [1].
Note
RAM Availability
The actual amount of RAM available to each cluster tier might be slightly less than the stated amount, due to memory that the kernel reserves.
The following cluster tiers are available:
Instance SizeStorage RangeDefault StorageDefault RAMM0.5 GB.5 GBSharedM22 GB2 GBSharedM55 GB5 GBSharedM1010 GB to 128 GB10 GB2 GBM2010 GB to 255 GB20 GB4 GBM3010 GB to 512 GB40 GB8 GBM4010 GB to 1 TB80 GB16 GBR4010 GB to 1 TB80 GB16 GBM40_NVME380 GB380 GB15.25 GBM5010 GB to 4 TB160 GB32 GBR5010 GB to 4 TB160 GB32 GBM50_NVME760 GB760 GB30.5 GBM6010 GB to 4 TB320 GB64 GBR6010 GB to 4 TB320 GB64 GBM60_NVME1.6 TB1.6 TB61 GBM8010 GB to 4 TB750 GB131 GBR8010 GB to 4 TB750 GB122 GBM80_NVME1.6 TB1.6 TB122 GBM14010 GB to 4 TB1 TB192 GBM20010 GB to 4 TB1.5 TB256 GBR20010 GB to 4 TB1.5 TB256 GBM200_NVME3.1 TB3.1 TB244 GBM30010 GB to 4 TB2 TB384 GBR30010 GB to 4 TB2 TB384 GBR40010 GB to 4 TB3 TB488 GBM400_NVME4 TB4 TB512 GBR70010 GB to 4 TB4 TB768 GBCan use this tier for a multi-cloud cluster.
Unavailable in the AP_SOUTHEAST_2 region.
Note
Cluster Tier & API Naming Conventions
For purposes of management with the Atlas Administration API, cluster tier names that are prepended with
R
instead of anM
(R40
for example) run a low-CPU version of the cluster. When creating or modifying a cluster with the API, be sure to specify your desired cluster class by name with theproviderSettings.instanceSizeName
attribute.Important
Multi-Cloud Low-CPU clusters
Low-CPU cluster tiers (R40, R50, R60, etc) are available in multi-cloud cluster configurations as long as the cluster tier is available for all the regions that the cluster uses.
Workloads typically require less than
2TB
.- Custom Storage Speed
The input/output operations per second (IOPS) the system can perform.
Each cluster has a default IOPS rate. You can also choose to provision your tier's IOPS rate to meet your particular needs.
The selected cluster tier and custom storage size dictate the maximum IOPS for each storage speed.
- Encrypted Storage Volumes
- Encrypts the root volume for data at rest inside the volume and all data moving between the volume and the cluster. Atlas uses Amazon EBS encryption.
Amazon Availability Zones
Each AWS region includes a set number of independent availability zones. Availability Zones consist of one or more discrete data centers, each with redundant power, networking and connectivity, housed in separate facilities. For regions that have at least three availability zones (3AZ), Atlas deploys clusters across three availability zones. For regions that only have two availability zones (2AZ), Atlas deploys clusters across two availability zones.
The Atlas Add New Cluster form marks regions that support at least three availability zones as Recommended, as they provide higher availability.
The number of availability zones in a region has no effect on the number of MongoDB nodes Atlas can deploy. MongoDB Atlas clusters are always made of replica sets with a minimum of three MongoDB nodes.
For more information on the number of availability zones in a given region, see the Amazon documentation on global infrastructure.
For more information on AWS regions and availability zones, see the Amazon documentation on using regions and availability zones
Regions with at Least Three Availability Zones
Atlas clusters deployed in regions with at least three availability zones are split across three availability zones. For example, a three node replica set cluster would have one node deployed onto each availability zone.
3AZ clusters have higher availability compared to 2AZ clusters. However, not all regions support 3AZ clusters.
Regions with Only Two Availability Zones
Atlas clusters deployed in regions with two availability zones are split across the two availability zones. For example, a three node replica set cluster would have two nodes deployed to one availability zone and the remaining node deployed to the other availability zone.
2AZ clusters have a higher chance of loss of availability in the event of the loss of an availability zone than 3AZ clusters. However, where latency or location are a priority, a region that supports 2AZ clusters may be preferred.
[1] | For detailed documentation on Amazon storage options, see Amazon EBS Volume Types |
Dedicated Search Nodes
Supported Regions
Atlas supports deploying separate Search Nodes for M10
and higher
clusters in the following AWS regions:
AWS Region | Location | Atlas Region |
---|---|---|
us-east-1 | Northern Virginia, USA | US_EAST_1 |
us-west-2 | Oregon, USA | US_WEST_2 |
ca-central-1 | Montreal, QC, Canada | CA_CENTRAL_1 |
us-east-2 | Ohio, USA | US_EAST_2 |
us-west-1 | Northern California, USA | US_WEST_1 |
sa-east-1 | Sao Paulo, Brazil | SA_EAST_1 |
AWS Region | Location | Atlas Region |
---|---|---|
ap-southeast-1 | Singapore | AP_SOUTHEAST_1 |
ap-southeast-2 | Sydney, NSW, Australia | AP_SOUTHEAST_2 |
ap-south-1 | Mumbai, India | AP_SOUTH_1 |
ap-northeast-1 | Tokyo, Japan | AP_NORTHEAST_1 |
ap-northeast-2 | Seoul, South Korea | AP_NORTHEAST_2 |
ap-northeast-3 | Osaka, Japan | AP_NORTHEAST_3 |
AWS Region | Location | Atlas Region |
---|---|---|
eu-west-1 | Ireland | EU_WEST_1 |
eu-central-1 | Frankfurt, Germany | EU_CENTRAL_1 |
eu-north-1 | Stockholm, Sweden | EU_NORTH_1 |
eu-west-2 | London, England, UK | EU_WEST_2 |
eu-west-3 | Paris, France | EU_WEST_3 |
Available Search Tiers
Atlas provides different search tiers for Search Nodes deployed on AWS depending on the selected region. The following table shows the search tiers and the regions where the search tiers are available for each class of hardware, low-CPU or high-CPU:
Instance Size | Instance Details | AWS Region | Location |
---|---|---|---|
S30 |
|
|
|
S40 |
|
|
|
S50 |
|
|
|
S60 |
|
|
|
S80 |
|
|
|
S90 |
|
|
|
S100 |
|
|
|
S110 |
|
|
|
Instance Size | Instance Details | AWS Region | Location |
---|---|---|---|
S20 |
|
|
|
S30 |
|
|
|
S40 |
|
|
|
S50 |
|
|
|
S60 |
|
|
|
S70 |
|
|
|
S80 |
|
|
|
Instance Size | Instance Details | AWS Region | Location |
---|---|---|---|
S30 |
|
|
|
S40 |
|
|
|
S50 |
|
|
|
S60 |
|
|
|
S80 |
|
|
|
S90 |
|
|
|
S100 |
|
|
|
S110 |
|
|
|
Instance Size | Instance Details | AWS Region | Location |
---|---|---|---|
S20 |
|
|
|
S30 |
|
|
|
S40 |
|
|
|
S50 |
|
|
|
S60 |
|
|
|
S70 |
|
|
|
S80 |
|
|
|
Instance Size | Instance Details | AWS Region | Location |
---|---|---|---|
S30 |
|
|
|
S40 |
|
|
|
S50 |
|
|
|
S60 |
|
|
|
S70 |
|
|
|
S80 |
|
|
|
S90 |
|
|
|
S100 |
|
|
|
S110 |
|
|
|
Instance Size | Instance Details | AWS Region | Location |
---|---|---|---|
S20 |
|
|
|
S30 |
|
|
|
S40 |
|
|
|
S50 |
|
|
|
S60 |
|
|
|
S70 |
|
|
|
S80 |
|
|
|
Stream Processing Instances
Atlas supports deploying Stream Processing Instances in the follow AWS regions:
AWS Region | Location | Atlas Region |
---|---|---|
us-east-1 | Northern Virginia, USA | US_EAST_1 |
us-west-2 | Oregon, USA | US_WEST_2 |
ca-central-1 | Montreal, QC, Canada | CA_CENTRAL_1 |
sa-east-1 | Sao Paulo, Brazil | SA_EAST_1 |
AWS Region | Location | Atlas Region |
---|---|---|
ap-southeast-1 | Singapore | AP_SOUTHEAST_1 |
ap-southeast-2 | Sydney, NSW, Australia | AP_SOUTHEAST_2 |
ap-south-1 | Mumbai, India | AP_SOUTH_1 |
ap-northeast-1 | Tokyo, Japan | AP_NORTHEAST_1 |
AWS Region | Location | Atlas Region |
---|---|---|
eu-west-1 | Ireland | EU_WEST_1 |
eu-central-1 | Frankfurt, Germany | EU_CENTRAL_1 |
eu-west-2 | London, England, UK | EU_WEST_2 |
Integrations
Along with global region support, the following product integrations enable applications running on AWS, such as Amazon EC2, AWS Lambda, and Amazon Elastic Container Service (ECS), to use Atlas instances easily and securely.
Networking Services
AWS PrivateLink: Set up private endpoints with AWS
AWS Virtual Private Cloud (VPC): Set up network peering connections with AWS
Security and Identity Services
AWS Identity Access Management (IAM) Configure database users with IAM authentication
AWS Key Management Service (KMS):
AWS SSO: Configure federated authentication to the MongoDB UI
Other AWS Services
AWS CloudFormation: Deploy and manage Atlas from CloudFormation
Amazon EventBridge: Send Atlas trigger events to Amazon EventBridge
Amazon Kinesis: Send data to Atlas via Kinesis Data Firehose
AWS S3: Configure Atlas Data Federation to query data from S3
Procurement
AWS Marketplace: Pay for Atlas usage via AWS
More Information
For more information on how to use AWS with Atlas most effectively, review the following best practices, guides, and case studies: