...
/AWS PrivateLink and VPC Endpoints
AWS PrivateLink and VPC Endpoints
Learn about the AWS PrivateLink and VPC endpoints and types of endpoints.
We'll cover the following...
AWS PrivateLink
AWS PrivateLink is a VPC-based service that creates a private connection between VPCs, AWS services, and on-premises resources in an AWS Region. Using PrivateLink, we can connect services in one AWS account, different accounts, and AWS partner-supported services. It uses the AWS private network for communication, so the traffic never goes to the public internet. We don’t need a NAT gateway, IGW, or AWS Direct connection to connect to the resources in a private subnet.
Here are some key terms you need to know about when referring to the AWS PrivateLink service:
Consumer VPC: A VPC in which we want to access a service/application.
Service ...