ECS Task Placement Constraints

distinctInstance
Place each task on a different container instance. For example, there will never be two tasks on the same instance
memberOf
Place tasks on container instances that satisfy an expression
The Task Placement Constraints are rules that's considered during task placement.
Comments