How to install AWS CLI on Mac

+2 votes
How to install AWS CLI on Mac? Can you please tell the step by step procedure?

Thanks in advance!
Jan 24, 2020 in AWS by Hannah
• 18,570 points
3,899 views

1 answer to this question.

+1 vote

Hi @Hannah, 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 !! :)

Hope this helps!

Enroll in AWS Course and learn more today!

answered Jan 24, 2020 by Travis

edited Sep 6, 2023 by Khan Sarfaraz
This procedure does not work on my Mac OS Catalina
Hi@Antonlo,

The above solution should work in every Mac system. For detailed information, you can go through the official document.

https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-mac.html

Related Questions In AWS

0 votes
1 answer

How to install redis on AWS Micro instance?

Maybe you can spin up an EC2 ...READ MORE

answered Jan 30, 2019 in AWS by Archana
• 5,640 points
619 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

What are branches in AWS CodeCommit and how to create one?

To create branches, click on Branches on ...READ MORE

answered Jun 13, 2019 in AWS by Trisha
1,000 views
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