A research firm stores datasets in Amazon S3 where access is unpredictable: some datasets are read daily for months, while others go completely untouched for over a year and may never be read again. The team already uses S3 Intelligent-Tiering for automatic frequent and infrequent movement, but wants the deeply cold datasets to also reach archive-level storage rates automatically, with no separate lifecycle rule and minimal operational change. Which configuration meets this with the least operational overhead?
- AEnable the optional Archive Access and Deep Archive Access tiers within the existing S3 Intelligent-Tiering configuration so untouched objects move to archive rates automatically. Correct
- BAdd a separate lifecycle rule that transitions objects from S3 Intelligent-Tiering to S3 Glacier Flexible Retrieval after 180 days, running alongside the existing Intelligent-Tiering configuration.
- CReplace S3 Intelligent-Tiering with S3 One Zone-Infrequent Access for the cold datasets to obtain a lower storage rate while accepting that the data sits in a single Availability Zone.
- DTurn on S3 Storage Lens recommendations so it analyses the buckets and automatically relocates cold datasets into S3 Glacier Deep Archive on the team's behalf.
Why A is correct: Intelligent-Tiering can be configured with optional Archive Access and Deep Archive Access tiers, so objects untouched for a set period drop to archive rates automatically within the same class and no extra lifecycle rule.
Why B is wrong: Tempting because it reaches archive rates, but it adds a second rule the team wanted to avoid and moves objects out of Intelligent-Tiering, so they no longer tier automatically within the class.
Why C is wrong: Tempting on price, but One Zone-IA is a fixed class with retrieval fees and reduced availability, and it cannot automatically promote objects back to frequent access when reads resume.
Why D is wrong: Tempting because Storage Lens reports cold data, but it only provides metrics and recommendations and never moves objects between storage classes by itself.