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

A company’s network engineer needs to design a new solution to help troubleshoot and detect network anomalies. The network engineer has configured Traffic Mirroring. However, the mirrored traffic is overwhelming the Amazon EC2 instance that is the traffic mirror target. The EC2 instance hosts tools that the company’s security team uses to analyze the traffic. The network engineer needs to design a highly available solution that can scale to meet the demand of the mirrored traffic.
Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because deploying a Network Load Balancer (NLB) allows for efficient distribution of mirrored traffic across multiple EC2 instances, which can scale dynamically through an Auto Scaling group. Options B and D use an Application Load Balancer, which is not optimized for handling the high throughput of mirrored traffic, and option C with a Gateway Load Balancer is not suitable for this specific use case as it does not provide the same level of traffic distribution capabilities.