This message was deleted.
# general
s
This message was deleted.
b
@orange-byte-86458 do you mean an awsx vpc?
o
hmm.. maybe I do. I didn’t realize NATs are probably created by the VPC component and not the cluster itself.
b
yeah they are, can you share your code?
you can set the number of nat gateways like this: https://github.com/jaxxstorm/pulumi-examples/blob/f0a7770ecce8a733545643f55b39c36fc7f0c02b/typescript/aws/ec2-asg-lb/index.ts#L9 Set it to 0 and you won't get any 🙂
o
yep, that’s what I’m going to try doing Thanks for pointing me in the right direction 👍
👍 1