Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlevit/aws-auto-cleanup
Programmatically delete AWS resources based on an allowlist and time to live (TTL) settings
https://github.com/mlevit/aws-auto-cleanup
amazon-web-services auto-cleanup aws aws-lambda cleaner cleanup cloud cost cost-control cost-optimization lambda python3 serverless serverless-framework
Last synced: 3 months ago
JSON representation
Programmatically delete AWS resources based on an allowlist and time to live (TTL) settings
- Host: GitHub
- URL: https://github.com/mlevit/aws-auto-cleanup
- Owner: mlevit
- License: mit
- Created: 2019-04-14T10:54:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T10:45:06.000Z (over 1 year ago)
- Last Synced: 2024-04-27T15:34:34.424Z (7 months ago)
- Topics: amazon-web-services, auto-cleanup, aws, aws-lambda, cleaner, cleanup, cloud, cost, cost-control, cost-optimization, lambda, python3, serverless, serverless-framework
- Language: Python
- Homepage:
- Size: 2.66 MB
- Stars: 493
- Watchers: 20
- Forks: 55
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
AWS Auto Cleanup helps clean up your AWS resources, keeping your AWS accounts neat and tidy whilst reducing costs. AWS Auto Cleanup uses a combination of user-defined allowlists and time-based policies to delete resources that are no longer needed.
The tool comprises three modules, APP, API, and WEB. Click through each module to learn more and follow the steps to deploy them to your environment.
| [![app](./static/app.png)](./app/) | [![api](./static/api.png)](./api/) | [![web](./static/web.png)](./web/) |
| :--------------------------------: | :--------------------------------: | :--------------------------------: |