How do I set up Amazon VPC ingress routing with a stateless network appliance?

0

I want to implement a network topology where I can set an ingress route on the internet gateway to pass through a security appliance. I still want the destination subnet behind the appliance to have a direct route to the internet gateway. I need the appliance to see only the ingress traffic (requests) and not the other direction. I did some basic testing and found that this topology doesn't work. For example, connections initiated from the subnet behind the appliance can't reach the internet. How do I configure this routing?

질문됨 4년 전417회 조회
1개 답변
0
수락된 답변

If the traffic is asymmetric, that is, the return traffic doesn’t go through the same appliance or firewall, then the return traffic is dropped at the AWS edge. This happens by design. Therefore, you need a symmetric flow for VPC Ingress routing to work. A better architecture is to use the Elastic Load Balancing sandwich architecture and scale the firewall depending on the load.

AWS
jkaps
답변함 4년 전

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

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

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

관련 콘텐츠