Prequisites: AWS Account
In AWS Console:
- Go to IAM Service and create new group, name it
S3FullAccessGroup
, attach theAmazonS3FullAccess
policy to it. - In IAM Service, add new user. Name it something like
yourName_macbookpro_cli
. Make sure only programmatic access is checked off. Add the user to theS3FullAccessGroup
. - When done with wizard, it will give you your secret access key only ONCE. Don't leave this page yet.
In Local Development Terminal:
- OSX:
brew install awscli
Linux:sudo apt update
sudo apt install awscli
aws configure