Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A developer seeks to implement request tracing for a Python application on Amazon EC2 to identify performance bottlenecks. What steps should be taken to enable this functionality?
A
Deploy an agent for monitoring on EC2 instances.
B
Deploy a daemon for tracing on EC2 instances.
C
Set up application logging in a JSON format to a designated directory.
D
Direct application trace outputs to a designated directory.
E
Integrate and set up a tracing SDK for Python within the application.