AWS Certified Solutions Architect – Professional — Question 757

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

Configuring Amazon S3 replication natively handles data synchronization between Regions without custom code, and using an Amazon CloudFront origin group provides automated failover for static assets with minimal operational overhead. Options A and D are incorrect because they require application code modifications, which increases management complexity. Option B is incorrect because it introduces unnecessary operational overhead by using custom AWS Lambda functions instead of native S3 replication features.