AWS Private Link
- Also known as
VPC Endpoint Service - Ideal when, a
Serviceneeds to be exposed from aVPCto multipleVPC - Problem Scenario
- In my
VPC, I have aWeb service - Need to expose that service to other
VPC - Possible solution be
- Make
Web ServicePublic - This is a security hazard
- Use
VPCpeering - Need to update route table
- Other services will be accessible as well
- Make
- To establish
Private Link - Create a
Network Load BalancerinService VPC - Create a
ENIin theCustomer VPC - Connect
NLBwithENIusing theAWS Private Link - To make it scalable
- Launch
NLBinmulti-AZ - Create
ENIinmulti-AZ
- Launch
Private Linkcan be used withinter-region VPC Peering