AWS Certified Solutions Architect – Professional (SAP-C02) — Question 366

A company is migrating an on-premises application and a MySQL database to AWS. The application processes highly sensitive data, and new data is constantly updated in the database. The data must not be transferred over the internet. The company also must encrypt the data in transit and at rest.

The database is 5 TB in size. The company already has created the database schema in an Amazon RDS for MySQL DB instance. The company has set up a 1 Gbps AWS Direct Connect connection to AWS. The company also has set up a public VIF and a private VIF. A solutions architect needs to design a solution that will migrate the data to AWS with the least possible downtime.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

AWS Database Migration Service (AWS DMS) with Change Data Capture (CDC) enables continuous replication, which is necessary to minimize downtime during the database cutover. Running the DMS replication instance in a private subnet with VPC endpoints ensures the migration traffic stays off the public internet by utilizing the AWS Direct Connect private VIF. The alternative options rely on static backup-and-restore methods, which would cause significant application downtime for a 5 TB database.