Easy1 markMultiple Choice
AWS SAA-C03 · Question 54 · Domain 4.1: Storage Cost Optimization
A company stores millions of images in Amazon S3. The access patterns for these images are highly unpredictable; some images are accessed daily, while others are not accessed for months. The company wants to automatically optimize storage costs without incurring retrieval fees or operational overhead.<br/><br/>Which S3 storage class should be used?
A company stores millions of images in Amazon S3. The access patterns for these images are highly unpredictable; some images are accessed daily, while others are not accessed for months. The company wants to automatically optimize storage costs without incurring retrieval fees or operational overhead.<br/><br/>Which S3 storage class should be used?
Answer options:
A.
S3 Standard
B.
S3 Standard-Infrequent Access (S3 Standard-IA)
C.
S3 Intelligent-Tiering
D.
S3 Glacier Flexible Retrieval
How to approach this question
Look for 'unpredictable access patterns' and 'no retrieval fees'.
Full Answer
C.S3 Intelligent-Tiering✓ Correct
Amazon S3 Intelligent-Tiering is the only cloud storage class that delivers automatic cost savings by moving objects between four access tiers when access patterns change, without performance impact or operational overhead. It does not charge retrieval fees.
Common mistakes
Choosing Standard-IA, forgetting that it incurs per-GB retrieval fees which are bad for unpredictable workloads.
Practice the full AWS SAA-C03 Practice Exam 6
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert