Closed tijmenb closed 7 months ago
We've also resolved by pinning the version to amazon/cloudwatch-agent:1.300033.0b462. Thanks @tijmenb
Hi is this an ongoing issue? Have you tried with the newer versions of the agent , and does the issue proceed?
@okankoAMZ I've jusy tried latest/1.300034.1b536 and the error doesn't occur there. I'll close this issue, but I'm keen to understand what the underlying cause was of this!
The Amazon CloudWatch Agent is available in Docker Hub as a container image that can be configured for side-car or daemonset deployments. During a period on February 23, 2024, a container image containing an EKS operator was uploaded in its place. The CloudWatch agent container image was subsequently updated to latest. To ensure that you receive the latest features and patches, we recommend customers not pin to a specific tag or version.
Describe the bug
Version
amazon/cloudwatch-agent:latest
(amazon/cloudwatch-agent:1.0.3), doesn't start on ECS/Fargate.Steps to reproduce
We're using this task definition (main container definitions omitted):
What did you expect to see?
The container to start.
What did you see instead?
The cointainer did not start:
What version did you use?
amazon/cloudwatch-agent:1.0.3
What I find concerning is that there is no reference to the Dockerhub release in this repository.
What config did you use?
See above.
Environment
Fargate on ECS.
Additional context
We've resolved this by pinning the version to
amazon/cloudwatch-agent:1.300033.0b462