-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Unused route table created when creating a subnet #3604
Comments
I'm not sure this counts as a bug. Unfortunately, the This sounds like a feature request for an optional |
#4308 RouteTable input would be appreciated. |
Related to #5927 |
In TypeScript I was able to get rid of the RouteTable via |
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
I wish this feature is there. |
I want this feature, the ability to assign a route table to a created subnet |
i second this. i need a functionality like this. can we reopen the issue? |
nvm this could be fixed when implementing #4308 |
I'm submitting a ...
What is the current behavior?
When i create a Subnet, and change the RouteTableAssociation to an existing route table, an unused route table is created along with the subnet.
What is the expected behavior (or behavior of feature suggested)?
I would like to be able to remove this route table or that cdk is smart enough to not create it
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: