Hi, I've a create a fargate service behind a loadb...
# getting-started
b
Hi, I've a create a fargate service behind a loadbalancer, and a route 53 alias record point to the loadbalancer, but the service don't have the internet access default, i checked the AWS document, there a lots of work to do, such as vpc, subnet, gateway, routetable etc, do you have an example code for this ?
b
We have a library called Crosswalk (or AWSX) and in that there are some resources that make it easier to set up these things. https://www.pulumi.com/docs/guides/crosswalk/aws/vpc/ One thing to note is that if you set up private subnets they include NAT gateways which can be a bit pricey
🙌 1