Created
July 19, 2020 18:42
-
-
Save andreasneuber/1c850ff4918b768aa7c120296cf47b00 to your computer and use it in GitHub Desktop.
Install AWS cli on Ubuntu 16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get -y install python3-pip | |
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip" | |
unzip awscli-bundle.zip | |
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws | |
aws --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment