Add support for creating services with multiple ELB target groups.
Summary
ECS recently added support for registering multiple ELB target groups with a service. It would be great if ecs-cli can also support this (as far as I can tell, it still only supports one target group).
Description
-
Which specific command was run? (Example:
ecs-cli up --capability-iam --size 2 --launch-type EC2) N/A -
Which version of the CLI you are using? (Run:
ecs-cli --version) ecs-cli version 1.15.1 (628b3e6) -
Which version of Go are you using? (Run:
go version) N/A (I don't have Go installed) -
What platform are you using to run ECS CLI commands? (E.g. Linux, MacOSX, Windows) Ubuntu Linux
Config files
-
docker-compose.yml N/A
-
ecs-params.yml N/A
-
~/.ecs/config N/A
Expected Behavior
ebs-cli can create services with multiple target groups.
Observed Behavior
ebs-cli can only create services with a single target-group.
Hi @tonycosentini, that is a great catch! Since the multiple target groups supported by ECS, we are trying to propagate this feature to our projects. ECS-CLI will definitely support multiple target groups soon!
We have recently come across a need to do this, I don't suppose there are any accepted work arounds at the moment that doesn't involve totally removing the ecs-cli from our deployment pipeline?