AWS Certified Solutions Architect – Professional (SAP-C02) — Question 16

A company’s solutions architect is reviewing a web application that runs on AWS. The application references static assets in an Amazon S3 bucket in the us-east-1 Region. The company needs resiliency across multiple AWS Regions. The company already has created an S3 bucket in a second Region.
Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

Option C is the correct choice because it uses S3 replication, which efficiently and automatically replicates objects across regions with minimal operational effort. Option A requires manual handling of object writes and introduces complexity with Route 53, while Option B involves creating and managing a Lambda function, which adds unnecessary overhead. Option D also requires application code changes for failover, making it less optimal than option C.