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
This is supported in the new Vpc abstraction. When you define your VpcSubnetLocation you can specify either an availabilityZone or an availableZoneId. i.e.
I updated this to no longer reference 'Network'. 'Network' is deprecated and will be removed from 1.0
CyrusNajmabadi
changed the title
Add an option to NetworkArgs to allow the user to specify exact AZs
Add an option to VpcArgs to allow the user to specify exact AZs
Jul 12, 2019
i.e. rather than just specifying a count, allow the user to specify
[ "us-east-1b", "us-east-1c" ]
or similar.The text was updated successfully, but these errors were encountered: