What is the VPC Endpoint and what is the difference between Interface Endpoint and Gateway Endpoint ?
VPC endpoint allows you to privately connect your VPC to supported AWS services and VPC endpoint services powered by?PrivateLink?without requiring an internet gateway, NAT device, VPN Connection, or AWS Direct Connect connection.
Instances in your VPC do not require public addresses to communicate with the resources in the service. Traffic between your VPC and the other service does not leave the Amazon network.
VPC Endpoints are horizontally scaled, redundant and highly available VPC components that allow communication between instances in your VPC and services without imposing availability risks or bandwidth constraints on your network traffic.
VPC Endpoints are virtual devices.
There are two types of VPC Endpoints
Thanks