Routing VPC to VPC traffic through an on-prem firewall via Transit Gateway

0

A customer is trying to setup VPC to VPC routing through their on-prem firewall over TGW. The desired behavior is that traffic from VPC-A will route through the on-prem firewall to get to VPC-B. With the current setup, the traffic routes from VPC-A to VPC-B without making it to the on-prem firewall. When we perform a traceroute, the 2nd hop in the path is a 169.254.x.x address, which I believe may be the DXGW or something similar. I can replicate the same behavior If I have a 0.0.0.0 route defined to a nat gateway as well, but in that case the 2nd hop is the nat gateway address. The customer POC setup is as follows:

VPC-A - 10.0.0.0/24
VPC-B - 10.0.1.0/24
DXGW connected to DX via TVIF

VPC-A-Route-Table Routes
10.0.0.0/24, local
0.0.0.0, TGW

VPC-B-Route-Table Routes
10.0.1.0/24, local
0.0.0.0, TGW

TGW -VPC-Traffic route table
associations:
VPC-A
VPC-B

Propagations:
DXGW

Routes:
On-Prem routes, propagated
0.0.0.0/0, DXGW attachment, static

TGW - On-prem traffic route table Associations:
DXGW

Propagations:
VPC-A
VPC-B

Routes:
10.0.0.0/24
10.0.1.0/24

I believe we are missing an explicit route to tell traffic to use the on-prem firewall for routing of VPC to VPC traffic, but I am not exactly sure of the best place to configure that in this scenario.

AWS
질문됨 3년 전748회 조회
1개 답변
0
수락된 답변

The problem you are hitting is at DXGW. Since same DXGW is being used for egress/ingress path. DXGW can not allow you to route traffic for destination that is advertised from AWS side.

You need to separate the egress path and ingress path. Possible options are 1) two separate DXGW paths, 2) one DXGW (egress) with one VPN(ingress) or vice versa, 3) two VPN connections (egress, ingress).

At the same time I would advise customer to not do it as it is suboptimal routing, creates delay, dependency for intra region traffic on external connectivity. It is recommended to do that inspection via Inspection VPC which inspects the inter VPC traffic. You can use AWS Network Firewall or 3rd party firewalls in the inspection VPC.

AWS
전문가
VK
답변함 3년 전
profile picture
전문가
검토됨 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