VPC Endpoints (AWS PrivateLink)
VPC endpoint enables creation of a private connection between VPC to supported AWS services and VPC endpoint services
Every AWS service is publicly exposed
(public URL)
• VPC Endpoints (powered by AWS
PrivateLink) allows you to connect to AWS
services using a private network instead of
using the public Internet
• They’re redundant and scale horizontally
• They remove the need of IGW, NATGW, …
to access AWS Services
• In case of issues:
• Check DNS Setting Resolution in your VPC
• Check Route Tables
Check the aws services connectivity
ex:- aws s3 ls --region us-east-1
telnet logs.us-east-1.amazonaws.com 443