Skip to content

Instantly share code, notes, and snippets.

@aasthavar
Last active April 23, 2025 09:18
Show Gist options
  • Select an option

  • Save aasthavar/6ff7dddc093204524666b8f16091d9a4 to your computer and use it in GitHub Desktop.

Select an option

Save aasthavar/6ff7dddc093204524666b8f16091d9a4 to your computer and use it in GitHub Desktop.
install aws cli v2
echo "Installing AWS CLI v2..."
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
rm awscliv2.zip
rm -rf aws
echo "AWS CLI v2 installed successfully."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment