arminc/terraform-ecs

Running System containers on every host

arminc opened this issue · 2 comments

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

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.

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 :)