AWS Certified Database – Specialty — Question 340

An information management services company is storing JSON documents on premises. The company is using a MongoDB 3.6 database but wants to migrate to
AWS. The solution must be compatible, scalable, and fully managed. The solution also must result in as little downtime as possible during the migration.
Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

Amazon DocumentDB (with MongoDB compatibility) is a fully managed and scalable database service, whereas running MongoDB on Amazon EC2 is self-managed and does not meet the fully managed requirement. Additionally, AWS Database Migration Service (AWS DMS) allows for continuous replication, minimizing downtime during the transition, while mongodump and mongorestore are offline tools that require significant downtime.