
Ultimate access to all questions.
A DevOps team is responsible for an on-premises API that acts as the backend for an Amazon API Gateway endpoint. Customers are experiencing high response latencies, a problem confirmed by the development team through API Gateway latency metrics in Amazon CloudWatch. To pinpoint the cause of these delays without adding further latency, which two actions should the team implement?
A
Install the CloudWatch agent server side and configure the agent to upload relevant logs to CloudWatch.
B
Enable AWS X-Ray tracing in API Gateway, modify the application to capture request segments, and upload those segments to X-Ray during each request.
C
Enable AWS X-Ray tracing in API Gateway, modify the application to capture request segments, and use the X-Ray daemon to upload segments to X-Ray.
D
Modify the on-premises application to send log information back to API Gateway with each request.
E
Modify the on-premises application to calculate and upload statistical data relevant to the API service requests to CloudWatch metrics.