▲ | JoshTriplett 5 days ago | |||||||||||||||||||||||||
That's fascinating! I hadn't found that in the documentation; everything seems to steer people towards PrivateLink, not gateway endpoints. Would you recommend using VPC Gateway even on a public VPC that has an Internet gateway (note: not a NAT gateway)? Or only on a private VPC or one with a NAT gateway? | ||||||||||||||||||||||||||
▲ | otterley 5 days ago | parent | next [-] | |||||||||||||||||||||||||
I recommend S3 Gateways for all VPCs that need to access S3, even those that already have routes to the Internet. Plus they eliminate the need for NAT Gateway traversal for requests that originate from private subnets. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | paulddraper 5 days ago | parent | prev | next [-] | |||||||||||||||||||||||||
> everything seems to steer people towards PrivateLink, not gateway endpoints Gateway endpoints only work for some things. | ||||||||||||||||||||||||||
▲ | Hikikomori 5 days ago | parent | prev [-] | |||||||||||||||||||||||||
Privatelink endpoints can be of type gateway or interface. Only gateway is free and only S3 and dynamodb supports it. |