josmo / drone-ecs

Drone plugin for triggering Amazon EC2 Container Service (ECS) deployments
Apache License 2.0
30 stars 41 forks source link

Ability to add placement constraints to ecs task definitions #59

Open johnzac opened 3 years ago

johnzac commented 3 years ago

Would be great if we had the ability to specify placement constraints during task definition registration. (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html) I've added the functionality on our fork of the repo. Would be happy to raise a PR if this is a feature that would make sense.

josmo commented 3 years ago

Thanks @johnzac totally happy to accept a PR :)