AWS Certified DevOps Engineer – Professional — Question 33

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 answers are A and C because installing the CloudWatch agent allows for efficient log collection without affecting latency, while using the X-Ray daemon for segment uploads minimizes additional overhead. Option B is incorrect because uploading segments directly without the daemon can introduce latency, and options D and E involve modifying the application in ways that could increase response times or complexity.