
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 needs to export its database once a day to Amazon S3 for other teams to access. The exported object size varies between 2 GB and 5 GB. The S3 access pattern for the data is variable and changes rapidly. The data must be immediately available and must remain accessible for up to 3 months. The company needs the most cost-effective solution that will not increase retrieval time.
Which S3 storage class should the company use to meet these requirements?
A
S3 Intelligent-Tiering
B
S3 Glacier Instant Retrieval
C
S3 Standard
D
S3 Standard-Infrequent Access (S3 Standard-IA)
Explanation:
S3 Intelligent-Tiering is the correct choice because:
Variable and rapidly changing access patterns - S3 Intelligent-Tiering automatically moves objects between two access tiers (frequent and infrequent) based on changing access patterns. This is ideal when access patterns are unpredictable.
Immediate availability - Unlike Glacier storage classes, S3 Intelligent-Tiering provides immediate access to data without retrieval delays.
Cost-effectiveness - For data with variable access patterns, S3 Intelligent-Tiering optimizes costs by automatically moving less frequently accessed objects to the infrequent access tier, while keeping frequently accessed objects in the frequent access tier.
3-month retention - The data needs to remain accessible for up to 3 months, which fits well with S3 Intelligent-Tiering's automatic tiering capabilities.
No retrieval time increase - The requirement states the solution should not increase retrieval time, which S3 Intelligent-Tiering satisfies as it maintains immediate access.
Why not the other options:
Key AWS Concepts: