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

A solutions architect must implement a multi-Region architecture for an Amazon RDS for PostgreSQL database that supports a web application. The database launches from an AWS CloudFormation template that includes AWS services and features that are present in both the primary and secondary Regions.

The database is configured for automated backups, and it has an RTO of 15 minutes and an RPO of 2 hours. The web application is configured to use an Amazon Route 53 record to route traffic to the database.

Which combination of steps will result in a highly available architecture that meets all the requirements? (Choose two.)

Answer options

Correct answer: A, D

Explanation

To meet the strict 15-minute RTO, restoring a database from backups or snapshots (as suggested in options B and E) is too slow, whereas promoting a cross-Region read replica (Option A) can be completed quickly. Additionally, setting up a Route 53 failover routing policy (Option D) ensures that database traffic is automatically redirected to the secondary Region's endpoint during a disaster. Option C is incorrect because copying backups does not establish the required active failover mechanism.