Hard1 markMultiple Choice
AWS SAP-C02 · Question 27 · Domain 2.2: Business Continuity
A critical database runs on Amazon EC2 with EBS volumes. The business requires an RPO of 5 minutes. The database does not support native clustering. How can the architect meet this RPO requirement?
A critical database runs on Amazon EC2 with EBS volumes. The business requires an RPO of 5 minutes. The database does not support native clustering. How can the architect meet this RPO requirement?
Answer options:
A.
Use AWS Backup to take hourly snapshots.
B.
Use Amazon EBS Snapshots with Data Lifecycle Manager (DLM) configured for 5-minute intervals.
C.
Use AWS Elastic Disaster Recovery (DRS) to continuously replicate the EC2 instance to a staging area.
D.
Configure an S3 sync script to run every 5 minutes.
How to approach this question
Recognize that snapshot-based backups usually have RPOs of hours. Continuous replication is needed for minutes/seconds.
Full Answer
C.Use AWS Elastic Disaster Recovery (DRS) to continuously replicate the EC2 instance to a staging area.✓ Correct
AWS Elastic Disaster Recovery (DRS) continuously replicates block storage volumes, providing an RPO of seconds, which easily meets the 5-minute requirement. DLM minimum interval is 1 hour.
Common mistakes
Assuming DLM can take snapshots every 5 minutes.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise requires highly available hybrid connectivity between its on-premises data ce...HardQ02An organization has 50 VPCs across two AWS Regions connected via Transit Gateways (TGW). The TGWs...HardQ03A company uses AWS Organizations. The network team wants to share a central Transit Gateway (TGW)...MediumQ04An enterprise has on-premises data centers in the US and Europe. They want to use the AWS global ...HardQ05A company requires that all API calls to Amazon S3 from their VPC must not traverse the public in...Medium
Expert