Get euca2ools installed on Mac using Brew

Package Information:

Name: euca2ools
Use: Eucalyptus client API tools. Compatible with Amazon Web Services, such as EC2 and IAM.
URL: https://github.com/eucalyptus/euca2ools

Installation Steps:

  1. Open Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Copy the below command and execute

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install euca2ools using brew
    brew install euca2ools

euca2ools is ready to use now!