Created
July 12, 2021 11:18
-
-
Save defaye/7b14343b769cd111ed6a06097e189962 to your computer and use it in GitHub Desktop.
Install AWS CLI Ubuntu 18.04
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
mkdir aws_cli_installation_temp | |
cd aws_cli_installation_temp | |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" | |
unzip awscliv2.zip | |
sudo ./aws/install | |
cd .. | |
rm -rf aws_cli_installation_temp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once installed, you can configure the CLI using profiles so that you can access different S3 environments.