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

A DevOps engineer needs to back up sensitive Amazon S3 objects that are stored within an S3 bucket with a private bucket policy using S3 cross-Region replication functionality. The objects need to be copied to a target bucket in a different AWS Region and account.
Which combination of actions should be performed to enable this replication? (Choose three.)

Answer options

Correct answer: A, D, E

Explanation

The correct actions to enable cross-Region replication include creating a replication IAM role in the source account (A), modifying the target bucket policy to allow the replication IAM role to replicate objects (D), and establishing a replication rule in the source bucket (E). Options B and F are incorrect because the IAM role needs to be created in the source account only, and no replication rule is required in the target bucket.