Skip to content

Instantly share code, notes, and snippets.

@andreasneuber
Created July 19, 2020 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreasneuber/1c850ff4918b768aa7c120296cf47b00 to your computer and use it in GitHub Desktop.
Save andreasneuber/1c850ff4918b768aa7c120296cf47b00 to your computer and use it in GitHub Desktop.
Install AWS cli on Ubuntu 16
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