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

A solutions architect is planning to migrate critical Microsoft SQL Server databases to AWS. Because the databases are legacy systems, the solutions architect will move the databases to a modern data architecture. The solutions architect must migrate the databases with near-zero downtime.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because using native SQL Server high availability and replication tools allows for a direct, real-time sync with Amazon RDS for Microsoft SQL Server, enabling a switchover with near-zero downtime. Option B introduces latency and complexity by routing data through Amazon S3 as an intermediate target. Option D requires detaching and reattaching the database, which inevitably causes significant downtime during the migration process.