Skip to content

Instantly share code, notes, and snippets.

@prmoore77
Created June 6, 2024 20:20
Show Gist options
  • Save prmoore77/95030ae9e56091eb370bd0d0c3f5fde1 to your computer and use it in GitHub Desktop.
Save prmoore77/95030ae9e56091eb370bd0d0c3f5fde1 to your computer and use it in GitHub Desktop.
Install AWS CLI
# Install AWS CLI
pushd /tmp
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
./aws/install
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment