Skip to content

Instantly share code, notes, and snippets.

@wingkwong
Created April 9, 2021 04:23
Show Gist options
  • Save wingkwong/31bbe69a2783f3ce1ce76d9367dfb620 to your computer and use it in GitHub Desktop.
Save wingkwong/31bbe69a2783f3ce1ce76d9367dfb620 to your computer and use it in GitHub Desktop.
Install AWS CLI on CentOS 7
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
export PATH=~/bin:$PATH
# verify
aws --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment