Merge pull request #9708 from bronislav/add-ability-to-choose-aws-credentials

Add ability to select AWS profile
This commit is contained in:
Yu-Ju Hong 2015-08-25 14:30:02 -07:00
commit f0c8a5be78

View File

@ -51,6 +51,13 @@ Getting started on AWS EC2
2. Install and configure [AWS Command Line Interface](http://aws.amazon.com/cli)
3. You need an AWS [instance profile and role](http://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html) with EC2 full access.
NOTE: This script use the 'default' AWS profile by default.
You may explicitly set AWS profile to use using the `AWS_DEFAULT_PROFILE` environment variable:
```bash
export AWS_DEFAULT_PROFILE=myawsprofile
```
## Cluster turnup
### Supported procedure: `get-kube`