DEV Community

Kiran (AK) Adapa
Kiran (AK) Adapa

Posted on

Install aws cli on your mac

Install aws cli on your Mac using these simple steps

Start on AWS website to get a package for your mac

Double click on the downloaded package and follow the instructions.

apple/mac aws cli package installation screenshot

Once the software is successfully installed, you could go to a Terminal and try the following to check if aws is ready for you to use.

~ which aws    
/usr/local/bin/aws
~ aws --version
aws-cli/2.0.30 Python/3.7.4 Darwin/17.7.0 botocore/2.0.0dev34
~ 
Enter fullscreen mode Exit fullscreen mode

Related:

Top comments (0)