AWS Certified Advanced Networking – Specialty (ANS-C01) — Question 269

A company is migrating critical applications to AWS. The company has multiple accounts and VPCs that are connected by a transit gateway.

A network engineer must design a solution that performs deep packet inspection for any traffic that leaves a VPC network boundary. All inspected traffic and the actions that are taken on the traffic must be logged in a central log account.

Which solution will meet these requirements with the LEAST administrative overhead?

Answer options

Correct answer: A

Explanation

Option A is correct because AWS Gateway Load Balancer (GWLB) is designed to transparently insert and scale third-party virtual firewalls to perform inline deep packet inspection (DPI) on network traffic, and logging directly to an Amazon S3 bucket in a central account requires minimal operational overhead. Option B is incorrect because Application Load Balancer (ALB) is a Layer 7 load balancer and cannot be used for transparent inline network filtering. Option C is incorrect because standard security groups and network ACLs cannot perform deep packet inspection, and Option D is incorrect because setting up and maintaining VPC Traffic Mirroring sessions for every network interface introduces massive administrative overhead.