libertymutual/herman

Add support for service daemon scheduling strategy

Closed this issue · 0 comments

ECS Services running on EC2 can specify a scheduling strategy of "daemon" (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html) so that ECS will try to run one instance on each cluster node. This is helpful for containerized monitoring solutions.