AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 390

A company uses Amazon RDS for Microsoft SQL Server as its primary database for applications. The company needs to ensure high availability within and across AWS Regions.

An Amazon Route 53 CNAME record is configured for the database endpoint. The applications connect to the database endpoint. The company must redirect application traffic to a standby database during a failover event. The company must maintain an RPO of less than 1 minute and an RTO of less than 10 minutes.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is correct because a Multi-AZ DB cluster deployment provides high availability within the primary Region, while the cross-Region read replica ensures data is continuously replicated to another Region with sub-minute latency (meeting the < 1 minute RPO). Promoting a read replica to a primary database and updating Route 53 can be completed in a few minutes, satisfying the < 10 minutes RTO. Options B and D fail the RTO requirement because restoring a database from a snapshot or backup takes longer than 10 minutes, and Option C uses a Single-AZ instance which does not provide high availability within the primary Region.