How To Install Amazon auto-scaling On Mac

Package Information:

Name: auto-scaling
Use: Client interface to the Amazon Auto Scaling web service
URL: https://aws.amazon.com/developertools/2535

Installation Steps:

  1. Open Terminal pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install auto-scaling using brew
    brew install auto-scaling

auto-scaling is ready to use now!