: Cloud NGFW for AWS Combined Deployment Model
Focus
Focus

Cloud NGFW for AWS Combined Deployment Model

Table of Contents

Cloud NGFW for AWS Combined Deployment Model

Cloud NGFW for AWS combined deployment model.
A combined deployment model uses a combination of cross-account NGFW endpoints with hub and spoke VPC connectivity. The hub of the topology, or transit gateway, represents the central point of connectivity between VPCs for east-west and outbound traffic security. In this deployment, cross-account VPCs provide the inbound traffic security.

Ingress/Egress Traffic Inspection

  1. Traffic initiated from an internet client and destined to the public IP of the application load balancer arrives at the internet gateway (IGW). the IGW forwards the traffic to the application load balancer (ALB).
  2. Per the ALB subnet, any traffic going to the target group (workloads on EC2) is forwarded to the NGFW endpoint.
  3. The endpoint transparently sends the traffic to the firewall resource for inspection.
  4. If the traffic is allowed, the firewall resource sends the traffic back to the endpoint after inspection.
  5. Per the firewall subnet route table, traffic is forwarded to the workload servers:
    1. Traffic from a workload running in Spoke VPC A is destined for the internet.
    2. The Transit Gateway (TGW) spoke route table forwards all the traffic to the centralized security VPC.
    3. The TGW subnet route table of the security VPC attachment sends all the traffic to the NGFW endpoint.
    4. The NGFW endpoint automatically sends traffic to the Cloud NGFW resource for inspection.
    5. If traffic is allowed, the NGFW resource sends the traffic back to the endpoint.
    6. The firewall subnet route table forwards all the traffic to the NAT gateway.
    7. The NAT gateway forwards the traffic to the destination through the IGW.

Recommended For You