Search code examples
amazon-web-servicesamazon-ecs

When I get 'services has reached steady state', in Amazon ECS does it means some tasks had stopped?


ECS Service Events

Does this means that my service tasks are stopping or it's ok to get these log messages?


Solution

  • actually opposite this. The service scheduler reports status periodically. A normal state indicates that there is nothing for it to do -- all tasks are healthy, there are no scaling requests or deployments.