A company runs a high-volume media processing platform that stores source files in an Amazon S3 bucket with versioning enabled. A SysOps administrator must configure an S3 Lifecycle policy to optimize storage costs based on the following requirements:
- Current versions (average size ): Accessed frequently for the first . After , they are accessed occasionally and must remain immediately accessible. After , they are rarely accessed but must be retrievable within when requested.
- Noncurrent versions: Retained for after becoming noncurrent. They are rarely accessed, but must be available with millisecond retrieval times if requested.
Which S3 Lifecycle configuration meets these requirements in the most cost-effective manner while avoiding S3 validation errors and early transition or deletion fees?
- Configure a rule for current versions to transition to S3 Standard-Infrequent Access (Standard-IA) after and to S3 Glacier Flexible Retrieval after . Configure a rule for noncurrent versions to transition to S3 Glacier Instant Retrieval after and expire after .Cevap
- BConfigure a rule for current versions to transition to S3 Standard-Infrequent Access (Standard-IA) after and to S3 Glacier Flexible Retrieval after . Configure a rule for noncurrent versions to transition to S3 Glacier Deep Archive after and expire after $180\text{ days}.
- CConfigure a rule for current versions to transition to S3 Standard-Infrequent Access (Standard-IA) after and to S3 Glacier Flexible Retrieval after . Configure a rule for noncurrent versions to transition to S3 Glacier Instant Retrieval after and expire after $180\text{ days}.
- DConfigure a rule for current versions to transition to S3 Standard-Infrequent Access (Standard-IA) after and to S3 Glacier Instant Retrieval after . Configure a rule for noncurrent versions to transition to S3 Standard-Infrequent Access (Standard-IA) after and to S3 Glacier Flexible Retrieval after , then expire after $180\text{ days}.