Prequisites: AWS Account
In AWS Console:
- Go to IAM Service and create new group, name it
S3FullAccessGroup, attach theAmazonS3FullAccesspolicy 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 awscliLinux:sudo apt updatesudo apt install awscli aws configure