AWS Certified Solutions Architect – Professional — Question 143

A retail company is running an application that stores invoice files in an Amazon S3 bucket and metadata about the files in an Amazon DynamoDB table. The application software runs in both us-east-1 and eu-west-1. The S3 bucket and DynamoDB table are in us-east-1. The company wants to protect itself from data corruption and loss of connectivity to either Region.
Which option meets these requirements?

Answer options

Correct answer: D

Explanation

Option D is the best choice as it provides both global replication for the DynamoDB table and cross-region replication for the S3 bucket, ensuring data availability and protection against loss. Option A lacks cross-region replication for S3, which is essential for redundancy. Option B does not include the necessary global table for DynamoDB and relies on manual backups, which may not be as effective. Option C fails to address the need for S3 cross-region replication, leaving the data vulnerable in the event of a regional outage.