Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tendant/aws-script
Python scripts for managing AWS service using boto
https://github.com/tendant/aws-script
Last synced: about 13 hours ago
JSON representation
Python scripts for managing AWS service using boto
- Host: GitHub
- URL: https://github.com/tendant/aws-script
- Owner: tendant
- License: mit
- Created: 2015-01-21T02:18:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T20:59:07.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T13:31:26.487Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-script
Python scripts for managing AWS service using boto.## Delete launch configuration
python autoscaling/delete-old-launch-configuration.py REGION PATTERN
Delete k oldest launch configuration which name matches given PATTERN
in given REGION, keep at least recent 25 launch configurations