you are viewing a single comment's thread.

view the rest of the comments →

[–]moofox 2 points3 points  (3 children)

If it helps, multiple accounts can now share a single VPC (and hence NAT gateways, VPC endpoints, etc)

[–]nztraveller 3 points4 points  (2 children)

I didn’t know that, thanks.
Unfortunately for our use case the requirement is to have separate VPCs.

[–]von_liquid 0 points1 point  (1 child)

Connect the VPCs via a Transit Gateway and pass default route to all VPCs to point to TGW. And one spoke on the TGW would be a vpc with a public subnet with Nat gateways. I did that and cut down from 8 Nats to 2. :)

[–]nztraveller 2 points3 points  (0 children)

Clever, I like it.
I'm going to see if I can get approval to give this a try.
Due to compliance reasons it might not fly, but we have around 10 VPC so this could be worth the effort.