An enterprise database backup system uploads transaction logs to an Amazon S3 Standard bucket. The logs must be managed under the following requirements:
- Logs must be available for immediate, frequent access for the first days.
- Between day and day , logs are accessed occasionally but must retain millisecond retrieval times.
- After days, logs are rarely accessed, and retrieval times of up to hours are acceptable for compliance audits.
- The logs must be kept for a total of days and then permanently deleted.
A SysOps administrator is configuring an S3 Lifecycle policy to automate these transitions while minimizing costs and preventing validation or early transition errors. Which TWO configuration actions should the administrator specify in the lifecycle rule?
- A transition action to move objects from the S3 Standard storage class to the S3 Standard-Infrequent Access (Standard-IA) storage class after days.Answer
- A transition action to move objects from the S3 Standard-Infrequent Access (Standard-IA) storage class to the S3 Glacier Flexible Retrieval storage class after days.Answer
- CA transition action to move objects from the S3 Standard-Infrequent Access (Standard-IA) storage class to the S3 Glacier Deep Archive storage class after days.
- DA transition action to move objects from the S3 Glacier Flexible Retrieval storage class to the S3 Standard-Infrequent Access (Standard-IA) storage class after days.
- EA transition action to move objects from the S3 Standard storage class to the S3 Glacier Flexible Retrieval storage class after days.