Hard1 markMultiple Choice
AWS SAP-C02 · Question 51 · Domain 2.2: Business Continuity
A company is designing a disaster recovery plan for an Amazon RDS for MySQL database. The database is 5 TB in size. The business requires an RPO of 5 minutes and an RTO of 2 hours. They want to minimize costs and do not want to run a continuous replica in the DR region. Which strategy meets these requirements?
A company is designing a disaster recovery plan for an Amazon RDS for MySQL database. The database is 5 TB in size. The business requires an RPO of 5 minutes and an RTO of 2 hours. They want to minimize costs and do not want to run a continuous replica in the DR region. Which strategy meets these requirements?
Answer options:
A.
Take manual snapshots every 5 minutes and copy them to the DR region.
B.
Use an RDS Cross-Region Read Replica.
C.
Configure AWS Backup to take continuous backups (Point-in-Time Recovery) and copy them to the DR region.
D.
Use AWS Database Migration Service (DMS) to replicate data to an S3 bucket in the DR region.
How to approach this question
Look for the native RDS feature that provides 5-minute RPO without running a replica.
Full Answer
C.Configure AWS Backup to take continuous backups (Point-in-Time Recovery) and copy them to the DR region.✓ Correct
Configure AWS Backup to take continuous backups (Point-in-Time Recovery) and copy them to the DR region.
RDS Point-in-Time Recovery (PITR) provides continuous backups, allowing restoration to any point within the last 35 days (typically meeting a 5-minute RPO). AWS Backup can manage this and copy the backups cross-region, satisfying the RPO/RTO without the cost of a running replica.
Common mistakes
Choosing Read Replica despite the explicit constraint against it.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise is redesigning its network architecture across 50 AWS accounts. They require ...HardQ02A financial services company uses AWS Organizations to manage 100+ accounts. The security team ma...MediumQ03An e-commerce company requires a multi-region active-active architecture for its critical order p...MediumQ04A company is setting up a new AWS environment using AWS Control Tower. They need to ensure that a...HardQ05An enterprise has 50 AWS accounts under AWS Organizations. They want to implement a chargeback mo...Medium
Expert