Mongodb atlas vs mongodb aws

The following tables provide a comparison of MongoDB Community Server and MongoDB Atlas Enterprise features.

Mongodb atlas vs mongodb aws

Mongodb atlas vs mongodb aws

Mongodb atlas vs mongodb aws

Mongodb atlas vs mongodb aws

    DocumentDB and MongoDBArchitectureCompatibilityPerformanceDeploymentDeveloperOperationsPricing

Amazon DocumentDB instance pricing is more expensive than MongoDB Atlas, the fully managed MongoDB service. AWS DocumentDB starts at $200 per month for a single instance, with no free tier. Pricing is per instance-hour consumed, from the time an instance is launched until it is stopped or deleted. Partial instance hours are billed in one-second increments, but there is a 10-minute minimum charge following a billable status change such as creating, modifying, or deleting an instance.

Compare this with MongoDB Atlas, which has a perpetual free tier and starts at $9/mo for shared clusters, and around $60/mo for dedicated clusters.

The pricing comparison below is based on a default 3-node DocumentDB and MongoDB Atlas cluster, with backup storage equal to cluster storage. MongoDB Atlas is 8% to 19% less expensive.

Atlas price (per mo.)DocumentDB price% difference
15.25 GB RAM / 80 GB storage $567.46 $614.63 8.31%
30.5 GB RAM / 160 GB storage $1,086.73 $1,229.26 13.12%
61 GB RAM / 320 GB storage $2,147.20 $2,458.52 14.5%
122 GB RAM / 750 GB storage $4,143.36 $4,928.04 18.94%
244 GB RAM / 1.5 TB storage $8,277.95 $9,856.08 19.06%
488 GB RAM / 3 TB Storage $16,544.97 $19,712.16 19.14%

*Pricing correct as of September 2020

Convenience of a Single AWS Bill

MongoDB Atlas is available via the AWS Marketplace, providing streamlined procurement along with all other AWS services. Buying Atlas through the Marketplace enables customers to benefit from:

  • Consolidated billing through their AWS account

  • Retirement of their Amazon Enterprise Discount Program commitment

  • Simplified procurement with just a few clicks

  • Integration with AWS Marketplace catalogs and reports

  • A designated advisor from the AWS Marketplace team

What is DocumentDB?

Amazon DocumentDB is a NoSQL JSON document database service with a limited degree of compatibility with MongoDB.

DocumentDB is not based on the MongoDB server. Rather it emulates the MongoDB API, and runs on top of Amazon’s Aurora backend platform. This creates significant architectural constraints, functionality limitations and broken compatibility.

DocumentDB claims to support the MongoDB 4.0 API, which implies that it is at parity with MongoDB v4.0, released back in June 2018. In actual fact, the DocumentDB 4.0 feature set more closely resembles MongoDB 3.0 and 3.2, released in 2015. In addition, compatibility testing reveals it fails over 64% of the MongoDB API correctness tests. Applications written for MongoDB will need to be re-written to work with Amazon DocumentDB.

Mongodb atlas vs mongodb aws

Interested in up-to-date results on DocumentDB's compatibility with the MongoDB API? Get the latest results at Is DocumentDB Really MongoDB?

The key differences between DocumentDB and MongoDB’s on-demand, elastic, and fully managed Atlas service are summarized below.

Amazon DocumentDBMongoDB Atlas
Fully compatible with MongoDB

No, incomplete
Imitation API fails 64% of correctness tests

Yes
Support for latest MongoDB version

No
Feature set resembles MongoDB 3.0/3.2, released in 2015.

Yes
MongoDB 6.0

Scale writes and partition data beyond a single node / Sharding support

Limited
No sharding, single primary for write operations. Largest instance supports 30,000 concurrent connections.

Yes
Largest Atlas instance supports 128,000 concurrent connections. Full sharding support.

Replicate and scale beyond a single region / Comply with data locality regulations and survive regional outages

No
Single primary constrained to a single region, with up to 15 replicas

