An organization uploads raw research datasets to an Amazon S3 Standard bucket. The datasets are frequently accessed during the first days. Access becomes occasional between day and day , though any retrievals must remain instantaneous. After days, the data is rarely accessed but must be retained long-term for compliance, where a retrieval time of several hours is acceptable.
A SysOps administrator attempts to configure an Amazon S3 Lifecycle policy with the following transition actions:
* Transition to S3 Standard-Infrequent Access (Standard-IA) after days.
* Transition to S3 Glacier Flexible Retrieval after days.
When saving this policy, the administrator receives a validation error. Which of the following explains the reason for this error?
- The S3 Lifecycle configuration violates the minimum -day offset requirement between transitioning to S3 Standard-IA and transitioning to S3 Glacier Flexible Retrieval.Cevap
- BThe minimum storage duration for objects in S3 Standard before transitioning to S3 Standard-IA is days, which prevents the initial transition at days.
- CObjects in S3 Standard-IA cannot be transitioned directly to S3 Glacier Flexible Retrieval and must first transition to S3 Glacier Instant Retrieval.
- DS3 Glacier Flexible Retrieval requires a minimum storage duration of days, which prevents transitioning objects out of S3 Standard-IA before days have elapsed.