A graphic design firm stores finished project assets averaging in an Amazon S3 Standard bucket. The assets are frequently accessed for the first after creation. After , they are rarely accessed but must remain immediately retrievable. The firm requires all assets to be permanently deleted after creation. Which two actions should a solutions architect configure in the S3 Lifecycle policy to meet these requirements in the most cost-effective manner? (Choose two.)
- Transition the objects to S3 Standard-Infrequent Access (S3 Standard-IA) after .Answer
- Configure the objects to expire after .Answer
- CTransition the objects to S3 Standard-Infrequent Access (S3 Standard-IA) after .
- DTransition the objects to S3 Glacier Flexible Retrieval after .
- ETransition the objects to S3 Standard-Infrequent Access (S3 Standard-IA) after .
Answer
Transition the objects to S3 Standard-Infrequent Access (S3 Standard-IA) after 15 days, and configure the objects to expire after 45 days.
To satisfy the requirements cost-effectively, objects should remain in S3 Standard for the first when they are active. Transitioning them to S3 Standard-IA after ensures they remain immediately retrievable while reducing storage costs. Because the lifecycle policy deletes the objects after , the objects spend exactly in S3 Standard-IA (), which fulfills the minimum storage duration requirement without incurring any early deletion charges. Lastly, configuring the objects to expire after satisfies the deletion requirement.
Step-by-Step Solution
Key Concept
S3 Lifecycle policies must align transition timelines with access patterns and storage tier minimum duration requirements (such as the 30-day minimum for S3 Standard-IA) to optimize costs.