Skip to content
Menu
myCloud myCloud

Personal short notes about Cloud

  • XMPie
  • AWS
    • AWS Topics
    • AWS Architecture
    • AWS CLI
    • AWS Health
    • AWS Policies
    • AWS Cost
  • CHEAT SHEETS
myCloud myCloud

Personal short notes about Cloud

VPC Endpoints

By mikado on October 3, 2022October 29, 2022

A VPC endpoint allows you to privately connect your VPC to supported AWS services.

NO need for IGW, NAT, VPN or AWS Direct Connect connection.

Endpoint types

Gateway VPC EndpointInterface VPC Endpoint
DescriptionGW that is a target for a specific routeENI with private IP
UseUse prefix lists in the route table to redirect trafficUses DNS entries to redirect traffic
AWS servicesS3 & DynamoDB onlya lot of AWS services
SecurityVPC Endpoint PoliciesSecurity Groups (SG)

Example of Gateway and Interface VPC endpoints

VPC Gateway Endpoint

GW that is a target for a specific route.

Below GW endpoints for S3 and DynamoDB in the Private Route Table (Private RT) automatically added when creating the endpoint. It creates a Prefix List ID: pl-.

VPC Interface Endpoint

ENI with private IP. Use DNS names to redirect traffic

Category: AWS Architecture, AWS Topics

Categories

  • AWS (4)
  • AWS Architecture (8)
  • AWS CLI (5)
  • AWS Cost (3)
  • AWS Health (4)
  • AWS Policies (2)
  • AWS Topics (24)
  • CHEAT SHEETS (16)
  • Container (21)
  • Datadog (4)
  • Jenkins (2)
  • Linux (9)
  • Microsoft (7)
  • Python (1)
  • SCRIPTS (9)
  • Terraform (5)
  • XMPie (6)
©2025 myCloud
Click to Copy