From d922910910e8e72b226edfb32f02241d729edb48 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sun, 11 Sep 2016 07:59:53 -0700 Subject: [PATCH] document assumptions --- docs/01-infrastructure-aws.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/01-infrastructure-aws.md b/docs/01-infrastructure-aws.md index d0ed0e9..cde397d 100644 --- a/docs/01-infrastructure-aws.md +++ b/docs/01-infrastructure-aws.md @@ -2,6 +2,8 @@ This lab will walk you through provisioning the compute instances required for running a H/A Kubernetes cluster. A total of 9 virtual machines will be created. +The guide assumes you'll be creating resources in the `us-west-2` region. + After completing this guide you should have the following compute instances: ![EC2 Console](ec2-instances.png)