VPC Endpoints
Explore how VPC endpoints enable private connectivity from your Amazon VPC to AWS public and partner services. Understand the differences between gateway and interface endpoints, their use cases, and how they improve security by eliminating the need for internet gateways or NAT devices.
We'll cover the following...
We'll cover the following...
Introduction to VPC endpoints
We already know that connecting to AWS public services, such as S3, SNS, and so on, requires connectivity to the public internet. We may use either the internet gateway alone or in conjunction with the NAT gateway to allow our subnet resources to reach the internet.
What if our VPC resources don’t have internet access but need to connect with other AWS services? AWS provides a service called VPC endpoints ...