G'day everyone, I have the following AWS Crosswalk...
# aws
a
G'day everyone, I have the following AWS Crosswalk Fargate Service definition. The load balancer is there, but I never see any targets register in the default target group. I'm following this documentation, which is pretty straightforward. I've also tried configuring the service with a load balancer, but still I don't see any targets registering the the load balancer target group. Am I missing something obvious?
Curiously, adding or removing the
loadBalancers
on the
FargateService
constructor seems to have no effect on
pulumi preview
. I'm on v3.1.0 of the
@pulumi/awsx
provider.
Ah, finally, found some debug info.. looks like my service is returning a 500- which is probably why it's not registering.. 😕 I'll look into that
🙌 1