less than 1 minute read

macOS aws-cli setup guide

Note:

Please follow my other guide on setting up oh-my-zsh and homebrew before proceeding by clicking here

Install AWS-CLI

  1. Run following command to install aws-cli
brew install awscli
  1. Verify you awscli installation by running
aws --version
  1. Add this line to end of your .zshrc by running
vim ~/.zshrc

source /usr/local/share/zsh/site-functions/_aws

  1. You should now be able to access autocomplete fucntionality by pressing tab key.