AWS Certified Solutions Architect – Professional — Question 424

A company is currently in the design phase of an application that will need an RPO of less than 5 minutes and an RTO of less than 10 minutes. The solutions architecture team is forecasting that the database will store approximately 10 TB of data. As part of the design, they are looking for a database solution that will provide the company with the ability to fail over to a secondary Region.
Which solution will meet these business requirements at the LOWEST cost?

Answer options

Correct answer: B

Explanation

Amazon RDS with a cross-Region read replica (Option B) supports asynchronous replication to another Region, satisfying the < 5 minute RPO and < 10 minute RTO (via replica promotion) at a lower cost than running dual Amazon Aurora clusters synced via AWS DMS. Option A is not feasible because copying 10 TB snapshots every 5 minutes is impractical and will exceed RPO limits, while Option D fails to meet the multi-Region requirement.