VPC Endpoints

  • Connect VPCs to AWS services using AWS private network.

  • Gateway endpoints services: Amazon S3 and DynamoDB powered by PrivateLink ("Establish private connectivity between VPCs and services hosted on AWS or on-premises, without exposing data to the internet").

  • Interface endpoints services: Every other Endpoint supported service, here's a list: https://docs.aws.amazon.com/vpc/latest/userguide/integrated-services-vpce-list.html (you won't have to remember any of that).

  • Endpoints give you much lower latency and better security as instead of the internet, you're using AWS's network.

Last updated

Was this helpful?