Setup AWS Cli in your mac

Kingyinma
1 min readOct 15, 2020

--

Prerequisite

  • Homebrew setup

Install Python

brew install python

Install aws-cli

brew install awscli

Configure aws profile

aws configure

--

--

No responses yet