Install AWS CLI with Homebrew in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• Press command key and spacebar to launch Spotlight Search, type “terminal” and select the “Terminal” application.
image

• You will need Homebrew installed on your Mac to install the AWS CLI. If you already have Homebrew installed then skip forward, but if not, then type mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew and press the return key to install Homebrew.
image

• Homebrew will install.
image

• Type /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install) and press the return key to finish installation of Homebrew.
image

• Type brew install awscli and press the return key to install the AWS CLI with Homebrew.
image

• The AWS CLI will install.
image

• Type aws --version and press the return key to sanity check the installation.
image

• The Terminal will display the AWS CLI version number.
image

⚠️ **GitHub.com Fallback** ⚠️