Skip to content

Instantly share code, notes, and snippets.

@epreston
Last active June 29, 2021 10:39
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 epreston/cae4098374bf4906aab767763f1d4ccd to your computer and use it in GitHub Desktop.
Save epreston/cae4098374bf4906aab767763f1d4ccd to your computer and use it in GitHub Desktop.
aws-cli osx deployment
curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
sudo installer -pkg AWSCLIV2.pkg -target /
# confirm deployment
which aws
# returns: /usr/local/bin/aws
aws --version
# returns: aws-cli/2.2.14 Python/3.8.8 Darwin/20.5.0 exe/x86_64 prompt/off
# expect a delay of 30 seconds running the first command
# configure deployment once an account and access key is created
aws configure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment