Q24 — AWS SAA-C03 Ch.1

Question 24 of 65 | ← Chapter 1

Q24. 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?

Correct Answer: B. S3 Intelligent-Tiering

Explanation

S3 Intelligent-Tiering is the storage option that meets these requirements. It automatically moves objects between two access tiers: frequent access and infrequent access. This ensures that frequently accessed objects are stored in the frequent access tier, while rarely accessed objects are stored in the infrequent access tier. Additionally, S3 Intelligent-Tiering is designed to be resilient to the loss of an Availability Zone, ensuring high durability and availability of the stored data. This option also offers cost savings by automatically moving objects to the most cost-effective tier based on changing access patterns.