Change Default Task Placement Strategy to Spread/instanceId
Changes:
- default for
ecs_placement_strategy_type
changed frombinpack
tospread
- default for
ecs_placement_strategy_field
changed frommemory
toinstanceId
- 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.