Security VPC is not working with Transit Gateway

0

Our end customer has shared service VPC (Inspection VPC) where we have deployed the Palo Alto virtual appliances and all other VPCs (app and db VPCs) are attached with transit gateway, we want all egress and ingress traffic to be inspected by Palo Alto firewall which is deployed on inspection VPC, however upon successfully deploying the AWS resources design is not working as expected, all resources are deployed on Ohio, can you please help me to fix this issue? I would share the more information if needed.

질문됨 3년 전1204회 조회
2개 답변
0
수락된 답변

As I understood from your notes that you have multiple VPC attached with Transit Gateway and you have inspection VPC where Palo Alto firewalls are deployed for traffic inspection however your design is not working as expected. One of the reasons could be the stateful Inspection in firewall which doesn’t support the asymmetric routing and by default transit gateway maintain the zone affinity which makes the traffic asymmetric. To overcome this when you configure the centralize inspection using Transit Gateway you need to enable the "Appliance Mode" in transit Gateway.

When appliance mode is enabled, a transit gateway selects a single network interface in the appliance VPC, using a flow hash algorithm, to send traffic to for the life of the flow. The transit gateway uses the same network interface for the return traffic. This ensures that bidirectional traffic is routed symmetrically it's routed through the same Availability Zone in the VPC attachment for the life of the flow. If you have multiple transit gateways in your architecture, each transit gateway maintains its own session affinity, and each transit gateway can select a different network interface.

https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-appliance-scenario.html

Try this out and let me know if it works.

AWS
abhdey
답변함 3년 전
0

Thanks Abhishek, I will check this option and get back to you here however it seems we are not enabled the appliance mode.

답변함 3년 전

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

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

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