AWS Certified Solutions Architect – Professional — Question 309

A company has a Microsoft SQL Server database in its data center and plans to migrate data to Amazon Aurora MySQL. The company has already used the AWS
Schema Conversion Tool to migrate triggers, stored procedures and other schema objects to Aurora MySQL. The database contains 1 TB of data and grows less than 1 MB per day. The company's data center is connected to AWS through a dedicated 1Gbps AWS Direct Connect connection.
The company would like to migrate data to Aurora MySQL and perform reconfigurations with minimal downtime to the applications.
Which solution meets the company's requirements?

Answer options

Correct answer: B

Explanation

Using AWS DMS with both full load and ongoing replication (change data capture) allows the source SQL Server database to remain online and interactive during the initial data transfer. Because the database size is 1 TB and growth is minimal, a 1 Gbps Direct Connect link can easily handle both the initial load and the minor daily changes, ensuring a near-zero downtime cutover. Other methods either require significant application downtime (Option A) or attempt unsupported direct restorations between incompatible database engines (Options C and D).