Network firewall inspection

0

Dear Team - can anyone confirm if AWS network firewall can perform the inspection for encrypted traffic ? For example, traffic from internet is establishing the VPN connection on the software VPN running on the EC2 instance. Before it reach to Software VPN EC2 instance, it will hit the AWS network firewall. As the AWS firewall sits in middle of client and software VPN on EC2, can firewall inspect the traffic ?

JD
asked 14 days ago93 views
1 Answer
1
Accepted Answer

It's important to be specific with these questions and the followup is: What type of encryption is being used for the VPN connection?

AWS Network Firewall can inspect encrypted traffic if it is encrypted using TLS. There are various caveats here so please read the blog post.

However, if your traffic is an IPSEC VPN than Network Firewall cannot inspect it. Instead, ensure that the VPN termination instance is suitably hardened (as appropriate for the operating system that is running) then you might use Network Firewall to inspect the traffic once it leaves the VPN termination instance. You can read about patterns for deploying Network Firewall in this other blog post.

profile pictureAWS
EXPERT
answered 14 days ago
profile picture
EXPERT
reviewed 13 days ago
profile picture
EXPERT
reviewed 13 days ago
  • Follow-up question, You said you might use Network Firewall to inspect the traffic once it leaves the VPN termination instance, what does it mean ? are you referring return traffic to internet ?

  • I'm referring to traffic between the VPN termination instance and whatever the traffic is going to/from within AWS.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions