A city wants an internal management API to be reachable only from inside its VPCs using Interface VPC endpoints and private DNS, with no public service endpoint exposure. Which approach best matches that requirement?
Select an answer to reveal the explanation.
Short Explanation
Private endpoints are like an employees-only service window inside City Hall—Interface VPC endpoints plus private DNS keep the API on the inside track. Press-release public NLBs and laptop SSH tricks are the opposite of private-by-design.
Full Explanation
Interface VPC endpoints with private DNS enable private connectivity to AWS APIs or PrivateLink services without traversing the public internet. That is the standard secure pattern for private AWS service access called out in Task 1.2. Public exposure, ad-hoc laptop hosting, and forcing public endpoints defeat the private-only requirement.