Closed jbrooks-sms closed 9 months ago
Very intrested with this feature, we are facing the same issues to manage routing NFW endpoints per AZ!
This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days
This PR was automatically closed because of stale in 10 days
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
This adds multiple intra route tables per the number of intra subnets deployed.
Motivation and Context
This resolves an issue where multiple intra route tables are required such as when using them in a multiple availability zone inspection vpc. Each intra subnet needs to forward to the particular network firewall endpoint which is in the local availability zone
Breaking Changes
There are no breaking changes as this only creates the same number of route tables as intra subnets.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projects I have tested by running the seperate-route-tables example in this branch and outputs return everything as expected to include the multiple route table ids.pre-commit run -a
on my pull request