--- title: aws cli setup tags: aws, aws-cli description: View the slide with "Slide Mode". slideOptions: spotlight: enabled: true --- # aws cli setup - instal·lar el client - instal·lar el aws-shell ``` # aws-cli sudo apt update sudo apt install -y unzip curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip sudo ./aws/install # aws-shell sudo apt install -y pip sudo pip install aws-shell ```
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.