Expand Availability Zones for a VPC subnet configuration. #7095
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
It would be great if we can easily expand the VPC subnets to utilize additional availability zones without having to recreate the VPC.
Use Case
The Canadian region just expanded its Availability zones and we would like to take advantage of the increased availability. Currently we only have two options, create a new availability zone or hack a way in the CDK to add the additional resources that is not intuitive with how the VPC was originally created.
Proposed Solution
When we are providing the subnet configuration when it renders out the list of subnets we can utilize the list of subnets already defined to add the additional ones to the end of the array so existing subnets are not impacted.
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: