DEV Community

Cover image for Install awscli on OSX
Adam K Dean
Adam K Dean

Posted on

2 1

Install awscli on OSX

Installing awscli on OSX is easy. If you don't already have it, install pip (python's package manager).

Now, to install awscli, do this:

pip install awscli
Enter fullscreen mode Exit fullscreen mode

Then configure it using:

aws configure
Enter fullscreen mode Exit fullscreen mode

Now test it with:

aws ec2 describe-regions
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay