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.

Revisions

  1. wingkwong created this gist Apr 9, 2021.
    6 changes: 6 additions & 0 deletions install-aws-cli-on-centos7.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    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