A company uses Amazon CloudWatch Logs to store application logs from EC2 instances. The log volume is 100 GB per day, and logs are retained for 1 year. The SysOps administrator wants to reduce costs while maintaining compliance. Which solution is MOST effective?
Exporting reduces CloudWatch costs and S3 lifecycle policies minimize storage costs.
Why this answer
The correct answer is B. Exporting logs to S3 and using S3 lifecycle policies to transition to cheaper storage classes (e.g., Glacier Deep Archive) is cost-effective for long-term retention. Option A is wrong because CloudWatch Logs Insights is a query tool, not a cost reduction method.
Option C is wrong because reducing retention period violates compliance. Option D is wrong because disabling encryption does not reduce costs significantly and may violate security policies.