Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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