From 1dde27e4c41a6ee63d4e66d039e504cf7ff341b2 Mon Sep 17 00:00:00 2001 From: Kyle Somers Date: Thu, 5 May 2016 17:49:30 -0400 Subject: [PATCH] CFN parameter NumberofIAMUsers changed to NumberOfTeammates. Modified instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24ed919..5f89e51 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ The [Zombie Microservices Workshop](http://aws.amazon.com/events/zombie-microser 2\. On the "Specify Details" page, your Stack is prepopulated with the name "ZombieWorkshopStack". -3\. For the parameter section, if you want to develop with a team and would like to create IAM Users in your account to grant them access, then specify how many teammates/users you want to be created in the **NumberOfTeammates** box. Otherwise, leave it defaulted to 0 and no additional users will be created. Click **Next**. *If you create IAM users, an IAM group will also be created and those users will be added to that group. On deletion of the stack, those resources will be deleted for you* +3\. For the parameter section, if you want to develop with a team and would like to create IAM Users in your account to grant them access, then specify how many teammates/users you want to be created in the **NumberOfTeammates** box. Otherwise, leave it defaulted to 0 and no additional users will be created. Click **Next**. + +*If you create IAM users, an IAM group will also be created and those users will be added to that group. On deletion of the stack, those resources will be deleted for you.* 4\. On the "Options" page, leave the defaults and click **Next**.