Search code examples
amazon-web-servicesuser-interfaceamazon-ecs

Where is ECS Task Stopped Reason now?


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?

example


Solution

  • You can see essentially the same message if you do the following steps:

    1. Select your service from your ECS cluster:

    enter image description here

    1. Go to Configuration and tasks tab:

    enter image description here

    1. Scroll down and select a task. You would want to chose one which was stopped by the failing deployment:

    enter image description here

    1. You should have the Stopped reason message:

    enter image description here