hello I had an Issue while creating a x-ray sample application .In cloud Formation after creation of an elb it rollbacks and delete elb automatically and rollback entire stack automatically. What the reason ?
I dont have such specific document created.. If you are looking for documentation then please search aws x-ray on aws documentation page.. That will help you..
Without understanding the issue its difficult to troubleshoot by seeing generic error.. For sure you are you are missing a config step in between which is minute in nature..
I am getting a error The following resource(s) failed to create: [SampleEBServiceRole, ElasticBeanstalkApplication, SampleInstanceProfileRole]. . Rollback requested by user.
Hi, It seems config missing on one of the step or you dont have permission or not creating with proper step.., thats what i can tell from your error....
Try to pull the docker image aws-xray-daemon on on Amazon ECS and execute it from there.. Check the link :- docs.aws.amazon.com/xray/latest/devguide/xray-daemon-ecs.html
Hi Sashak, You explain all things in a better way. Can I setup X ray for EKS?
Try github.com/aws-samples/aws-xray-fargate
@@Cloud4DevOps without fargate is it possible ??
hello
I had an Issue while creating a x-ray sample application .In cloud Formation after creation of an elb it rollbacks and delete elb automatically and rollback entire stack automatically. What the reason ?
CFT by default rollback entire resource creation if there is any error . You need to error in stack creation events..
Can you share us the document that your explaning?
I dont have such specific document created.. If you are looking for documentation then please search aws x-ray on aws documentation page.. That will help you..
when can i download the cloudformation templete
Hi Sashak
where can i download the cloudformation templete
@@jamesj.october6810 you can find sample template from aws documents or github aws labs
Attribute: EndpointURL was not found for resource: nodeXray. Rollback requested by user.
Now getting this error :(
Without understanding the issue its difficult to troubleshoot by seeing generic error.. For sure you are you are missing a config step in between which is minute in nature..
I am getting a error The following resource(s) failed to create: [SampleEBServiceRole, ElasticBeanstalkApplication, SampleInstanceProfileRole]. . Rollback requested by user.
Hi,
It seems config missing on one of the step or you dont have permission or not creating with proper step.., thats what i can tell from your error....
please make a video for a java application
I dont have any java application with me , and i dont know coding so difficult to have that platform..
how do we instrument x-ray on docker container ? for ex: app running on python
Try to pull the docker image aws-xray-daemon on on Amazon ECS and execute it from there.. Check the link :- docs.aws.amazon.com/xray/latest/devguide/xray-daemon-ecs.html