aws-solutions / network-orchestration-for-aws-transit-gateway

The Network Orchestration for AWS Transit Gateway solution automates the process of setting up and managing transit networks in distributed AWS environments. It creates a web interface to help control, audit, and approve (transit) network changes.
https://aws.amazon.com/solutions/implementations/serverless-transit-network-orchestrator/
Apache License 2.0
113 stars 48 forks source link

Add static route to spoke subnet that is not attached to TGW #119

Open ckamps opened 1 month ago

ckamps commented 1 month ago

Is your feature request related to a problem? Please describe.

Apparent inability to configure the solution to automatically add a subnet route table for a subnet that is not attached to the TGW.

Describe the feature you'd like

In the following diagram, I'd like a means to configure the solution so that the route in the public subnet route tables of the egress VPC is automatically added. In this example, the route table entry would be 172.16.0.0/12 -> TGW to route traffic returned from the internet through the NAT GW back through to the TGW.

In this example, the egress VPC's private subnets are attached to the TGW.

image
bassemwanis commented 1 month ago

Thank you @ckamps, for requesting this feature. We've added it to our backlog and will carefully evaluate it. We will keep you updated on any decisions regarding the issue.