sigdba / sig-shared-sceptre

Shared templates for Sceptre/CloudFormation
2 stars 0 forks source link

Proper support for NLB integration in EcsWebService #81

Open dboitnot opened 1 year ago

dboitnot commented 1 year ago

At the moment support for attaching a container to an NLB is limited to a single port as in this example where the NLB is used as the default TG and a rule is set up for the HTTP port.

Maybe we could add an optional target_group_arn field to port_mappings?