Skip to content

Instantly share code, notes, and snippets.

@ChaiBapchya
Created August 24, 2020 01: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 ChaiBapchya/99d21d4961b20d65512268a568cf0eda to your computer and use it in GitHub Desktop.
Save ChaiBapchya/99d21d4961b20d65512268a568cf0eda to your computer and use it in GitHub Desktop.
Configure awscli
# Assuming you have access to herring repo & dlc container
# Configure awscli2: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install

# verify
aws --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment