Security wants to insert scalable inline network appliances (IDS/firewall) into VPC traffic flows without hand-building fragile per-instance routes for every new appliance. Which load balancing pattern supports that insertion model?
Select an answer to reveal the explanation.
Short Explanation
Think of Gateway Load Balancer as the on-ramp that fans traffic through a fleet of inspection trucks and back—add trucks as load grows instead of rewriting every route by hand.
Full Explanation
AWS Gateway Load Balancer is designed to deploy, scale, and insert virtual network appliances inline while preserving flow symmetry. ALB host-header routing and CloudFront origin groups do not replace GWLB’s appliance insertion model for arbitrary VPC traffic paths, and NAT Gateway is not an IDS signature engine.