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:
- Open Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Copy the below command and execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install ec2-ami-tools using brew
brew install ec2-ami-tools
ec2-ami-tools is ready to use now!