terraform-ecs icon indicating copy to clipboard operation
terraform-ecs copied to clipboard

Running System containers on every host

Open arminc opened this issue 8 years ago • 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

arminc avatar May 23 '17 18:05 arminc

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.

arminc avatar Aug 06 '17 10:08 arminc

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

simonvanderveldt avatar Sep 14 '18 12:09 simonvanderveldt