Yes
Global clusters, with up to 50 replicas per shard across multiple regions

High resilience, rapid failure recovery, fast failover, retryable writes, multi-region

No
~120 second failover, no retryable writes, no multi-region in a single cluster

Yes
Typical failover sub-5 seconds, retryable reads and writes, multi-region & multi-cloud clusters

Multi-statement distributed ACID transactions

Limited
Ambiguous commits, poor error handling, small data sizes. Transactions unavailable as sharding is unsupported

Yes
Integrated text search, geospatial processing, graph traversals

Limited
Data replicated to multiple prerequisite bolt-on AWS services for text search, and only basic geospatial operators, adding cost and complexity

Yes
All available from a single API and platform

Native support for time series data No Yes

Hedged Reads

Queries submitted to multiple replicas for consistent low latency

No Yes

Online Archive

Automatically tier data out from database to cloud object storage (Amazon S3)

No

Yes
Online Archive

Integrated querying of data in Amazon S3

No
Data must be replicated to multiple adjacent AWS services, driving up cost and complexity

Yes
Atlas Query Federation

On-demand Materialized Views No

Yes
$merge aggregation stage

Schema governance

No
Schema controls must be enforced in the app

Yes
JSON schema

Rich data types

Limited
DocumentDB supports storing decimal128 values, but none of the powerful aggregation features for working with them.

Yes
Reactive, event-driven data pipelines

Limited
Change streams run against primary only & incur additional cost.

Yes
MongoDB Change Streams & Atlas Triggers

Support for role-based access control and authentication restrictions

Limited
Coarse-grained roles only

Yes
Client-side field level encryption for fine-grained separation of duties in the cloud No Yes
Availability of advanced developer and analysis tools Limited

Yes
MongoDB Compass, Charts, SQL Connector, Tableau Connector, Spark Connector

Fine-grained monitoring telemetry & prescriptive performance recommendations

No
<50 metrics

Yes
100+ metrics. Performance Advisor for index and schema recommendations

Freedom from vendor lock-in

No
AWS only

Yes
AWS, Azure, and Google Cloud. Available on ~100 regions

Develop & run anywhere
On your mobile device, on your laptop, in your own data center, and in hybrid configurations

No
AWS only

Yes
Atlas App Services / MongoDB Server / multi-cloud clusters in Atlas

Mobile & Edge Sync

No

Data must be replicated to multiple adjacent AWS services, driving up cost and complexity

Yes

Atlas Device Sync

Access to MongoDB expertise No

Yes
Hundreds of engineers with multi-year MongoDB development, support, and consulting experience.

Amazon DocumentDB
Fully compatible with MongoDB

No, incomplete
Imitation API fails 64% of correctness tests

Support for latest MongoDB version

No
Feature set resembles MongoDB 3.0/3.2, released in 2015.

Scale writes and partition data beyond a single node / Sharding support

Limited
No sharding, single primary for write operations. Largest instance supports 30,000 concurrent connections.

Replicate and scale beyond a single region / Comply with data locality regulations and survive regional outages

No
Single primary constrained to a single region, with up to 15 replicas

High resilience, rapid failure recovery, fast failover, retryable writes, multi-region

No
~120 second failover, no retryable writes, no multi-region in a single cluster

Multi-statement distributed ACID transactions

Limited
Ambiguous commits, poor error handling, small data sizes. Transactions unavailable as sharding is unsupported

Integrated text search, geospatial processing, graph traversals

Limited
Data replicated to multiple prerequisite bolt-on AWS services for text search, and only basic geospatial operators, adding cost and complexity

Native support for time series data No

Hedged Reads

Queries submitted to multiple replicas for consistent low latency

No

Online Archive

Automatically tier data out from database to cloud object storage (Amazon S3)

No
Integrated querying of data in Amazon S3

No
Data must be replicated to multiple adjacent AWS services, driving up cost and complexity

On-demand Materialized Views No
Schema governance

