mye956
mye956
Hi @zahorniak, thanks for raising this issue. > I discovered that ECS Agent frees up container instance resources immediately after sending a stop signal to the old container. Just to...
@dependabot recreate
Part of the reasons it's failing is due to the following change to moby https://github.com/moby/moby/pull/44226 Essentially, the version of `github.com/fsouza/go-dockerclient` that we're using isn't compatible with the upgraded docker 24.0.9?...
Hello @manikawnth, thanks for the query! A bit more context on how we determine the task health checks, only containers that are marked as essential and have health check command...
Hi, thanks for opening this issue. Have we tried different AMIs to see if you're still getting the same issue? Please also double check both your task role and IAM...
I see. Have we tried using the ECS Exec checker? https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec-troubleshooting.html
+1 to double checking that the command that's being executed is correct. While you're also at it, are you able to check the logs of the SSM agent container as...
Hi @ekawas-vrify, thanks for opening up this github issue. > I have noticed that some of the steps mentioned to speed up task instantiation in an ecs service require us...
Hi Shelby 😄
Regarding installing the correct Go version, it looks like it's intentional to not do so in the [original PR](https://github.com/aws/amazon-ecs-agent/pull/3408). > the build targets to prefer either the pre-existing system golang...