Terminology Index
Glossary
2953 terms
PrivateLink
A cloud service that connects customer networks to provider services or to other customers' services through private endpoints, avoiding public-internet exposure of those connections and reducing attack surface.
PrivateLink (or equivalent services across clouds) lets a customer reach a cloud service or another customer's service via a private endpoint inside their own VPC, so the traffic never traverses the public internet. This reduces exposure, enables strict network policy, and simplifies compliance for sensitive workloads. For a cloud engineer, PrivateLink is a key building block for private connectivity patterns, hub-and-spoke designs, and SaaS exposure that doesn't require public IPs.
Introduced in: Cloud Security Engineer Fundamentals
Examples
- Reaching a managed database service via a private endpoint instead of the internet.
- Exposing a SaaS service to customers via PrivateLink without public IPs.
- Using PrivateLink to keep sensitive traffic off the public internet.
Related
