AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 63

A DevOps team manages an API running on-premises that serves as a backend for an Amazon API Gateway endpoint. Customers have been complaining about high response latencies, which the development team has verified using the API Gateway latency metrics in Amazon CloudWatch. To identify the cause, the team needs to collect relevant data without introducing additional latency.
Which actions should be taken to accomplish this? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct actions are A and C. Option A allows for server-side logging without impacting latency, while option C enables tracing through the X-Ray daemon, which operates asynchronously and doesn't delay requests. Options B and D introduce additional processing that could worsen latency, and option E involves further computation that might also add latency.