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

A company runs a fleet of web servers using an Amazon RDS for PostgreSQL DB instance. After a routine compliance check, the company sets a standard that requires a recovery point objective (RPO) of less than 1 second for all its production databases.
Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

Amazon RDS Multi-AZ deployments utilize synchronous replication to a standby instance in a different Availability Zone, which guarantees zero data loss (an RPO of 0) in the event of a failure. Read replicas and AWS DMS CDC tasks rely on asynchronous replication, which introduces replication lag and cannot guarantee an RPO of under 1 second. Storage auto-scaling only manages disk capacity and does not address database redundancy or recovery objectives.