A seismic monitoring station network uploads raw telemetry data logs to an Amazon S3 Standard bucket. Each log file is approximately in size. The logs are accessed frequently by analytical tools for the first days. After days, the logs are rarely accessed, but must remain immediately available for audit queries. All logs are deleted permanently after days. Which S3 lifecycle policy configuration will minimize storage costs for this workload?
- Retain the log files in S3 Standard for the entire days, then configure a lifecycle rule to expire the objects.Answer
- BConfigure a lifecycle rule to transition the log files to S3 Standard-Infrequent Access (S3 Standard-IA) after days, then expire the objects after days.
- CConfigure a lifecycle rule to transition the log files to S3 Glacier Flexible Retrieval after days, then expire the objects after days.
- DConfigure a lifecycle rule to transition the log files to S3 Glacier Deep Archive after days, then expire the objects after days.
Answer
Retain the log files in S3 Standard for the entire days, then configure a lifecycle rule to expire the objects.
Retaining the objects in S3 Standard for the entire days is the most cost-effective strategy. This is because transitioning them to S3 Standard-IA on day means they will only spend days in S3 Standard-IA. Since S3 Standard-IA enforces a minimum storage charge of days, the organization would be billed for an extra days of unused storage, making the transition more expensive than keeping the files in S3 Standard.
Step-by-Step Solution
Key Concept
S3 lifecycle policies and the minimum storage duration rules for infrequent access and archive tiers.