Install aws cli on your mac

akaak

AK Adapa

Posted on December 19, 2020

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:

💖 💪 🙅 🚩
akaak
AK Adapa

Posted on December 19, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

What was your win this week?
weeklyretro What was your win this week?

November 29, 2024

Where GitOps Meets ClickOps
devops Where GitOps Meets ClickOps

November 29, 2024

How to Use KitOps with MLflow
beginners How to Use KitOps with MLflow

November 29, 2024

Modern C++ for LeetCode 🧑‍💻🚀
leetcode Modern C++ for LeetCode 🧑‍💻🚀

November 29, 2024