Added aws configuration profile option

Using multiple aws credentials is a very common scenario, so hinting to the `--profile` option is highly encouraged.
This commit is contained in:
Carsten Knoblich 2019-11-12 12:57:07 +01:00 committed by GitHub
parent 4da6b9adbe
commit 14134685c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,13 @@ brew install awscli
aws configure aws configure
``` ```
### Configuration profiles
```
aws configure --profile project1
aws configure --profile project2
```
## Elastic Beanstalk ## Elastic Beanstalk
### Configuration ### Configuration