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
- A. Store the objects by using S3 Intelligent-Tiering.
- B. Store the objects at the root of the S3 bucket.
- C. Store the objects by using object key names distributed across multiple prefixes.
- D. Store each object with an object tag named "prefix" that contains a unique value.
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.