
Answer-first summary for fast verification
Answer: Select the NLB as a target for traffic mirroring. Use a UDP listener.
To configure traffic mirroring to use the NLB endpoint, the network team should select the NLB as a target for traffic mirroring. This is because the NLB is intended to distribute the mirrored traffic to the EC2 instances behind it. The correct protocol to use for the listener is UDP, as traffic mirroring uses UDP to send the mirrored traffic. Therefore, the correct configuration is to select the NLB as a target for traffic mirroring and use a UDP listener. This setup ensures that the mirrored traffic is correctly sent to the EC2 instances behind the NLB, allowing for the capture and logging of traffic as required for compliance.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How should the network team configure VPC traffic mirroring to ensure mirrored traffic is sent to the EC2 instances behind the Network Load Balancer (NLB) endpoint?
A
Select the NLB as a source for traffic mirroring. Use a UDP listener.
B
Select the NLB as a target for traffic mirroring. Use a TCP listener and a UDP listener.
C
Select the NLB as a target for traffic mirroring. Use a TCP listener.
D
Select the NLB as a target for traffic mirroring. Use a UDP listener.
No comments yet.