Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-ecs-1: enable awslogs execution role support #1044

Merged

Conversation

samuelkarp
Copy link
Contributor

Issue number:
#815

Description of changes:
The ECS agent does not currently auto-detect whether a new-enough Docker version is installed for the awslogs execution role capability to be registered. This commit forces the capability to be registered, as we include a new-enough Docker in Bottlerocket.

Testing done:
Launched an instance, ran tasks that depend on the awslogs execution role functionality and validated that the tasks worked.

A number of ECS's automated test cases rely on this functionality. Previously those tests would not run, now they are able to run and pass.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

The ECS agent does not currently auto-detect whether a new-enough Docker
version is installed for the awslogs execution role capability to be
registered.  This commit forces the capability to be registered, as we
include a new-enough Docker in Bottlerocket.
@samuelkarp samuelkarp merged commit f580421 into bottlerocket-os:develop Aug 16, 2020
@samuelkarp samuelkarp deleted the ecs-awslogs-execution-role branch August 16, 2020 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants