https://github.com/thevickypedia/purge_cloudwatch
Script to delete cloudwatch logstreams
https://github.com/thevickypedia/purge_cloudwatch
cloudwatch-logs lambda
Last synced: 2 months ago
JSON representation
Script to delete cloudwatch logstreams
- Host: GitHub
- URL: https://github.com/thevickypedia/purge_cloudwatch
- Owner: thevickypedia
- Created: 2020-07-17T22:56:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T21:40:04.000Z (over 4 years ago)
- Last Synced: 2025-02-12T22:22:40.672Z (4 months ago)
- Topics: cloudwatch-logs, lambda
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purge Logs
Script to delete cloudwatch logs.This script requires aws cli setup which enables the user to login to the aws account to purge the cloudwatch logs.
Lambda script for a scheduled cleanup: [lambda_version.py](https://github.com/thevickypedia/purge_cloudwatch/blob/master/lambda_version.py)
[AWS CLI setup](https://docs.aws.amazon.com/polly/latest/dg/setup-aws-cli.html)
[Boto3 Documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudwatch.html)