Commit d9dcd0b6 authored by Anton Ilin's avatar Anton Ilin

Add note about switching aws profiles.

Signed-off-by: 's avatarAnton Ilin <anton@ilin.dn.ua>
parent 4d10def1
...@@ -51,6 +51,13 @@ Getting started on AWS EC2 ...@@ -51,6 +51,13 @@ Getting started on AWS EC2
2. Install and configure [AWS Command Line Interface](http://aws.amazon.com/cli) 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. 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 ## Cluster turnup
### Supported procedure: `get-kube` ### Supported procedure: `get-kube`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment