AWS Certified Solutions Architect – Professional — Question 650

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

Creating a cross-Region read replica (Option A) allows for near-instantaneous data replication to the secondary Region, ensuring the low RPO of 2 hours is met and allowing a Lambda function to promote it within the 15-minute RTO during a failover. Configuring a Route 53 failover routing policy (Option D) seamlessly diverts application database traffic to the secondary endpoint once the replica is promoted. Restoring databases from automated backups (Options B and E) takes too long and would violate the strict 15-minute RTO requirement.