https://pulumi.com logo
q

quaint-jelly-95055

04/10/2020, 2:01 AM
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

tall-librarian-49374

04/10/2020, 6:06 AM
q

quaint-jelly-95055

04/10/2020, 6:10 AM
yes 🙂 and I testing what you mentioned now...
nope, it didnt work...still gave me 503.
t

tall-librarian-49374

04/10/2020, 7:18 AM
hmm… I literally ran my full snippet and got the response back
can you try that public container instead of yours? with 8080?
q

quaint-jelly-95055

04/10/2020, 7:23 AM
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