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

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 cross-Region read replicas provide asynchronous replication that easily meets the RPO of under 5 minutes, and promoting the replica to primary takes only a few minutes, satisfying the RTO of under 10 minutes. This approach is much more cost-effective than deploying multiple Aurora clusters synced via AWS DMS. Option D fails to meet the cross-region disaster recovery requirement, while Option A is technically impractical for a 10 TB database due to snapshot generation and transfer times.