VPC Endpoints

Private access to AWS services.

Overview

VPC endpoints route AWS-service traffic privately over the AWS backbone, bypassing the public internet and NAT gateways. Gateway endpoints (S3, DynamoDB) are free and route via prefix list. Interface endpoints (most other services) carry a per-AZ flat fee plus reduced per-byte processing. The architecture compounds across services: each endpoint cuts NAT processing, improves security posture, and shaves a few milliseconds of latency.

The approach

Three habits make VPC endpoints produce real wins: gateway endpoints by default for S3 and DynamoDB, interface endpoints for the AWS services with the highest traffic volume, and a per-quarter audit that catches missed savings.

Why this compounds

Each correctly-placed endpoint cuts NAT cost every month. The team’s AWS networking economics fluency deepens; new VPCs ship with the right endpoints on day one rather than retrofitting them after the bill arrives.