X-Ray & Elastic Beanstalk
- For Elastic Beanstalk to work with X-Ray, we can enable in
.ebextensions/xray-daemon.config
option_settings:
aws:elasticbeanstalk:xray:
XRayEnabled: true
Note: X-ray daemon is not provided for multicontainer docker
.ebextensions/xray-daemon.config
option_settings:
aws:elasticbeanstalk:xray:
XRayEnabled: true
Note: X-ray daemon is not provided for multicontainer docker