Several county VPCs must consume a shared partner case-management API privately without building a full VPC peering mesh to the partner network. Which approach scales private connectivity cleanly?
Select an answer to reveal the explanation.
Short Explanation
PrivateLink is the private service hatch: consumers plug into an endpoint in their own VPC instead of wiring a spaghetti peering mesh to the partner. Same private feel, far less tangle.
Full Explanation
AWS PrivateLink provides private connectivity to services via interface endpoints in the consumer VPC, avoiding transitive peering mesh complexity. Full mesh peering does not scale well across many county VPCs and partners. Exposing the API publicly or treating NAT public IPs as “private connectivity” fails the private consumption requirement.