Anyone have info on how to use Pulumi to setup vpc...
# aws
l
Anyone have info on how to use Pulumi to setup vpc endpoint(s) to replace a nat gateway in order to optimize ECS->ECR->S3 data transfers costs? I've found a few general AWS articles that talk about this, but I'm struggling to figure out how to apply it with Pulumi.
s
I wrote this a few years ago but it might be helpful: https://blog.scottlowe.org/2020/01/25/creating-aws-vpc-endpoint-with-pulumi/