bright-scientist-61638
05/04/2021, 1:41 PMtargetGroupArn
but I can't see what to pass in there. I'm using AWS crosswalk - is that limited in terms of what I can configure?
Can anyone point me to docs/tutorials on more complex load balancer config please?billowy-army-68599
05/04/2021, 11:22 PMbright-scientist-61638
05/05/2021, 8:31 AMconst targetGroup = lb.createTargetGroup("seq-target-group", { port: 80 });
but didn't notice that I can get the ARN via:
targetGroup.targetGroup.arn
I guess the object returned by createTargetGroup is a kind of wrapper?