https://pulumi.com logo
Title
d

damp-spring-44224

03/27/2023, 2:06 PM
Hi all, I am using aws crosswalk package to create application load balancer, ECS task definitions and target groups. I want to create two container port mappings something like below.
ports:
      - "3000:3000"
      - "3001:3000"
I want to create seperate load balancer and listener for each port mapping in the above. Can anyone suggest how to create the listeners and target groups for the above requirement?
Hi all, anyone can help on this
b

billowy-army-68599

03/28/2023, 1:20 PM
I do not believe this is supported in crosswalk, you’ll need to define your own task definition, load balancers and target group