No
Schema controls must be enforced in the app

Rich data types

Limited
DocumentDB supports storing decimal128 values, but none of the powerful aggregation features for working with them.

Reactive, event-driven data pipelines

Limited
Change streams run against primary only & incur additional cost.

Support for role-based access control and authentication restrictions

Limited
Coarse-grained roles only

Client-side field level encryption for fine-grained separation of duties in the cloud No
Availability of advanced developer and analysis tools Limited
Fine-grained monitoring telemetry & prescriptive performance recommendations

No
<50 metrics

Freedom from vendor lock-in

No
AWS only

Develop & run anywhere
On your mobile device, on your laptop, in your own data center, and in hybrid configurations

No
AWS only

Mobile & Edge Sync

No

Data must be replicated to multiple adjacent AWS services, driving up cost and complexity

Access to MongoDB expertise No
MongoDB Atlas
Fully compatible with MongoDB Yes
Support for latest MongoDB version

Yes
MongoDB 6.0

Scale writes and partition data beyond a single node / Sharding support

Yes
Largest Atlas instance supports 128,000 concurrent connections. Full sharding support.

Replicate and scale beyond a single region / Comply with data locality regulations and survive regional outages

Yes
Global clusters, with up to 50 replicas per shard across multiple regions

High resilience, rapid failure recovery, fast failover, retryable writes, multi-region

Yes
Typical failover sub-5 seconds, retryable reads and writes, multi-region & multi-cloud clusters

Multi-statement distributed ACID transactions Yes
Integrated text search, geospatial processing, graph traversals

Yes
All available from a single API and platform

Native support for time series data Yes

Hedged Reads

Queries submitted to multiple replicas for consistent low latency

Yes

Online Archive

Automatically tier data out from database to cloud object storage (Amazon S3)

Yes
Online Archive

Integrated querying of data in Amazon S3

Yes
Atlas Query Federation

On-demand Materialized Views

Yes
$merge aggregation stage

Schema governance

Yes
JSON schema

Rich data types Yes
Reactive, event-driven data pipelines

Yes
MongoDB Change Streams & Atlas Triggers

Support for role-based access control and authentication restrictions Yes
Client-side field level encryption for fine-grained separation of duties in the cloud Yes
Availability of advanced developer and analysis tools

Yes
MongoDB Compass, Charts, SQL Connector, Tableau Connector, Spark Connector

Fine-grained monitoring telemetry & prescriptive performance recommendations

Yes
100+ metrics. Performance Advisor for index and schema recommendations

Freedom from vendor lock-in

Yes
AWS, Azure, and Google Cloud. Available on ~100 regions

Develop & run anywhere
On your mobile device, on your laptop, in your own data center, and in hybrid configurations

Yes
Atlas App Services / MongoDB Server / multi-cloud clusters in Atlas

Mobile & Edge Sync

Yes

Atlas Device Sync

Access to MongoDB expertise

Yes
Hundreds of engineers with multi-year MongoDB development, support, and consulting experience.

What is MongoDB Atlas?

