Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 766 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 766 Bytes

Themis

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:

  1. run bundle install.
  2. Update the regions file with the AWS regions that you utilize.
  3. 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.