- Newest
- Most votes
- Most comments
Yes, it is possible, Static routes will be preferred over propagated routes, see the TGW Route evaluation order:
Route priority and propagated routes
If you've attached a virtual private gateway to your VPC and enabled route propagation on your subnet route table, routes representing your Site-to-Site VPN connection automatically appear as propagated routes in your route table.
If the destination of a propagated route overlaps a static route, the static route takes priority.
If the destination of a propagated route is identical to the destination of a static route, the static route takes priority if the target is one of the following:
internet gateway
NAT gateway
Network interface
Instance ID
Gateway VPC endpoint
Transit gateway
VPC peering connection
Gateway Load Balancer endpoint
Reference https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html#route-table-routes
Relevant content
- Accepted Answerasked 8 months ago
- Accepted Answerasked 6 years ago
- asked 9 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago