https://github.com/dvopsway/aws_scripts
Collection of various use cases in aws using boto like sanitization of environment and scaling group actions.
https://github.com/dvopsway/aws_scripts
Last synced: 5 months ago
JSON representation
Collection of various use cases in aws using boto like sanitization of environment and scaling group actions.
- Host: GitHub
- URL: https://github.com/dvopsway/aws_scripts
- Owner: dvopsway
- Created: 2015-09-20T09:24:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T09:40:58.000Z (over 10 years ago)
- Last Synced: 2023-02-27T23:55:48.091Z (over 3 years ago)
- Language: Python
- Size: 141 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws_scripts
Collection of various use cases in aws using boto like sanitization of environment and scaling group actions.
## Current functionalities:
* Remove launch conf, ami and snapshots associated with it.
* Dereigister ami and deletes all the snapshots associated with it.
* Deletes detached volumes all at once.
* Update a scaling group with new launch configuration with new ami created based on an a running instance.