AWS - Rookie
Login to AWS
Make sure you have AWS CLI-2 installed in your system
brew install awscli
#configure aws profile in local
aws configure --profile <your profile name> #to setup using keys
aws configure sso --profile <your profile name> #to setup using ...
polynomial.hashnode.dev1 min read