Hard1 markMultiple Choice
AWS SAA-C03 · Question 30 · Domain 2.2: Highly Available
A company is designing a disaster recovery strategy for an Amazon Aurora PostgreSQL database. They require a Recovery Point Objective (RPO) of less than 1 second and a Recovery Time Objective (RTO) of less than 1 minute in a secondary AWS region. Which solution meets these requirements?
A company is designing a disaster recovery strategy for an Amazon Aurora PostgreSQL database. They require a Recovery Point Objective (RPO) of less than 1 second and a Recovery Time Objective (RTO) of less than 1 minute in a secondary AWS region. Which solution meets these requirements?
Answer options:
A.
Aurora Cross-Region Read Replicas
B.
Amazon Aurora Global Database
C.
AWS Backup cross-region copy
D.
Aurora Multi-AZ deployment
How to approach this question
Look for 'Aurora', 'cross-region', and 'sub-second RPO'. Aurora Global Database is designed exactly for this.
Full Answer
B.Amazon Aurora Global Database✓ Correct
Amazon Aurora Global Database
Amazon Aurora Global Database is designed for globally distributed applications. It replicates data with no impact on database performance, enables fast local reads with low latency in each region, and provides disaster recovery from region-wide outages with an RPO of typically < 1 second and an RTO of < 1 minute.
Common mistakes
Confusing standard cross-region read replicas with Global Database.
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert