Themis, named after the Greek goddess of justice (who is typically depicted holding a scale), is a CLI designed to provide a quick and simple way of adjusting the desired capacity of your AWS auto-scaling groups without needing to go into the web console.
It uses v2 of the AWS Ruby SDK.
After cloning:
- run
bundle install
. - Update the
regions
file with the AWS regions that you utilize. - Please note, themis assumes that your AWS programmatic credentials are already loaded.
To run the script:
./themis
Sample output:
Pull requests / comments / feature requests are encouraged.