Skip to content

Instantly share code, notes, and snippets.

@alexolinux
Created April 24, 2024 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexolinux/9d470cf64b7bc88318ba0f137c2c8f24 to your computer and use it in GitHub Desktop.
Save alexolinux/9d470cf64b7bc88318ba0f137c2c8f24 to your computer and use it in GitHub Desktop.
aws-cli installation
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment