An administrator is configuring an Amazon S3 Lifecycle policy for a bucket containing high-resolution LIDAR sensor data logs. The logs, which average in size, are frequently accessed for the first days after upload. After days, they are rarely accessed but must remain available with millisecond retrieval times. The administrator creates a lifecycle rule to transition the objects to S3 Standard-Infrequent Access (S3 Standard-IA) days after creation, and then to S3 Glacier Deep Archive days after creation.
What will happen when the administrator attempts to apply this S3 Lifecycle policy?
- AThe policy will be successfully applied, but Amazon S3 will delay the transition to S3 Standard-IA until days have elapsed from the object creation date.
- The configuration will fail validation and reject the policy because S3 Lifecycle rules require a minimum of days to elapse before transitioning objects to S3 Standard-IA.Cevap
- CThe policy will fail validation because transitioning objects directly from S3 Standard-IA to S3 Glacier Deep Archive is not a supported transition path.
- DThe policy will fail validation because objects transitioned to S3 Standard-IA must remain in that storage class for at least days before transitioning to S3 Glacier Deep Archive.
Cevap
The configuration will fail validation and reject the policy because S3 Lifecycle rules require a minimum of days to elapse before transitioning objects to S3 Standard-IA.
The correct option is correct because Amazon S3 Lifecycle rules enforce a validation constraint that prevents transitioning objects from S3 Standard to S3 Standard-IA (or S3 One Zone-IA) earlier than days after object creation. Since the policy specifies a transition to S3 Standard-IA after days, it violates this sequence restriction and will be rejected with a validation error upon application.
Adım Adım Çözüm
Anahtar Kavram
S3 Lifecycle transition rules enforce strict timing validation constraints, including a mandatory minimum of days in a warmer tier before transitioning to S3 Standard-IA or S3 One Zone-IA. Configurations violating this constraint will fail API validation during deployment.