Hard1 markMultiple Choice
AWS SAP-C02 · Question 62 · Domain 1.3: Reliability & Resilience
An architecture team is designing a disaster recovery strategy for an Amazon Aurora database. They need to ensure that if an entire AWS Region goes down, the database can be recovered in a secondary region with zero data loss (RPO = 0). Is this possible with Aurora Global Database?
An architecture team is designing a disaster recovery strategy for an Amazon Aurora database. They need to ensure that if an entire AWS Region goes down, the database can be recovered in a secondary region with zero data loss (RPO = 0). Is this possible with Aurora Global Database?
Answer options:
A.
Yes, Aurora Global Database uses synchronous replication across regions.
B.
No, Aurora Global Database uses asynchronous replication, so RPO=0 is not guaranteed during a hard regional failure.
C.
Yes, if you configure the Aurora cluster to use Multi-AZ across regions.
D.
Yes, by using AWS Backup to take continuous snapshots.
How to approach this question
Understand the physics of cross-region replication.
Full Answer
B.No, Aurora Global Database uses asynchronous replication, so RPO=0 is not guaranteed during a hard regional failure.✓ Correct
No, Aurora Global Database uses asynchronous replication, so RPO=0 is not guaranteed during a hard regional failure.
Cross-region replication in Aurora Global Database is asynchronous. While the lag is typically under 1 second, a sudden regional outage means any data not yet replicated is lost, meaning RPO cannot be strictly 0.
Common mistakes
Assuming 'Global' means synchronous replication.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2
75 questions · hints · full answers · grading
More questions from this exam
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert