mye956
mye956
Resolving this issue as @amogh09 has merged in a fix for this. Please feel free to reopen/submit a new issue if we can help with anything else!
Hello! Per the public docs > Task state change events are delivered in the following format. The detail section below resembles the [Task](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_Task.html) object that is returned from a [DescribeTasks](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTasks.html)...
Hi @rantoniuk , yep that's right I just tried tracing back using the task ID from the logs that was provided. > One thing that is on my mind, that...
Hi @zxkane, thanks for opening up this issue. > You could see abnormal connectivity of between ECS and agent on EC2, ``` level=info time=2024-10-15T05:19:50Z msg="Sending state change to ECS" eventType="TaskStateChange"...
Hi, we're still investigating this issue. Based on a few of the agent logs we've received where we're seeing this issue so far, it seems the issue lies with the...
Hi, the fix for this should have gone out in [ECS Agent 1.93.1](https://github.com/aws/amazon-ecs-agent/releases/tag/v1.93.1) as part of https://github.com/aws/amazon-ecs-agent/issues/4459 and https://github.com/aws/amazon-ecs-agent/pull/4602. Will be closing this issue. If the problem still persists, please...
Hello @naveen2112! Thanks for opening this issue. Currently, this is by design as we follow an "optimistic task resource accounting" when placing tasks. To try to modify how tasks are...
Hello! Thanks for opening this issue. Just to summarize what's going on, we're seeing that ECS agent can't start up because it's waiting for cloud-init to finish. On ECS side,...