AWS Certified Database – Specialty — Question 180

A company is running its production databases in a 3 TB Amazon Aurora MySQL DB cluster. The DB cluster is deployed to the us-east-1 Region. For disaster recovery (DR) purposes, the company's database specialist needs to make the DB cluster rapidly available in another AWS Region to cover the production load with an RTO of less than 2 hours.
What is the MOST operationally efficient solution to meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is the best solution because it allows for quick promotion of the read replica to primary status, ensuring minimal downtime and fast availability. Option A relies on snapshots, which might not meet the RTO requirement effectively. Option C involves a smaller cluster and data migration, which could complicate recovery. Option D requires more setup and does not directly address the immediate need for operational efficiency.