I am using the AWS interface to configure my services on ECS. Before the interface change, I used to be able to access a screen that would allow me to see why the task had failed (like in the example below), that interface could be accessed from the ECS service events by clicking on the taskid. Does anyone know how to get the task stopped reason data with the new interface?
CodePudding user response:
You can see essentially the same message if you do the following steps:
- Select your service from your ECS cluster:
- Go to
Configuration and tasks
tab:
- Scroll down and select a task. You would want to chose one which was stopped by the failing deployment:
- You should have the
Stopped reason
message: