How to Install ec2-ami-tools on Mac using Brew

Package Information:

Name: ec2-ami-tools
Use: Amazon EC2 AMI Tools (helps bundle Amazon Machine Images)
URL: https://aws.amazon.com/developertools/368

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 ec2-ami-tools using brew
    brew install ec2-ami-tools

ec2-ami-tools is ready to use now!