AWS Interview DropBeginner TierMultiple choice+10 XP on read
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?
#S3#Cost#Lifecycle
Core Summary
S3 storage classes trade retrieval speed and cost against storage price. The right answer for predictable, age-based access patterns is a lifecycle policy that steps data down through the tiers — not a single class, and not Intelligent-Tiering.
Pick one
Hints
Hint 1: The access pattern is predictable by age — 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