Encrypted traffic from network load-balancer to Application load-balancer via Newwork firewall

0

Hi there,

I'm trying to replace my ha-proxy functionality by the AWS native services and my plan is use :

NLB ---|Network Firewall (NFW)|--->ALB (with WAF)---> appVPC endpoint

I know NLB now can offload TLS but can it send it (the unencrypted traffic) to an ALB for the NFW to do the traffic inspection? The new alb-type target-group needs to be used for the NLB to forward the traffic to an ALB and looks like a TLS listener cannot be used for that? Otherwise I think I have to use two ALBs, like this:

NLB ---> ALB1(+WAF)---|Network Firewall (NFW)|--->ALB2---> appVPC endpoint

which I'm trying to avoid. Is it possible to achieve my goal with a single ALB?

-S

1개 답변
0

You are correct - TLS listeners on Network Load Balancers cannot forward to ALB-type target groups

Reference: https://aws.amazon.com/blogs/networking-and-content-delivery/application-load-balancer-type-target-group-for-network-load-balancer/

Also you probably know this but adding here:

Q: Can AWS Network Firewall inspect encrypted traffic?

AWS Network Firewall does not currently support deep packet inspection for encrypted traffic. To work around this limitation, you can decrypt traffic using a Network Load Balancer (NLB) before sending it to an AWS Network Firewall endpoint. Also, for HTTPS traffic, AWS Network Firewall can inspect the domain name provided by the Server Name Indicator (SNI) during the TLS handshake.

profile pictureAWS
전문가
답변함 일 년 전

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

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

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

관련 콘텐츠