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

Having the Amazon ECS Agent packaged up would improve container experience for users in AWS #165

Open
kbsingh opened this issue Oct 6, 2016 · 4 comments

Comments

@kbsingh
Copy link
Collaborator

kbsingh commented Oct 6, 2016

https://github.com/aws/amazon-ecs-agent needs to be packaged up in a way that we can roll out an AWS ECS specific atomichost image; this would allow users on AWS ECS serivice to better normalise their CentOS Atomic Host experience with the in platform integrations provided in AWS.

@cgwalters
Copy link
Member

IIRC they were also looking at (super-privileged) containerizing this. It's likely worth filing an issue upstream.

@jasonbrooks
Copy link
Collaborator

The readme at https://github.com/aws/amazon-ecs-agent references running this as a container on any image that includes docker. We could just drop in a systemd unit file via cloud-init, and that ought to work.

@jasonbrooks
Copy link
Collaborator

There's an RPM for this here: https://github.com/aws/amazon-ecs-init

@jasonbrooks
Copy link
Collaborator

I tried this out today, I used the "other linux" directions from https://github.com/aws/amazon-ecs-agent/blob/master/README.md, had to add --privileged and my --env=ECS_CLUSTER= to the run line, but then it worked fine.

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

No branches or pull requests

3 participants