Skip to content

Commit

Permalink
Add note about switching aws profiles.
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Ilin <anton@ilin.dn.ua>
  • Loading branch information
bronislav committed Aug 25, 2015
1 parent 4d10def commit d9dcd0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/getting-started-guides/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit d9dcd0b

Please sign in to comment.