
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 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)
Explanation:
S3 Intelligent-Tiering is the correct choice because it meets all the requirements:
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.
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.
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:
Key AWS Service Features: