1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
Storage pricing varies by region, but costs $0.03 per GB in the Northern Virginia region.
If you set the log retention period to "Never Expire", logs will continue to accumulate because they will not be automatically deleted.
Therefore, if you continue to output logs, the monthly CloudWatch Logs fee will gradually increase.
https://aws.amazon.com/cloudwatch/pricing/?nc1=h_ls
Relevant content
- AWS OFFICIALUpdated 10 months ago

Hi, Riku is 100% correct. If you need to accumulate your logs over N years for compliance reasons. You may want to move them to cheaper S3 alternatives like S3 Glacier that will basically heavily reduce costs at the expense of an automated (daily?) log extraction / transfer pipeline.
thanks for your answer