VPC Endpoints
- Allow using
AWS Service
usingPrivate Network
fromVPC
- No need of
IG
andNAT Gateway
- Two types of
VPC Endpoints
- Gateway
S3
andDynamoDB
usesGateway
- Provision
ENI
(i.e.Private IP Address
) as entry point - Need
SG
- Interface
- Provision
Target
and useRoute Table
- Service, other than
S3
andDynamoDB
, usesGateway
- Provision
- To establish a
VPC Endpoint
- Check
DNS Resolution
- Check
Route Table
- When there is
VPC Endpoint
and aPublic Internet Connection
,VPC Endpoint
got priority. VPC Endpoint
does not support cross region request- From a single
Route Table
, can not have multipleVPC Endpoints
of the same service. - FYI, A service can have multiple endpoints
- To allow
S3
to asVPC Endpoint Gateway
, needsEndpoint Policy
for trustedVPC