Ensure that tracing with AWS X-Ray is enabled for all the instances running within your Amazon Elastic Beanstalk environment in order to help identify issues and opportunities for performance optimization. To relay trace data from your web application to AWS X-Ray, you can run the X-Ray daemon on your Elastic Beanstalk environment's instances.
excellence
efficiency
AWS X-Ray is a distributed tracing system that helps you analyze and debug web applications. It traces requests as they travel through the application's services and resources, providing an end-to-end view of how your application is performing. You can leverage the capabilities of Amazon Elastic Beanstalk with the tracing, visualization, and debug capabilities of AWS X-Ray to monitor and debug your web applications running at scale on AWS cloud.
Audit
To determine if AWS X-Ray daemon is enabled for your Amazon Elastic Beanstalk environment instances, perform the following operations:
Remediation / Resolution
To enable tracing with AWS X-Ray for your Amazon Elastic Beanstalk environments, perform the following operations:
References
- AWS Documentation
- Configuring AWS X-Ray debugging
- AWS Elastic Beanstalk and AWS X-Ray
- General options for all environments
- Setting configuration options after environment creation
- AWS Command Line Interface (CLI) Documentation
- elasticbeanstalk
- describe-applications
- describe-environments
- describe-configuration-settings
- update-environment