MongoDB offers the fully managed, on-demand and global MongoDB Atlas service, in the public cloud. Atlas enables customers to deploy, operate, and scale MongoDB databases on AWS, Azure, or Google Cloud. MongoDB Atlas is available through a pay-as-you-go model and billed on an hourly basis. It’s easy to get started – use a simple GUI or programmatic API calls to select the public cloud provider, region, instance size, and features you need. MongoDB Atlas provides:

  • Automated database and infrastructure provisioning along with auto-scaling so teams can get the database resources they need, when they need them, and can elastically scale in response to application demands.

  • Security features to protect your data, with network isolation, fine-grained access control, auditing, and end-to-end encryption down to the level of individual fields. enabling you to comply with regulations such as ISO, HIPAA and GDPR. Built in replication both within and across regions for always-on availability.

  • Global Clusters for a fully managed, globally distributed database that provides low latency, responsive reads and writes to users anywhere, with strong data placement controls for regulatory compliance.

  • Combined transactional and analytical capabilities with Atlas Analytics Nodes to isolate analytics queries from operational workloads while providing real-time insight. Native MongoDB analytics tools, such as MongoDB Charts and MongoDB Connectors (for SQL, Tableau and Spark) are configured to utilize Analytics Nodes by default.

  • Fully integrated native MongoDB data visualization tools – MongoDB Charts, which supports the full richness of the document model, including nested, hierarchical and geospatial data and provide embedding and sharing capabilities. Quickly build visualizations of your data without needing to deploy or manage any software or infrastructure.

  • Fully integrated MongoDB Atlas Data Lake which allows you to quickly and easily query data in any format on Amazon S3 using the MongoDB Query Language (MQL) and tools and get value from your data faster.

  • Fully managed backups with point in time recovery to protect against data corruption, and the ability to query backups in-place without full restores.

  • Fine-grained monitoring and customizable alerts for comprehensive performance visibility. Automated patching and single-click upgrades for new major versions of the database, enabling you to take advantage of the latest MongoDB features.

  • Access to the Atlas App Services, with Data Access Controls, Functions, and Triggers delivered in a completely serverless model.

  • Native time-series support optimized for both highly performant data ingestion and querying, along with reduced I/O and storage overhead

  • The full text Atlas Search service providing rich search capabilities against your fully managed databases with no additional infrastructure or systems to provision, manage, or scale.

  • Live migration to move your self-managed MongoDB clusters into the Atlas service or to move Atlas clusters between cloud providers.

  • Stable API to make upgrades risk-free, future-proofing your development

  • Widespread coverage on the major cloud platforms with availability in ~100 cloud regions across Amazon Web Services, Microsoft Azure, and Google Cloud. MongoDB Atlas delivers a consistent experience across each of the cloud platforms, ensuring developers can deploy wherever they need to, without compromising critical functionality or risking lock-in.

MongoDB Atlas is serving a vast range of workloads for startups, Fortune 500 companies, and government agencies, including mission-critical applications handling highly sensitive data in regulated industries. The developer experience across MongoDB Atlas and self-managed MongoDB is consistent, ensuring that you easily move from on-premises to the public cloud, and between providers as your needs evolve.

Beyond the database, the MongoDB Atlas Data Lake allows you to quickly and easily query data in any format on Amazon S3 using the MongoDB Query Language (MQL) and tools. You can spin up your data lake right alongside your Atlas OLTP clusters from a common UI. With Atlas Data Lake you can realize the value of your data lake faster: you don’t have to move data anywhere, you can work with complex data immediately in its native form, and with its fully-managed, serverless architecture, you control costs and remove the operational burden. DocumentDB offers no equivalent capability, and so users must spin up an entirely separate service with a different query language to access S3 data.

Built and run by the same team that develops the data platform, MongoDB Atlas is the best way to run MongoDB apps.

Is MongoDB Atlas like AWS?

MongoDB is an AWS Advanced Technology Partner with the AWS Data & Analytics Competency and an AWS Service Validation in AWS PrivateLink. In this post, we'll provide step-by-step instructions to configure AWS PrivateLink for MongoDB Atlas, ensuring private connectivity to your data.

Which is better MongoDB Atlas or MongoDB?

To Summarize: I would recommend MongoDB Atlas to every person/company who have a significant need in the NoSQL database and do not want to manage their infrastructure. Using MongoDB Atlas can significantly reduce your management time and cost, which saves valuable resources for other tasks.

What is the equivalent of MongoDB in AWS?

Amazon DocumentDB is a scalable, highly durable, and fully managed database service for operating mission-critical MongoDB workloads.

Is MongoDB and MongoDB Atlas same?

MongoDB Atlas is a multi-cloud database service by the same people that build MongoDB. Atlas simplifies deploying and managing your databases while offering the versatility you need to build resilient and performant global applications on the cloud providers of your choice.