
Answer-first summary for fast verification
Answer: S3 Intelligent-Tiering
## Explanation **S3 Intelligent-Tiering** is the correct choice because it meets all the requirements: 1. **Resilience to Availability Zone loss**: S3 Intelligent-Tiering, like S3 Standard and S3 Standard-IA, stores data across at least three Availability Zones, providing resilience to the loss of a single AZ. 2. **Unpredictable access patterns**: The requirement states that "some files are accessed frequently while other files are rarely accessed in an unpredictable pattern." S3 Intelligent-Tiering is specifically designed for this scenario - it automatically moves objects between two access tiers (frequent and infrequent) based on changing access patterns. 3. **Cost minimization**: S3 Intelligent-Tiering optimizes costs by automatically moving objects that haven't been accessed for 30 consecutive days to the infrequent access tier, and moving them back to the frequent access tier when accessed again. There are no retrieval fees or operational overhead. **Why other options are incorrect**: - **A. S3 Standard**: While resilient to AZ loss, it doesn't optimize costs for infrequently accessed files and would be more expensive for the rarely accessed content. - **C. S3 Standard-IA**: While resilient to AZ loss, it's designed for long-lived, infrequently accessed data with predictable patterns. It has minimum storage duration charges and retrieval fees, making it unsuitable for unpredictable access patterns. - **D. S3 One Zone-IA**: Not resilient to AZ loss (stores data in only one AZ), so it fails the first requirement. **Key AWS Service Features**: - S3 Intelligent-Tiering has no retrieval fees and no minimum storage duration - It monitors access patterns and automatically optimizes costs - Provides the same durability and availability as S3 Standard - Perfect for data with unknown or changing access patterns
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A solutions architect is using Amazon S3 to design the storage architecture of a new digital media application. The media files must be resilient to the loss of an Availability Zone. Some files are accessed frequently while other files are rarely accessed in an unpredictable pattern. The solutions architect must minimize the costs of storing and retrieving the media files.
Which storage option meets these requirements?
A
S3 Standard
B
S3 Intelligent-Tiering
C
S3 Standard-Infrequent Access (S3 Standard-IA)
D
S3 One Zone-Infrequent Access (S3 One Zone-IA)
No comments yet.