From efd80672c7c6bd24f21bef344b285a21d8af5b89 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Fri, 19 Dec 2014 15:28:29 -0800 Subject: [PATCH] Update the aws docs with a pointer to instance profile and roles. --- docs/getting-started-guides/aws.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started-guides/aws.md b/docs/getting-started-guides/aws.md index 99f4dd53f00..d871f5fdf04 100644 --- a/docs/getting-started-guides/aws.md +++ b/docs/getting-started-guides/aws.md @@ -4,6 +4,7 @@ 1. You need an AWS account. Visit [http://aws.amazon.com](http://aws.amazon.com) to get started 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. ### Cluster turnup