newsReddit r/awsTrust 52 · CommunityPublished 15h agoLive · 6h ago
ECS Agent v1.103.x on the AL2023 arm64 AMI doesnt load pause image
The failure is an ECS-agent defect (v1.103.x on the AL2023 arm64 AMI): it skips loading its bundled pause-container tarball at boot. happens in eu-west-1, didnt checked any other region Solution: ``` docker cp ecs-agent:/images/amazon-ecs-pause.tar /tmp/pause.tar docker load -i /tmp/pause.tar ``` Are you forcing us to move to EKS? submitted by /u/om
