Created
April 9, 2021 04:23
-
-
Save wingkwong/31bbe69a2783f3ce1ce76d9367dfb620 to your computer and use it in GitHub Desktop.
Revisions
-
wingkwong created this gist
Apr 9, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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