やったこと
AWS CLI (Command Line Interface) を Mac にインストールします。
調査
pip3 でインストール
$ pip3 install awscli --upgrade --user
path を通す
~/.bash_profile
export PATH=~/.local/bin:$PATH
再読み込み
$ source ~/.bash_profile
バージョン確認
$ aws --version
aws-cli/1.16.253 Python/3.6.2 Darwin/17.7.0 botocore/1.12.243