This message was deleted.
# aws
s
This message was deleted.
b
@average-kilobyte-47828 I had to use
portMappings: [{containerPort: xxxx}]
in the taskDefinition and in the service definition:
Copy code
loadBalancers: [
          {
            containerName: '<containerName>',
            containerPort: xxx,
            targetGroupArn: <targetGroupArn>
          }
        ]
👍 1
a
Thanks, I'll see if I can get that to work somehow.
Thanks @broad-gold-44713, this works great
👍 1