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.
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
~
Related:
- once you install
aws
, then go on to install a very handy toolaws-shell
(https://github.com/awslabs/aws-shell)
Top comments (0)