AWS Interview DropBeginner TierMultiple choice+10 XP on read1saved

Your app writes 2 TB/month of logs that are queried heavily for 7 days, rarely after 30, and must be kept 7 years. Which S3 setup is most cost-effective?

Core Summary

S3 storage classes trade cheap storage for slow, sometimes paid retrieval. When you already know how access drops off with age, the cheapest setup is a lifecycle rule that walks the data down the tiers as it ages. A single class overpays, and Intelligent-Tiering solves a problem this question doesn't have.

Pick one

Hints

Hint 1: The access pattern is predictable by age, and that matters

Hint 2: Intelligent-Tiering charges a monitoring fee per object

Hint 3: Check the minimum storage duration of each class

Reported in interviews at Amazon