How to install AWS CLI

0 votes
How to install AWS CLI?
Jan 31, 2020 in AWS by Hannah
• 18,570 points
472 views

1 answer to this question.

+1 vote

the best way to install AWS CLI on Mac is by using the bundled installer as it includes all the dependencies and you can even use it offline.

1. Execute the following command:

curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
unzip awscli-bundle.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws

2. Run the installer

And you are done !! :)

Check out my answer here as well: https://www.edureka.co/community/62506/how-to-install-aws-cli-on-mac

answered Jan 31, 2020 by Travis

Related Questions In AWS

+2 votes
1 answer

How to install AWS CLI on Mac?

Hi @Hannah, the best way to install ...READ MORE

answered Jan 24, 2020 in AWS by Travis

edited Sep 6 by Khan Sarfaraz 3,794 views
+1 vote
3 answers

How to get ARN for s3 Bucket using aws cli .

An ARN is a non-opaque, constructible identifier, ...READ MORE

answered Aug 16, 2018 in AWS by Priyaj
• 58,100 points
4,781 views
0 votes
1 answer
0 votes
1 answer

How to download the latest file in a S3 bucket using AWS CLI?

You can use the below command $ aws ...READ MORE

answered Sep 6, 2018 in AWS by Archana
• 4,170 points
18,482 views
0 votes
1 answer
+1 vote
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP