I am trying to set up AWS Fargate using Pulumi wit...
# general
q
I am trying to set up AWS Fargate using Pulumi with a simple flask python app where Dockerfile exposes port 8000, now in the example I could see tht port 80 is mapped in load balancer and later on in taskDefinitionArgs, but how to point it to 8000? I tried this, but doesnt work
t
q
yes 🙂 and I testing what you mentioned now...
nope, it didnt work...still gave me 503.
t
hmm… I literally ran my full snippet and got the response back
can you try that public container instead of yours? with 8080?
q
I was gonna try the public container, but before I do that, I wanted to destroy the present stack, (not rm) but its still waiting to be over.
Outout of
pulumi destroy