Amogh Rathore
Amogh Rathore
Thanks for the contribution @sidlovskyy . I see that this change was made for Windows in https://github.com/aws/amazon-ecs-agent/pull/3184. I am trying to find out why Linux was not considered in-scope at...
> Thanks for the contribution @sidlovskyy . I see that this change was made for Windows in #3184. I am trying to find out why Linux was not considered in-scope...
@imbohyun1 ECS Agent does not explicitly support `AWS_USE_FIPS_ENDPOINT` setting and we have not tested how interactions with AWS services work when this environment variable is present. The `isFIPSEnabled` variable you...
This is a feature request. Please submit a feature request to https://github.com/aws/containers-roadmap/issues. That's where we process feature requests. Thank you.
Hello. I am from AWS ECS Agent team. As shared by @sjmisterm above, the behavior change that customers are seeing is because of the recently released [Software Version Consistency](https://aws.amazon.com/blogs/containers/announcing-software-version-consistency-for-amazon-ecs-services/) feature....
One of the patches we are considering is - instead of overriding `:tag` with `@sha256:digest`, we would override it with `:tag@sha256:digest` so that the lost information is added back to...
> There's no way to turn off this new behaviour, which completely breaks the easiest workflow for blue-green deployments @sjmisterm Can you please share more details on how this change...
@sjmisterm Deployment unit for an ECS service is a [TaskSet](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_TaskSet.html). The software version consistency feature guarantees image consistency at TaskSet level. In your case, how do you get a new...
I understand the frustrations you all are sharing regarding this change. I request you to contact [AWS Support](https://console.aws.amazon.com/support/home) for your issues. Our support team will be able to assist you...
Submitted https://github.com/aws/amazon-ecs-agent/pull/4396 to fix this issue