AWS Certified Solutions Architect Associate SAA-C03 Practice Question
Your client needs to store large video files that are accessed frequently within the first 30 days after upload but are rarely accessed thereafter. The client requires the data to be retrievable within minutes for the first 90 days, after which retrieval time is less critical. How should the client's data be tiered to minimize storage costs while adhering to these access requirements?
Use the Amazon S3 Intelligent-Tiering storage class and configure a lifecycle policy to transition objects to S3 Glacier after 90 days.
Immediately store the videos in Amazon S3 Glacier upon upload as access frequency decreases over time.
Store the videos in Amazon S3 Standard and manually move them to S3 Glacier Deep Archive after 30 days.
Start with the videos in Amazon S3 Standard-Infrequent Access and transition them to S3 Glacier after the first 30 days.
Amazon S3 Intelligent-Tiering is the most cost-effective solution for objects with changing or unknown access patterns. It automatically moves objects between two access tiers when access patterns change, making it ideal for data that is frequently accessed for a period and then rarely accessed. S3 Standard is not cost-effective for long-term storage of rarely accessed data. S3 Glacier and S3 Glacier Deep Archive have retrieval times that may exceed the required minutes within the first 90 days.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Amazon S3 Intelligent-Tiering and how does it work?
Open an interactive chat with Bash
What are S3 Glacier and S3 Glacier Deep Archive used for?