Shrestha Rajat

Search

Search IconIcon to open search

Last updated Jul 9, 2023 Edit Source

# VPC Endpoint

#aws #cloud #networking

VPC endpoint enables creation of a private connection between VPC to supported AWS services and VPC endpoint services powered by PrivateLink using its private IP address. Traffic between VPC and AWS service does not leave the Amazon network.

# Interface Endpoints

Interface endpoint is an elastic network interface (ENI) (powered by PrivateLink) with a private IP address from the IP address range of user’s subnet that serves as an entry point for traffic destined to a supported service. It enables you to privately access services by using private IP addresses.

# Gateway Endpoint

Gateway endpoint is a gateway that you specify as a target for a route in your route table for traffic destined to a supported AWS service. Currently supports S3 and DynamoDB services only.

Also see S3 Gateway Endpoint on how an EC2 instance can access a S3 bucket through the private routes.

# Interface Endpoint vs Gateway Endpoint