DVA-C02 · Question #68
DVA-C02 Question #68: Real Exam Question with Answer & Explanation
The correct answer is A: Manually instrument the X-Ray SDK in the application code.. Not to send any PII to AWS X-Ray service, add instrumentation code in your application at each location to send trace information that PII is eliminated. https://docs.aws.amazon.com/xray/latest/devguide/xray-instrumenting-your-app.html
Question
A developer is incorporating AWS X-Ray into an application that handles personal identifiable information (PII). The application is hosted on Amazon EC2 instances. The application trace messages include encrypted PII and go to Amazon CloudWatch. The developer needs to ensure that no PII goes outside of the EC2 instances. Which solution will meet these requirements?
Options
- AManually instrument the X-Ray SDK in the application code.
- BUse the X-Ray auto-instrumentation agent.
- CUse Amazon Macie to detect and hide PII. Call the X-Ray API from AWS Lambda.
- DUse AWS Distro for Open Telemetry.
Explanation
Not to send any PII to AWS X-Ray service, add instrumentation code in your application at each location to send trace information that PII is eliminated. https://docs.aws.amazon.com/xray/latest/devguide/xray-instrumenting-your-app.html
Community Discussion
No community discussion yet for this question.