AWS Certified Solutions Architect – Professional — Question 731

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 DMS with Change Data Capture (CDC) enables continuous replication from the on-premises MySQL database to Amazon RDS, which achieves the lowest possible downtime. Deploying the DMS replication instance in a private subnet with VPC endpoints and using the existing AWS Direct Connect private VIF ensures that sensitive data is transferred securely over a private connection rather than the public internet. Other options rely on one-time backups and transfers to S3, which do not support continuous replication and would result in significant application downtime during the final switchover.