Hi all, I am using aws crosswalk package to creat...
# general
d
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.
Copy code
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
I do not believe this is supported in crosswalk, you’ll need to define your own task definition, load balancers and target group