Hey would anybody point me in the right direction?...
# general
a
Hey would anybody point me in the right direction? I'm using the Fargate boilerplate that's in the Pulumi tutorials. I have an Express server with port 8081 open that is on Fargate with a Loadbalancer that i'd like to accept traffic on 443 (ssl) and forward to the Fargate containers on 8081. Right now this setup is creating a listener on 443 but it forward it to 443 on the Express containers.