New:
- ECS: detect service failing to run tasks and report reason (example: pull failure)
- ECS: introduce support for cpu-bound autoscaling using
x-aws-autoscaling
Bug fixes:
- ECS: fix volume names not being compliant with CloudFormation resource constraints
- ECS: fix service discovery by simple name, uing an initContainer to prepare
/etc/resolv.conf
- ECS: fix EC2 CapacityProvider removal on
compose down