Topic 1 Question 179
2 つ選択A developer is working on a Python application that runs on Amazon EC2 instances. The developer wants to enable tracing of application requests to debug performance issues in the code.
Which combination of actions should the developer take to achieve this goal?
Install the Amazon CloudWatch agent on the EC2 instances.
Install the AWS X-Ray daemon on the EC2 instances.
Configure the application to write JSON-formatted logs to /var/log/cloudwatch.
Configure the application to write trace data to /var/log/xray.
Install and configure the AWS X-Ray SDK for Python in the application.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: BE
The correct answers are (E) and (B).
(E) is the most important action to enable application request tracking using AWS X-Ray. The AWS X-Ray SDK for Python provides a set of APIs that a developer can use to instrument their application code for tracing.
(B) is the second most important action. The AWS X-Ray daemon runs on each EC2 instance and collects application trace data
👍 4Digo30sp2023/10/06 - 正解だと思う選択肢: BE
B and E
👍 3dilleman2023/10/11 Answer: E,B
👍 2NinjaCloud2023/10/30
シャッフルモード