https://github.com/sathyabhat/ebscleanup
Small, simple serverless function to clean up EBS volumes that are detached
https://github.com/sathyabhat/ebscleanup
aws ebs-volumes serverless-functions
Last synced: 7 months ago
JSON representation
Small, simple serverless function to clean up EBS volumes that are detached
- Host: GitHub
- URL: https://github.com/sathyabhat/ebscleanup
- Owner: SathyaBhat
- Created: 2020-09-04T16:09:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T16:11:51.000Z (about 5 years ago)
- Last Synced: 2025-02-01T06:13:30.197Z (8 months ago)
- Topics: aws, ebs-volumes, serverless-functions
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ebscleanup
Small, simple serverless function to clean up EBS volumes that are detached.I have some ephemeral Folding at Home infrastructure which leaves behind EBS volumes when terminated. I should actually be modifying the Launch Templates to delete the volumes on termiantion, but for now this cleans up any old volumes as well.