Option 1: Enable Private DNS on the VPC Endpoint (Recommended)
If your VPC uses Route 53 for DNS resolution, enable Private DNS on the Interface VPC Endpoint. When Private DNS is enabled:- Route 53 automatically creates DNS records for the service hostname.
- The hostname resolves to the private IPs of the VPC Endpoint.
- No manual hosted zone or records are required.
Option 2: Manually Manage DNS Using a Private Hosted Zone
If Private DNS cannot be enabled, configure DNS manually using Route 53:-
Create a Route 53 Private Hosted Zone matching the service hostname domain (e.g.,
privatelink.unstructuredapp.io). -
Create an A record or alias record pointing to the VPC Endpoint:
- Associate the hosted zone with the VPC(s) where clients will access the service.

