Created
June 6, 2024 20:20
-
-
Save prmoore77/95030ae9e56091eb370bd0d0c3f5fde1 to your computer and use it in GitHub Desktop.
Install AWS CLI
This file contains 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 characters
# 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