
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 stores raw collected data in an Amazon S3 bucket. The data is used for several types of analytics on behalf of the company's customers. The type of analytics requested determines the access pattern on the S3 objects.
The company cannot predict or control the access pattern. The company wants to reduce its S3 costs.
Which solution will meet these requirements?
A
Use S3 replication to transition infrequently accessed objects to S3 Standard-Infrequent Access (S3 Standard-IA)
B
Use S3 Lifecycle rules to transition objects from S3 Standard to Standard-Infrequent Access (S3 Standard-IA)
C
Use S3 Lifecycle rules to transition objects from S3 Standard to S3 Intelligent-Tiering
D
Use S3 Inventory to identify and transition objects that have not been accessed from S3 Standard to S3 Intelligent-Tiering
Explanation:
Correct Answer: C - Use S3 Lifecycle rules to transition objects from S3 Standard to S3 Intelligent-Tiering
Why this is the correct solution:
Unpredictable access patterns: The company cannot predict or control access patterns, which makes S3 Intelligent-Tiering the ideal choice. S3 Intelligent-Tiering automatically moves objects between two access tiers (frequent and infrequent) based on changing access patterns.
Cost optimization: S3 Intelligent-Tiering monitors access patterns and automatically moves objects that have not been accessed for 30 consecutive days to the infrequent access tier, saving costs without retrieval fees.
No operational overhead: Unlike manual identification or inventory-based approaches, S3 Intelligent-Tiering works automatically without requiring monitoring or manual intervention.
Why other options are incorrect:
Key AWS Service Features: