
Explanation:
S3 Intelligent-Tiering class is correct because it automatically monitors object access and moves data between frequent, infrequent, and archive access tiers to optimize cost with no lifecycle policies to manage. It is designed for unpredictable access, charging a small monitoring and automation fee while reducing storage cost as objects cool. Amazon S3 Glacier Instant Retrieval is incorrect because it is an archive storage class that does not perform automatic tiering and can incur retrieval costs. It requires explicit class selection or lifecycle actions. S3 Standard-Infrequent Access with lifecycle rules is incorrect because lifecycle rules are manual and time based, not adaptive to per object access fluctuations. S3 One Zone-Infrequent Access is incorrect because it sacrifices availability zone redundancy and does not provide automatic tier transitions. When you see keywords like unpredictable or variable access and no lifecycle management, think Intelligent-Tiering. Remember Intelligent-Tiering charges monitoring per object, does not monitor objects smaller than 128 KB, and can transition into archive access tiers that carry minimum storage durations.
Ultimate access to all questions.
Which S3 storage class automatically optimizes cost by moving objects across access tiers as access patterns change, without lifecycle policies?
A
Amazon S3 Glacier Instant Retrieval
B
S3 Standard-Infrequent Access with lifecycle rules
C
S3 One Zone-Infrequent Access
D
S3 Intelligent-Tiering class
No comments yet.