Skip to content

Instantly share code, notes, and snippets.

@defaye
Created July 12, 2021 11:18
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 defaye/7b14343b769cd111ed6a06097e189962 to your computer and use it in GitHub Desktop.
Save defaye/7b14343b769cd111ed6a06097e189962 to your computer and use it in GitHub Desktop.
Install AWS CLI Ubuntu 18.04
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
@defaye
Copy link
Author

defaye commented Jul 12, 2021

Once installed, you can configure the CLI using profiles so that you can access different S3 environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment