AWS Certified Solutions Architect – Associate (SAA-C02) — Question 417

A company's database is hosted on an Amazon Aurora MySQL DB cluster in the us-east-1 Region. The database is 4 TB in size. The company needs to expand its disaster recovery strategy to the us-west-2 Region. The company must have the ability to fail over to us-west-2 with a recovery time objective (RTO) of 15 minutes.
What should a solutions architect recommend to meet these requirements?

Answer options

Correct answer: D

Explanation

Amazon Aurora global databases provide low-latency global reads and rapid disaster recovery across multiple AWS Regions, allowing a secondary cluster to be promoted to primary in less than 1 minute to easily meet the 15-minute RTO. Copying and restoring a 4 TB snapshot (Option B) or deploying a new cluster from scratch (Option C) would take significantly longer than 15 minutes, failing the RTO requirement. Option A is incorrect because Aurora does not support native multi-Region active-active write configurations in the way described.