PrepAway - Latest Free Exam Questions & Answers

Which design would you choose to meet these requirements?

An international company has deployed a multi-tier web application that relies on DynamoDB in a
single region. For regulatory reasons they need disaster recovery capability in a separate region
with a Recovery Time Objective of 2 hours and a Recovery Point Objective of 24 hours. They
should synchronize their data on a regular basis and be able to provision the web application
rapidly using CloudFormation.
The objective is to minimize changes to the existing web application, control the throughput of
DynamoDB used for the synchronization of data, and synchronize only the modified elements.
Which design would you choose to meet these requirements?

PrepAway - Latest Free Exam Questions & Answers

A.
Use AWS Data Pipeline to schedule a DynamoDB cross region copy once a day, create a
“LastUpdated” attribute in your DynamoDB table that would represent the timestamp of the last
update and use it as a filter

B.
Use AWS Data Pipeline to schedule an export of the DynamoDB table to S3 in the current region
once a day, then schedule another task Immediately after it that will import data from S3 to
DynamoDB in the other region

C.
Use EMR and write a custom script to retrieve data from DynamoDB in the current region using a
SCAN operation and push it to DynamoDB in the second region

D.
Send also each write into an SQS queue in the second region, use an auto-scaling group behind
the SQS queue to replay the write in the second region

Explanation:
Export of dynamo DB is incremental and it will amend the backup with latest changes.

6 Comments on “Which design would you choose to meet these requirements?


Leave a Reply

Your email address will not be published. Required fields are marked *