Install AWS Cli on Ubuntu

A quickest way to install AWS Cli

curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py && rm -f get-pip.py
pip install awscli

1 thought on “Install AWS Cli on Ubuntu

Leave a Reply

Your email address will not be published.