
Answer-first summary for fast verification
Answer: Install and run the X-Ray daemon on the on-premises servers to capture and relay the data to the X-Ray service
Install and run the X-Ray daemon on the on-premises servers to capture and relay the data to the X-Ray service The AWS X-Ray daemon is a software application that listens for traffic on UDP port 2000, gathers raw segment data, and relays it to the AWS X-Ray API. The daemon works in conjunction with the AWS X-Ray SDKs and must be running so that data sent by the SDKs can reach the X-Ray service. To run the X-Ray daemon locally, on-premises, or on other AWS services, download it, run it, and then give it permission to upload segment documents to X-Ray. Incorrect options: Install and run the X-Ray SDK on the on-premises servers to capture and relay the data to the X-Ray service - As mentioned above, you need to run the X-Ray daemon on the on-premises servers and give it the required permission to upload X-Ray data to the X-Ray service. So this option is incorrect. Install and run the CloudWatch Unified Agent on the on-premises servers to capture and relay the X-Ray data to the X-Ray service using the PutTraceSegments API call - This option has been added as a distractor. CloudWatch Agent cannot relay X-Ray data to the X-Ray service using the PutTraceSegments API call. Configure a Lambda function to analyze the incoming traffic data on the on-premises servers and then relay the X-Ray data to the X-Ray service using the PutTelemetryRecords API call - This option is incorrect as the Lambda function cannot process the X-Ray data for an on-premises instance and then relay it to the X-Ray service.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A developer aims to implement X-Ray tracing on a custom application hosted on an on-premises Linux server. This application is accessed through Amazon API Gateway.
What is the most efficient solution that involves minimal configuration?
A
Install and run the CloudWatch Unified Agent on the on-premises servers to capture and relay the X-Ray data to the X-Ray service using the PutTraceSegments API call
B
Configure a Lambda function to analyze the incoming traffic data on the on-premises servers and then relay the X-Ray data to the X-Ray service using the PutTelemetryRecords API call
C
Install and run the X-Ray SDK on the on-premises servers to capture and relay the data to the X-Ray service
D
Install and run the X-Ray daemon on the on-premises servers to capture and relay the data to the X-Ray service
No comments yet.