AWS Certified Database – Specialty — Question 137

A company is migrating a database in an Amazon RDS for SQL Server DB instance from one AWS Region to another. The company wants to minimize database downtime during the migration.
Which strategy should the company choose for this cross-Region migration?

Answer options

Correct answer: D

Explanation

The correct answer is D because adding a cross-Region read replica allows for nearly zero downtime, as the primary database continues to serve requests while replication occurs. Options A and B involve backup and restoration processes that require significant downtime, and option C, while useful, may not provide the same level of efficiency in minimizing downtime as the read replica strategy.