From e49fcf9b2a30039c2848dc688286818c2d15f6d1 Mon Sep 17 00:00:00 2001 From: Joe Muoio Date: Thu, 23 Jan 2020 10:34:24 -0800 Subject: [PATCH] Small comment in section1. --- Section1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Section1/README.md b/Section1/README.md index bd46af6..2b33061 100644 --- a/Section1/README.md +++ b/Section1/README.md @@ -13,7 +13,7 @@ Since we are making a service to vend facts, take a minute or five to think of w Most of our infrastructure is modeled using [AWS Cloudformation](https://aws.amazon.com/cloudformation/) in the file, template.yml which uses the [YAML format](https://en.wikipedia.org/wiki/YAML). We are going to run this file in order to create our base set of resources for the stack. -1. Log into [AWS](https://console.aws.amazon.com/console/home). +1. Log into [AWS](https://console.aws.amazon.com/console/home). Make sure you are in the us-east-1 (virginia) region. 2. Open [Cloudformation](https://console.aws.amazon.com/cloudformation/home). See: *Services v* in the top left corner and search for *Cloudformation*. 3. Click *Create stack* > *With new resources (standard)* 4. This will bring you to the Create stack page *Specify template* step.