A financial company stores monthly transaction reports in an Amazon S3 Standard bucket. The reports have an average size of each. These reports are accessed frequently by the auditing team for the first days after generation. After days, the reports are rarely accessed but must be kept for an additional days to meet compliance requirements. During this compliance period, the reports must be available for immediate retrieval in the event of an audit. After a total of days, the reports must be permanently deleted.
Which combination of Amazon S3 Lifecycle actions should a solutions architect implement to meet these requirements in the most cost-effective manner? (Select TWO.)
- Transition the reports to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after daysCevap
- Configure a lifecycle rule to permanently delete the reports after daysCevap
- CTransition the reports to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after days
- DTransition the reports to Amazon S3 Glacier Flexible Retrieval after days
- ETransition the reports to Amazon S3 Glacier Instant Retrieval after days
Cevap
Transition the reports to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after days and configure a lifecycle rule to permanently delete the reports after days.
The correct lifecycle strategy is to transition the reports to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after days, and configure a rule to permanently delete them after days. This ensures that the reports remain in S3 Standard-IA for days, which satisfies the -day minimum storage duration charge for S3 Standard-IA. S3 Standard-IA also meets the requirement of immediate (millisecond) retrieval for audits. Finally, deleting the reports at days complies with the data retention policy and stops further storage charges.
Adım Adım Çözüm
Anahtar Kavram
Amazon S3 Lifecycle rules can automate transitioning and deleting objects to optimize costs. When transitioning to tiers like S3 Standard-IA or S3 Glacier, solutions architects must respect minimum storage duration requirements (e.g., days for S3 Standard-IA, days for Glacier) to avoid unexpected billing penalties.