Categories
aws cloud

Adding additional profiles to AWS CLI

I use AWS Shell which is an integrated shell for working with the AWS CLI. Navigate to ~/.aws/ on a mac. If you are on a windows, you will need to google the path. In this directory you will see .credentials and .config. Open .credentials in your editor and you should see something like below. [default] aws_access_key_id […]