Skip to content

Commit

Permalink
Need at least two availability zones
Browse files Browse the repository at this point in the history
  • Loading branch information
jonodrew committed Jun 2, 2023
1 parent 4ef547a commit b170783
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ def __init__(

DeveloperRole(self, "MentorDev")

vpc = ec2.Vpc(self, "MentorMatchVPC", max_azs=1) # default is all AZs in region
vpc = ec2.Vpc(self, "MentorMatchVPC", max_azs=2) # default is all AZs in region

cluster = ecs.Cluster(self, "MentorMatchCluster", vpc=vpc)

Expand Down

0 comments on commit b170783

Please sign in to comment.