Open
Description
Summary
ecs_service
needs some care
the three most important ToDos
- make
ecs_cluster
integration test work again: fix ecs_cluster integration test #1145 - aws terminator policy and termination class to include it to CI/CD again: Policies for ecs_service, ecs_cluster, ecs_taskdefinition, ecs_task mattclay/aws-terminator#210
- implement waiters: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ecs.html#waiters
easy, good first issues
- snake_dict parameter output of
ecs_service
ecs_service_info
-
service
andname
parameter/aliases inecs_service
andecs_service_info
- bring the modules closer to each other that they support the same parameter/aliases for the ecs service name
- limit
placement_constraints
to max 10 (verify what docs told)
features
- Capacity Provider Strategy for ECS Services #1137
- Support force_new_deployment without having to specify a task definition
- circuit breaker settings missing in ecs_service module