arminc / terraform-ecs

AWS ECS terraform module
MIT License
803 stars 374 forks source link

Running System containers on every host #2

Open arminc opened 7 years ago

arminc commented 7 years ago

Instead of running Docker directly create a lambda to be able to nicely run one taks per node (sytem container) trough ECS. https://github.com/miketheman/ecs-host-service-scale

arminc commented 7 years ago

AWS is moving blox to serverless https://github.com/blox/blox/blob/dev/docs/daemon_design.md which means this should be easier to do.

simonvanderveldt commented 6 years ago

This is now natively offered by AWS using daemon containers, see https://aws.amazon.com/about-aws/whats-new/2018/06/amazon-ecs-adds-daemon-scheduling/ No need to do it yourself anymore :)