From c82c20767bba8a15d807dfac41cda8830551ff63 Mon Sep 17 00:00:00 2001 From: Junseong Jang Date: Thu, 15 Apr 2021 17:41:51 +0900 Subject: [PATCH] Make the subnet B to use different AZ than subnet A There is no reason to use same AZ in two subnet. To follow best practice, changed the AZ of subnet B. --- deployment/distributed-load-testing-on-aws.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/distributed-load-testing-on-aws.yaml b/deployment/distributed-load-testing-on-aws.yaml index 0acc45f2..4040a81f 100644 --- a/deployment/distributed-load-testing-on-aws.yaml +++ b/deployment/distributed-load-testing-on-aws.yaml @@ -492,7 +492,7 @@ Resources: CidrBlock: !Ref SubnetBCidrBlock AvailabilityZone: !Select - - 0 + - 1 - !GetAZs VpcId: !Ref Vpc