Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Last active August 24, 2022 07:08
Show Gist options
  • Save atulkamble/676d5f3996f8c0c5457e96951a3bcbd7 to your computer and use it in GitHub Desktop.
Save atulkamble/676d5f3996f8c0c5457e96951a3bcbd7 to your computer and use it in GitHub Desktop.
Install AWS CLI to Linux
sudo curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
ls
unzip awscliv2.zip
sudo ./aws/install
sudo ./aws/install --update
aws --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment