Topic 1 Question 63
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?
Manually instrument the X-Ray SDK in the application code.
Use the X-Ray auto-instrumentation agent.
Use Amazon Macie to detect and hide PII. Call the X-Ray API from AWS Lambda.
Use AWS Distro for Open Telemetry.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: A
Explanation: By manually instrumenting the X-Ray SDK in the application code, the developer can have full control over which data is included in the trace messages. This way, the developer can ensure that no PII is sent to X-Ray by carefully handling the PII within the application and not including it in the trace messages.
👍 4gpt_test2023/04/03 - 正解だと思う選択肢: A
A 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
👍 3Untamables2023/03/26 C : Amazon Macie is a data security service that discovers sensitive data using machine learning and pattern matching, provides visibility into data security risks, and enables you to automate protection against those risks. https://aws.amazon.com/macie/features/?nc1=h_ls
👍 1StarLoard2023/03/26
シャッフルモード