Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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