amazon-ecs-cli icon indicating copy to clipboard operation
amazon-ecs-cli copied to clipboard

Add support for creating services with multiple ELB target groups.

Open tonycosentini opened this issue 6 years ago • 2 comments

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.

tonycosentini avatar Aug 21 '19 09:08 tonycosentini

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!

iamhopaul123 avatar Aug 21 '19 16:08 iamhopaul123

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?

ryanhyslop avatar Mar 10 '20 11:03 ryanhyslop