Topic 1 Question 43
2 つ選択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?
Install the CloudWatch agent server side and configure the agent to upload relevant logs to CloudWatch.
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.
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.
Modify the on-premises application to send log information back to API Gateway with each request.
Modify the on-premises application to calculate and upload statistical data relevant to the API service requests to CloudWatch metrics.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: AC
AC less impact on app
👍 2ele2023/05/13 - 正解だと思う選択肢: AC
A, C, correct
👍 1alce20202023/04/15 Why A? The team still can check logs without uploading to CloudWatch? I'd prefer E over A.
👍 1EricZhang2023/05/19
シャッフルモード