
Answer-first summary for fast verification
Answer: Enable DynamoDB point-in-time recovery for precise RPO restoration.
Option B is the correct answer. Amazon DynamoDB point-in-time recovery (PITR) allows you to back up your table data continuously and restore to any point in time within the last 35 days. This meets the 15-minute Recovery Point Objective (RPO) as it allows for near real-time data recovery. Additionally, restoring data from a point in time can typically be done within an hour, meeting the Recovery Time Objective (RTO) of 1 hour. Thus, configuring DynamoDB point-in-time recovery is the optimal solution.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
For a shopping application using Amazon DynamoDB, design a data recovery solution with a 15-minute RPO and a 1-hour RTO in the event of data corruption.
A
Use DynamoDB global tables with cross-region replication for RPO recovery.
B
Enable DynamoDB point-in-time recovery for precise RPO restoration.
C
Utilize daily DynamoDB data exports to Amazon S3 Glacier for RPO recovery.
D
Implement frequent (every 15 minutes) EBS snapshots for DynamoDB tables for RPO recovery.
No comments yet.