Hard1 markMultiple Choice
AWS SAP-C02 · Question 03 · Domain 1.3: Reliable Architectures
An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the database must survive a region failure with an RPO of 1 second and RTO of 1 minute. Which architecture meets these requirements?
An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the database must survive a region failure with an RPO of 1 second and RTO of 1 minute. Which architecture meets these requirements?
Answer options:
A.
Take hourly automated snapshots and copy them to a secondary region.
B.
Implement Aurora Global Database with a secondary region.
C.
Use AWS DMS to continuously replicate data to an RDS instance in another region.
D.
Configure cross-region read replicas using standard PostgreSQL logical replication.
How to approach this question
Match the strict RPO/RTO requirements to the native Aurora feature designed for cross-region DR.
Full Answer
B.Implement Aurora Global Database with a secondary region.✓ Correct
Implement Aurora Global Database with a secondary region.
Aurora Global Database is specifically designed for globally distributed applications, offering sub-second RPO and sub-minute RTO.
Common mistakes
Selecting standard cross-region replicas which do not guarantee sub-second RPO.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...MediumQ06A company is designing a CI/CD pipeline for a microservices architecture deployed on Amazon EKS. ...Medium
Expert