AWS Certified Solutions Architect – Associate (SAA-C03) — Question 1000

An online photo-sharing company stores its photos in an Amazon S3 bucket that exists in the us-west-1 Region. The company needs to store a copy of all new photos in the us-east-1 Region.

Which solution will meet this requirement with the LEAST operational effort?

Answer options

Correct answer: A

Explanation

S3 Cross-Region Replication (CRR) is a built-in Amazon S3 feature designed to automatically copy objects across different AWS Regions with minimal configuration and zero coding. Using custom AWS Lambda functions triggered by S3 events adds unnecessary development and maintenance overhead, while S3 Lifecycle rules cannot be used to replicate data to another bucket. CORS configurations only manage web browser access permissions and do not copy or replicate any data.