Skip to content

Commit 7b7fffe

Browse files
authored
Merge pull request #48 from naxxster/#43
Update CloudFormation template to create multiple AZs for VPC subnets
2 parents 848fce4 + c82c207 commit 7b7fffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/distributed-load-testing-on-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ Resources:
636636
CidrBlock: !Ref SubnetBCidrBlock
637637
AvailabilityZone:
638638
!Select
639-
- 0
639+
- 1
640640
- !GetAZs
641641
VpcId: !Ref Vpc
642642

0 commit comments

Comments
 (0)