Skip to content

cultureulterior/scaletuna

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scaletuna

scaletuna [autoscaling group name regex]

Curses utility gem that shows your AWS EC2 Autoscaling groups in a table (including current size). You can then tune the desired_capacity, min, and max with your keyboard.

The only argument is a regular expression that is matched against your autoscaling groups, and only shows those that match it.

Keys:

  • (up,down,left,right): Select parameter to modify
  • (+): Increase by one
  • (-): Decrease by one
  • (q): Quit and print all operations performed
  • (0-9): Begin writing a desired number, complete with return or enter

Installation

gem install scaletuna

Packages

No packages published

Languages

  • Ruby 100.0%