Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand Availability Zones for a VPC subnet configuration. #7095

Closed
1 of 2 tasks
phillipCouto opened this issue Mar 31, 2020 · 2 comments
Closed
1 of 2 tasks

Expand Availability Zones for a VPC subnet configuration. #7095

phillipCouto opened this issue Mar 31, 2020 · 2 comments
Assignees
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.

Comments

@phillipCouto
Copy link
Contributor

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

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@phillipCouto phillipCouto added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 31, 2020
@SomayaB SomayaB added the @aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud label Mar 31, 2020
@rix0rrr
Copy link
Contributor

rix0rrr commented Apr 16, 2020

The problem here is more around IP space allocation. The available IP space has been completely divvied up already, so adding more subnets is not possible.

@rix0rrr
Copy link
Contributor

rix0rrr commented Apr 16, 2020

Duplicate: #7073
Related: #5927

@rix0rrr rix0rrr closed this as completed Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants