Skip to content

Instantly share code, notes, and snippets.

@navid-taheri
navid-taheri / awscli-ubuntu-16.04
Last active February 24, 2020 21:46
How to install awscli on ubuntu 16.04
docker run -it ubuntu:16.04
apt-get -y update
apt-get -y upgrade
apt-get install -y python3-pip
pip3 install awscli
aws --version
aws-cli/1.14.48 Python/3.5.2 Linux/4.13.0-36-generic botocore/1.9.1