Skip to content

Instantly share code, notes, and snippets.

# Download awscli
curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
# Install
sudo installer -pkg ./AWSCLIV2.pkg -target /
# Verify
aws --version
aws-cli/2.0.7 Python/3.7.4 Darwin/19.4.0 botocore/2.0.0dev11
which aws
# Configure confidential
aws configure