AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 204

A company deploys an application to two AWS Regions. The application creates and stores objects in an Amazon S3 bucket that is in the same Region as the application. Both deployments of the application need to have access to all the objects and their metadata from both Regions. The company has configured two-way replication between the S3 buckets and has enabled S3 Replication metrics on each S3 bucket.

A DevOps engineer needs to implement a solution that retries the replication process if an object fails to replicate.

Which solution will meet these requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because it specifically addresses the requirement to retry the replication of an object that has failed using S3 batch operations, which is efficient for processing multiple objects. Options A and C do not include a mechanism for handling retries effectively, and option B relies on SQS for notifications, which adds unnecessary complexity when S3 event notifications can directly trigger the required action.