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

A financial trading company is using Amazon EC2 instances to run its trading platform. Part of the company's trading platform includes a third-party pricing service that the EC2 instances communicate with over UDP on port 50000.

Recently, the company has had problems with the pricing service. Some of the responses from the pricing service appear to be incorrectly formatted and are not being processed successfully. The third-party vendor requests access to the data that the pricing service is returning. The third-party vendor wants to capture request and response data for debugging by logging in to an EC2 instance that accesses the pricing service. The company prohibits direct access to production systems and requires all log analysis to be performed in a dedicated monitoring account.

Which set of steps should a network engineer take to capture the data and meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because it captures the UDP traffic using Traffic Mirroring in a dedicated monitoring account, which aligns with the company's policy of not allowing direct access to production systems. Option A does not provide direct packet capture, making it less effective for debugging. Option B captures the data in production, which violates the company's access policy. Option D relies on direct access to the EC2 instance, which is not permitted.