VPC Endpoint Cost

Endpoints have hourly cost.

Overview

VPC endpoints are not free. Gateway endpoints (S3, DynamoDB) are; interface endpoints carry a per-AZ ENI-hour cost plus per-byte processing. Right-architecture means matching the NAT savings to the endpoint cost on a per-service basis. Reflexively enabling every interface endpoint costs more than the NAT they replace at low traffic volumes.

The approach

Three habits keep VPC endpoint cost matched to actual savings: gateway endpoints by default for S3 and DynamoDB, interface endpoints selectively where traffic volume justifies the per-AZ flat fee, and a quarterly audit that prunes underused endpoints.

Why this compounds

Each correctly-placed endpoint cuts the recurring NAT bill while keeping AWS-service traffic on the AWS backbone. The team’s AWS networking economics fluency deepens; new VPCs ship with the right endpoints on day one.