
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is storing petabytes of data in Amazon S3 Standard. The data is stored in multiple S3 buckets and is accessed with varying frequency. The company does not know access patterns for all the data. The company needs to implement a solution for each S3 bucket to optimize the cost of S3 usage.
Which solution will meet these requirements with the MOST operational efficiency?
A
Create an S3 Lifecycle configuration with a rule to transition the objects in the S3 bucket to S3 Intelligent-Tiering.
B
Use the S3 storage class analysis tool to determine the correct tier for each object in the S3 bucket. Move each object to the identified storage tier.
C
Create an S3 Lifecycle configuration with a rule to transition the objects in the S3 bucket to S3 Glacier Instant Retrieval.
D
Create an S3 Lifecycle configuration with a rule to transition the objects in the S3 bucket to S3 One Zone-Infrequent Access (S3 One Zone-IA).
Explanation:
Correct Answer: A
Why Option A is correct:
Why other options are incorrect:
Option B: While S3 storage class analysis can help identify access patterns, it requires manual analysis and manual movement of objects. This approach is NOT operationally efficient for petabytes of data across multiple buckets, especially when access patterns are unknown.
Option C: S3 Glacier Instant Retrieval is designed for long-lived archive data that is rarely accessed but requires immediate retrieval when needed. It's not suitable for data with varying or unknown access patterns, as it would be cost-inefficient for frequently accessed data.
Option D: S3 One Zone-IA stores data in a single availability zone, which provides lower durability (99.999999999% vs 99.999999999% for standard). It's designed for infrequently accessed data that can be recreated. It's not suitable for data with unknown access patterns and doesn't provide the automatic optimization that Intelligent-Tiering offers.
Key AWS Concepts: