You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected behavior (or behavior of feature suggested)?
Deploying the stack should create a VPC that spans 3 AZs as described in the propeprty maxAZs of the Vpc, but the value is ignored (even if set to 99)
What is the motivation / use case for changing the behavior or adding this feature?
The maxAZs property is required to create a vpc network that needs more than 2 AZs
Please tell us about your environment:
CDK CLI Version: 0.37.0
Module Version: 0.37.0
OS: Windwos 10
Language: TypeScript
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
What is the current behavior?
If the current behavior is a πͺ²bugπͺ²: Please provide the steps to reproduce
If I create a brand new stack, specify a region that has at least 3 AZs (ex: eu-central-1) and create a Vpc.
The Vpc spans two AZ and creates 4 Subnets
Deploying the stack should create a VPC that spans 3 AZs as described in the propeprty maxAZs of the Vpc, but the value is ignored (even if set to 99)
The maxAZs property is required to create a vpc network that needs more than 2 AZs
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered: