
Ultimate access to all questions.
In an AWS environment, a company's three-tier web application has web servers in a public subnet and application/database servers in private subnets within the same VPC. A third-party virtual firewall from AWS Marketplace is deployed in an inspection VPC for packet inspection. What is the least operationally intensive method to integrate this firewall with the web application to inspect incoming traffic before it hits the web server?
A
Utilize a Network Load Balancer in the application's public subnet to direct traffic to the firewall for inspection.
B
Implement an Application Load Balancer in the public subnet to route traffic to the firewall.
C
Establish a transit gateway in the inspection VPC, setting up route tables for traffic to pass through the gateway.
D
Place a Gateway Load Balancer in the inspection VPC, with an endpoint to capture and forward incoming traffic to the firewall.