A financial analytics firm processes transaction registry logs that are uploaded daily to an Amazon S3 Standard bucket. The log files average in size. The logs are accessed frequently by analytics applications during the first days after upload. Between day and day , the logs are rarely accessed but must be immediately available for regulatory audits. After days, the logs are only needed for historical compliance and can be retrieved within hours. The logs must be permanently deleted after days.
Which of the following actions should a solutions architect combine in an S3 Lifecycle policy to meet these requirements in the most cost-effective manner? (Select TWO.)
- Transition the objects to S3 Standard-Infrequent Access (S3 Standard-IA) days after the upload date.Answer
- Transition the objects to Amazon S3 Glacier Deep Archive days after the upload date.Answer
- CTransition the objects to S3 Standard-Infrequent Access (S3 Standard-IA) days after the upload date, and then to Amazon S3 Glacier Deep Archive days after the upload date.
- DTransition the objects to S3 Standard-Infrequent Access (S3 Standard-IA) days after the upload date.
- ETransition the objects to Amazon S3 Glacier Flexible Retrieval days after the upload date, and then to Amazon S3 Glacier Deep Archive days after the upload date.
Answer
Configure S3 Lifecycle transitions to move objects to S3 Standard-Infrequent Access (S3 Standard-IA) after days, and then to Amazon S3 Glacier Deep Archive after days.
The correct strategy transitions the objects to S3 Standard-Infrequent Access (S3 Standard-IA) after days when frequent access ends. The files remain in S3 Standard-IA for days (from day to day ), satisfying the -day minimum storage duration of S3 Standard-IA. After day , transitioning the files to Amazon S3 Glacier Deep Archive minimizes storage costs while meeting the -hour retrieval requirement.
Step-by-Step Solution
Key Concept
Amazon S3 Lifecycle rules and storage tier minimum storage duration rules