what is the difference between VPC Interface Endpoint vs Gateway Endpoint in AWS

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

Gateway endpoint supported on Amazon S3 and DynamoDB

thulasitechincreative