: Cloud NGFW for AWS Distributed Deployments
Focus
Focus

Cloud NGFW for AWS Distributed Deployments

Table of Contents

Cloud NGFW for AWS Distributed Deployments

Cloud NGFW for AWS distributed deployments.
In a distributed deployment, each VPC that requires protection has its own NGFW. This deployment method is less complicated and, therefore, reduces the chance of misconfiguration. For additional examples of distributed deployments, see Cloud NGFW for AWS Deployment Architectures.

Ingress Traffic Inspection

  1. Traffic destined to the public IP of the Application Load Balancer (ALB) arrives at the internet gateway.
  2. The Internet Gateway (IGW) forwards the traffic to the application load balancer.
  3. Per the ALB subnet, traffic to the target group (workloads on EC2) are forwarded to the NGFW endpoint.
  4. The endpoint transparently sends the traffic to the firewall resource for inspection.
  5. If the traffic is allowed, the firewall resource sends the traffic back to the endpoint after inspection.
  6. Per the firewall subnet route table, traffic is forwarded to the workload servers.

Egress Traffic Inspection

  1. Any traffic initiated from the workload servers and destined for the internet is forwarded to the NGFW endpoint.
  2. The endpoint sends the traffic to the firewall resource for inspection.
  3. If the traffic is allowed, the firewall resource sends the traffic back to the endpoint after inspection.
  4. Per the firewall subnet route table, traffic is forwarded to the NAT gateway.
  5. The NAT gateway route table forwards the traffic to the internet gateway.
  6. Traffic is sent to the internt.

Recommended For You