Skip to content

Change Default Task Placement Strategy to Spread/instanceId

Compare
Choose a tag to compare
@anuj-modi anuj-modi released this 29 Aug 14:40
· 53 commits to master since this release
5e446a9

Changes:

  • default for ecs_placement_strategy_type changed from binpack to spread
  • default for ecs_placement_strategy_field changed from memory to instanceId
  • updated README and comments to reflect above change

This change attempts to spread containers in the service across multiple container hosts to improve resistance to failure.