An advertising technology company stores two types of data in a single Amazon S3 bucket:
* Clickstream telemetry data: Average file size of . Millions of files are uploaded daily. The data is accessed frequently for the first for real-time campaign optimization and is deleted permanently after .
* Ad campaign video assets: Average file size of . The assets are accessed heavily during the first of a campaign, are rarely accessed after that, and must be retained for for audit purposes.
Which configuration represents the most cost-effective storage tiering and lifecycle strategy for these files?
- AConfigure a lifecycle policy to transition the clickstream telemetry data to S3 Standard-IA after and delete it after . For the video assets, configure a lifecycle policy to transition them to S3 Standard-IA after and then to S3 Glacier Flexible Retrieval after .
- BEnable S3 Intelligent-Tiering on the S3 bucket with a lifecycle rule to delete the clickstream telemetry data after and transition the video assets to S3 Glacier Deep Archive after .
- Configure a lifecycle policy to keep the clickstream telemetry data in S3 Standard and delete it after . For the video assets, configure a lifecycle policy to transition them directly to S3 Glacier Deep Archive after .Answer
- DConfigure a lifecycle policy to transition the clickstream telemetry data to S3 Glacier Instant Retrieval after and delete it after . For the video assets, configure a lifecycle policy to transition them directly to S3 Glacier Deep Archive after .
Answer
Keep clickstream telemetry in S3 Standard and delete it after ; transition video assets directly to S3 Glacier Deep Archive after .
The correct option is to keep the clickstream telemetry data in S3 Standard and transition the video assets directly to S3 Glacier Deep Archive after . This avoids early deletion penalties and the minimum object size capacity charges for the clickstream files (which are only in size and are deleted after ), while securing the lowest storage rate for the large video assets () that are rarely accessed after and must be archived for .
Step-by-Step Solution
Key Concept
Amazon S3 Lifecycle Policies and Storage Tier Cost Optimization
Estimated Time:2m 0s