From 33706dc1a17c1aa6a5fc0362e081ad0483282741 Mon Sep 17 00:00:00 2001 From: takakuni <97144420+takakuni-classmethod@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:05:54 +0900 Subject: [PATCH] Update wordpress-ecs-fargate.yaml --- CloudFormation/wordpress-ecs-fargate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CloudFormation/wordpress-ecs-fargate.yaml b/CloudFormation/wordpress-ecs-fargate.yaml index 4b7a422..89d648d 100644 --- a/CloudFormation/wordpress-ecs-fargate.yaml +++ b/CloudFormation/wordpress-ecs-fargate.yaml @@ -29,7 +29,7 @@ # different AZ to be chosen. AZRegions: ap-northeast-1: - AZs: ["a", "b"] + AZs: ["a", "c"] ap-northeast-2: AZs: ["a", "b"] ap-south-1: @@ -641,4 +641,4 @@ Value: Ref: "WordPressTargetGroup" Export: - Name: !Sub "${AWS::Region}-${AWS::StackName}-ALBTargetGroup" \ No newline at end of file + Name: !Sub "${AWS::Region}-${AWS::StackName}-ALBTargetGroup"