Easy1 markMultiple Choice
AWS SAP-C02 · Question 59 · Domain 3.5: Cost Optimization
A company has a large Amazon S3 bucket storing millions of images. They want to optimize storage costs. Some images are accessed millions of times a day, while others are never accessed after the first week. The access patterns are highly unpredictable and change daily. What is the MOST cost-effective storage strategy?
A company has a large Amazon S3 bucket storing millions of images. They want to optimize storage costs. Some images are accessed millions of times a day, while others are never accessed after the first week. The access patterns are highly unpredictable and change daily. What is the MOST cost-effective storage strategy?
Answer options:
A.
Create a Lifecycle policy to move objects to S3 Standard-IA after 30 days.
B.
Transition all objects to the S3 Intelligent-Tiering storage class.
C.
Use S3 Glacier Flexible Retrieval for all images.
D.
Write a Lambda function to analyze S3 access logs and move objects manually.
How to approach this question
Match 'unpredictable access patterns' with S3 Intelligent-Tiering.
Full Answer
B.Transition all objects to the S3 Intelligent-Tiering storage class.✓ Correct
Amazon S3 Intelligent-Tiering is designed to optimize costs by automatically moving data to the most cost-effective access tier based on access frequency, without performance impact or retrieval fees. It is ideal for unpredictable workloads.
Common mistakes
Choosing Standard-IA, which penalizes you with retrieval fees if data becomes hot again.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise is redesigning its network architecture across 50 AWS accounts. They require ...HardQ02A financial services company uses AWS Organizations to manage 100+ accounts. The security team ma...MediumQ03An e-commerce company requires a multi-region active-active architecture for its critical order p...MediumQ04A company is setting up a new AWS environment using AWS Control Tower. They need to ensure that a...HardQ05An enterprise has 50 AWS accounts under AWS Organizations. They want to implement a chargeback mo...Medium
Expert