AWS Certified SysOps Administrator – Associate — Question 90

A company’s customers are reporting increased latency while accessing static web content from Amazon S3. A SysOps administrator observed a very high rate of read operations on a particular S3 bucket.

What will minimize latency by reducing load on the S3 bucket?

Answer options

Correct answer: C

Explanation

The correct answer is C, as creating an Amazon CloudFront distribution will cache content at edge locations, which reduces the load on the S3 bucket and lowers latency for end users. Option A does not address the current load effectively, option B may help but adds complexity without directly solving the latency issue, and option D introduces caching, which is unnecessary when a CDN like CloudFront is a more optimal solution.