From d6fdbc902c950ec858b428e75f63c132ab5fd5e8 Mon Sep 17 00:00:00 2001 From: ByronPogson Date: Mon, 20 Nov 2017 16:51:53 +1100 Subject: [PATCH] Update Cognito region configuration I tried to run this on the Sydney region and it initially failed as the Cognito region was incorrect, looks like ap-southeast-1 is incorrect too. Updating this now deploys correctly in Sydney --- CloudFormation/CreateZombieWorkshop.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudFormation/CreateZombieWorkshop.json b/CloudFormation/CreateZombieWorkshop.json index 57528b1..440197e 100644 --- a/CloudFormation/CreateZombieWorkshop.json +++ b/CloudFormation/CreateZombieWorkshop.json @@ -52,12 +52,12 @@ "ap-southeast-1": { "S3Endpoint": "https://s3-ap-southeast-1", "S3ContentsBucket": "aws-zombie-workshop-ap-southeast-1", - "CognitoRegion": "us-east-1" + "CognitoRegion": "ap-southeast-1" }, "ap-southeast-2": { "S3Endpoint": "https://s3-ap-southeast-2", "S3ContentsBucket": "aws-zombie-workshop-ap-southeast-2", - "CognitoRegion": "us-east-1" + "CognitoRegion": "ap-southeast-2" } } },