Skip to content

What is VPC Endpoint

Application Based Stickyness in ALB in AWS

A VPC endpoint enables customers to privately connect to supported AWS services and VPC endpoint services. Amazon VPC instances do not require public IP addresses to communicate with resources of the service. Traffic between an Amazon VPC and a service does not leave the Amazon network.

VPC endpoints are virtual devices. They are horizontally scaled, redundant, and highly available Amazon VPC components that allow communication between instances in an Amazon VPC and services without imposing availability risks or bandwidth constraints on network traffic. There are two types of VPC endpoints:

1) Gateway Endpoint

2) Interface Endpoint

1) Gateway Endpoint

Gateway endpoints are destinations that are reachable from within an Amazon VPC through prefix-lists within the Amazon VPC’s route table

A gateway endpoint targets specific IP routes in an Amazon VPC route table, in the form of a prefix-list, used for traffic destined to Amazon DynamoDB or Amazon Simple Storage Service (Amazon S3).

Click Here to Learn More about the Gateway Endpoint

2) Interface Endpoint

An interface endpoint is a collection of one or more elastic network interfaces with a private IP address that serves as an entry point for traffic destined to a supported service.

Interface endpoints enable connectivity to services over AWS PrivateLink. These services include some AWS managed services, services hosted by other AWS customers and partners in their own Amazon VPCs (referred to as endpoint services).

Click Here to Learn about Interface Endpoint

Following Diagram shows the services accessible via Gateway and Interface Endpoints:
A diagram depicting connectivity to AWS services using VPC endpoints.