What's the correct way to get that all setup?
# general
b
What's the correct way to get that all setup?
g
Hi Joshua, that example (https://github.com/pulumi/examples/tree/master/cloud-js-containers) should work "out of the box". I just deployed it and am able to hit the URL successfully.
My stack config looks like this:
Copy code
config:
  aws:region: us-west-2
  cloud-aws:useFargate: "true"
Did you set it to use fargate as well?
b
Yes I used fargate
How can I debug?
g
b
Thanks, I will try again
OK, still doesn't work for me
my output has a url entry, not hostname
g
so it outputs
url
instead of
hostname
? but does it still have a full
http://...<http://amazonaws.com|amazonaws.com>
url?
b
Yep, but that URL is unreachable
g
Hmm, in my case it gets deployed into the default VPC in my account. So it doesn't require the additional setup of an internet gateway.
Is it deployed to your default VPC too? Does your default VPC restrict inbound access?
b
Yes it goes to the default VPC
I opened up access but still see this issue. Must be something related to that
I got it working!