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" } } },