A new courts case-management stack must call AWS APIs and shared internal services without traversing the public internet where policy forbids it. Which endpoint pattern should architects specify?
Select an answer to reveal the explanation.
Short Explanation
Interface endpoints are the private side door into AWS services—same APIs, no public sidewalk. Public IPs on databases and wide-open RDS are the opposite of a sealed courthouse network.
Full Explanation
VPC interface endpoints (AWS PrivateLink) provide private connectivity to supported AWS services and private integrations without requiring public service endpoints. Public database exposure and mandatory public-only NAT paths violate private-integration requirements.