From d9dcd0b626d3065ce3bfe98a45e40a773a835ec9 Mon Sep 17 00:00:00 2001 From: Anton Ilin Date: Fri, 12 Jun 2015 11:41:11 +0300 Subject: [PATCH] Add note about switching aws profiles. Signed-off-by: Anton Ilin --- docs/getting-started-guides/aws.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/getting-started-guides/aws.md b/docs/getting-started-guides/aws.md index 4851d1089e6..69c1c4a2d8b 100644 --- a/docs/getting-started-guides/aws.md +++ b/docs/getting-started-guides/aws.md @@ -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`