Anyone have any ideas why portMappings aren't work...
# aws
f
Anyone have any ideas why portMappings aren't working on a Fargate task with an application load balancer with the new AWSX? The target group isn't getting any registered targets. I tried what's there and what is commented out. I had this working with AWSX classic.
I ended up needing to add the
loadBalancers
argument to the
FargateService
which wasn't mentioned anywhere on https://www.pulumi.com/docs/guides/crosswalk/aws/ecs/#creating-a-load-balanced-ecs-service. The docs for the new version of AWSX really need some improvement. https://www.pulumi.com/docs/guides/crosswalk/aws/elb/ is still for the classic version but makes no mention of it.