Hacker News new | ask | show | jobs
by Hikikomori 297 days ago
Why don't you have gateway endpoints for all your APIs?
2 comments

The original private endpoints implementation required meaningful work from the service teams (ec2 networking, s3, & ddb). It also changed how the "front end" API servers handled requests and how their infrastructure was deployed (at the time?). The newer LB/ENI style privatelink abstracts away _most_ of that "per service" implementation effort at the cost of more per-request/connection work fromthe virtual network. Hence why theres more support from other services, and it includes a cost.
The service teams don’t talk to each other…