AWS Certified Developer – Associate — Question 80

A developer is storing many objects in a single Amazon S3 bucket. The developer needs to optimize the S3 bucket for high request rates.

How should the developer store the objects to meet this requirement?

Answer options

Correct answer: C

Explanation

The correct answer is C because distributing object key names across multiple prefixes helps to enhance performance by allowing Amazon S3 to handle requests more efficiently. Options A and B do not address the issue of request rates, while option D does not provide the necessary distribution needed for high-performance access.