RootPrivileges / terragrunt-aws-modules

MIT License
0 stars 0 forks source link

Add Lambda function to periodically aggregate all log files into a single archive #20

Open RootPrivileges opened 4 years ago

RootPrivileges commented 4 years ago

As part of https://github.com/RootPrivileges/terragrunt-aws-modules/issues/19, files will no longer be moved to the cheaper S3 Glacier storage class. To make use of these cost savings, add a Lambda function to group the large number of small files into a single archive, which can be more cost-effectively stored on Glacier.

RootPrivileges commented 4 years ago

https://iolap.com/2020/04/06/how-to-avoid-hidden-amazon-glacier-charges/

RootPrivileges commented 4 years ago

https://dev.to/michabahr/archive-your-aws-data-to-reduce-storage-cost-364c