https://pulumi.com logo
b

busy-daybreak-68237

02/20/2019, 4:34 PM
What's the correct way to get that all setup?
g

gentle-diamond-70147

02/20/2019, 5:16 PM
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

busy-daybreak-68237

02/20/2019, 5:18 PM
Yes I used fargate
How can I debug?
g

gentle-diamond-70147

02/20/2019, 5:18 PM
b

busy-daybreak-68237

02/20/2019, 5:30 PM
Thanks, I will try again
OK, still doesn't work for me
my output has a url entry, not hostname
g

gentle-diamond-70147

02/20/2019, 6:18 PM
so it outputs
url
instead of
hostname
? but does it still have a full
http://...<http://amazonaws.com|amazonaws.com>
url?
b

busy-daybreak-68237

02/21/2019, 1:25 AM
Yep, but that URL is unreachable
g

gentle-diamond-70147

02/21/2019, 8:45 PM
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

busy-daybreak-68237

02/26/2019, 10:40 AM
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!