
AWS Certified Developer - Associate
Get started today
Ultimate access to all questions.
You have deployed a Java application to an Amazon EC2 instance, and it utilizes the AWS X-Ray SDK for tracing. During testing from your personal computer, the application successfully sends data to X-Ray. However, when the application runs on the EC2 instance, it fails to send data to X-Ray.
Which of the following actions would NOT assist in debugging this issue?
You have deployed a Java application to an Amazon EC2 instance, and it utilizes the AWS X-Ray SDK for tracing. During testing from your personal computer, the application successfully sends data to X-Ray. However, when the application runs on the EC2 instance, it fails to send data to X-Ray.
Which of the following actions would NOT assist in debugging this issue?
Explanation:
X-Ray sampling
By customizing sampling rules, you can control the amount of data that you record, and modify sampling behavior on the fly without modifying or redeploying your code. Sampling rules tell the X-Ray SDK how many requests to record for a set of criteria. X-Ray SDK applies a sampling algorithm to determine which requests get traced however because our application is failing to send data to X-Ray it does not help in determining the cause of failure.
X-Ray Overview: via - https://docs.aws.amazon.com/xray/latest/devguide/aws-xray.html