AWS Certified Database – Specialty — Question 351

A company recently migrated its line-of-business (LOB) application to AWS. The application uses an Amazon RDS for SQL Server DB instance as its database engine.
The company must set up cross-Region disaster recovery for the application. The company needs a solution with the lowest possible RPO and RTO.
Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Creating a cross-Region read replica for Amazon RDS for SQL Server provides asynchronous replication, which delivers the lowest RTO and RPO by allowing quick promotion of the replica to a standalone database during a disaster. Managing manual snapshots introduces higher RTO and RPO due to the time required to copy and restore snapshots, while using AWS DMS adds unnecessary configuration overhead. Setting up replication to an EC2 instance increases management complexity and does not leverage RDS's native, optimized disaster recovery capabilities.