A logistics company uploads daily vehicle telemetry reports averaging to an Amazon S3 Standard bucket. The files are accessed frequently for the first days, after which they are rarely accessed. The reports must be retained for a total of days and can then be deleted.
Which TWO configurations should a solutions architect implement in an S3 Lifecycle policy to meet these requirements cost-effectively?
- Transition the reports to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) days after creationAnswer
- Configure the lifecycle policy to expire the reports days after creationAnswer
- CTransition the reports to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) days after creation
- DTransition the reports to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) days after creation
- ETransition the reports to Amazon S3 Glacier Flexible Retrieval days after creation
Answer
Configure the lifecycle policy to transition the reports to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) days after creation and expire the reports days after creation.
Transitioning the reports to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) days after creation matches the access pattern, as the files become rarely accessed after days. Because they are deleted days after creation, they reside in S3 Standard-IA for days, which exceeds the -day minimum storage duration requirement. Expiring the reports days after creation satisfies the data retention requirement and stops further storage charges.
Step-by-Step Solution
Key Concept
Amazon S3 Lifecycle policies optimize storage costs by transitioning data to cheaper storage tiers or deleting it based on age, while taking into account minimum storage duration rules for tiers like S3 Standard-IA.