aws / amazon-ecs-init

ecs-init is now part of the amazon-ecs-agent repo https://github.com/aws/amazon-ecs-agent/tree/master/ecs-init
https://github.com/aws/amazon-ecs-agent
Apache License 2.0
200 stars 117 forks source link

ecs-init-1.33.0-1 is not include in amzn-updates repository yet #270

Closed yws-ss closed 4 years ago

yws-ss commented 4 years ago

Summary

ecs-init-1.33.0-1 is not include in amzn-updates repository yet

Description

I found that ecs-init-1.33.0-1 is not in amzn-updates, therefore I could not use AWS CLI "update-container-agent" to update my ECS agent to v1.33.0

Environment Details

AMI: amzn-ami-2017.03.d-amazon-ecs-optimized

petderek commented 4 years ago

The update-container-agent API operates independently of the amzn-updates repositories. Running that API instructs init to pull a signed agent container from S3.

If you received an error from the API, it was most likely related to this issue. Please let us know if you are still seeing issues.