Merge pull request #1268 from whiskey/patch-1

Added aws configuration profile option
This commit is contained in:
Rico Sta. Cruz 2019-12-18 13:38:53 +11:00 committed by GitHub
commit 4d4ae7bfc7
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