From 435696a0d1c846c6b12bcdb4565ddfd5ddf90f3f Mon Sep 17 00:00:00 2001 From: Dave Purrington Date: Fri, 4 Aug 2017 10:40:36 -0400 Subject: [PATCH] Update aws.md --- docs/getting-started-guides/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/aws.md b/docs/getting-started-guides/aws.md index 1505315643..033345b7b5 100644 --- a/docs/getting-started-guides/aws.md +++ b/docs/getting-started-guides/aws.md @@ -31,7 +31,7 @@ title: Running Kubernetes on AWS EC2 3. Install and configure the [AWS Command Line Interface](http://aws.amazon.com/cli) 4. We recommend installing using an account which has full access to the AWS APIs. -NOTE: This script use the 'default' AWS profile by default. +NOTE: This script uses the 'default' AWS profile by default. You may explicitly set the AWS profile to use using the `AWS_DEFAULT_PROFILE` environment variable: ```shell