Automate AWS CloudWatch Log Group Retention Using Lambda In Python
CloudWatch organises logs in a log group and when a new log group is created, it’s retention period is set to Never expire, which means logs will be retained forever. When we are streaming logs via cloudwatch agent using cloudwatch agent json file we...
dheerajchoudhary.hashnode.dev3 min read
Dipankar Chakraborty
Good documentation... please mention details of specifying log retention policy during log group creation using CloudFormation.