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

A weather service provides high-resolution weather maps from a web application hosted on AWS in the eu-west-1 Region. The weather maps are updated frequently and stored in Amazon S3 along with static HTML content. The web application is fronted by Amazon CloudFront.

The company recently expanded to serve users in the us-east-1 Region, and these new users report that viewing their respective weather maps is slow from time to time.

Which combination of steps will resolve the us-east-1 performance issues? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The correct answer, B, involves creating a new S3 bucket in us-east-1 and using cross-Region replication to ensure fast access to the weather maps for users in that area. Option D correctly suggests using Lambda@Edge to direct requests to the new S3 bucket, enhancing performance. Options A, C, and E do not directly address the need for quick access from us-east-1, making them less effective solutions for the reported performance issues.