docker-archive / for-aws

92 stars 26 forks source link

Parameterize TargetGroupsArn in Auto Scaling Group #32

Open kennethklee opened 7 years ago

kennethklee commented 7 years ago

Expected behavior

I'd like to provide a list of target groups ARNs as a parameter for node and manager ASGs.

Actual behavior

No parameter for target group arn list for node and manager ASGs.

Information

Setting up ELBv2 with listener rules on application target groups manually. Would like to automate it.

Steps to reproduce the behavior

  1. Create cloudformation.
  2. In parameters, look for target group arn list. There is none.
kencochrane commented 7 years ago

@kennethklee thanks for the suggestion. Can you give some more information.

  1. Would you have to manually copy the ARN in, or would you expect that there would be a pull down, where you can select from a list of target group ARNs? Since your ELBv2 would be created outside of the stack, I don't think it would be possible in a pull down option.