AWS CLI(Command Line Interface) Installation on Mac Using Homebrew
Feb 3, 2018
Below are the steps to install awscli using homebrew on your mac:
- Install homebrew on your mac terminal if you don’t have one using this command
$xcode-select --install$ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2. Install awscli using brew
$brew install awscli
3. Check if it is working
$aws
usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]To see help text, you can run:aws helpaws <command> helpaws <command> <subcommand> help
Please comment below if you like to know more about AWS or have any specific questions about the blog. Check out other blogs or subscribe for free for more technical articles here.