Skip to content

DNS Resolution Path

Test_EC2 any VPC VPC DNS Resolver AmazonProvidedDNS Route 53 Resolver Platform_Zone platform.demo.local A records api / db → 10.0.x.x dig query
  1. Resolution consistency — every associated VPC resolves api.platform.demo.local to 10.0.1.10 regardless of same/cross-account or same/cross-region
  2. Association is the prerequisite — VPC association enables DNS answers; it does not grant network connectivity to record IP targets
  3. Single authoritative zone — all records live in the Network_Account PHZ; workload accounts never create local PHZ copies
  4. Propagation delay — after a new association, allow 1–2 minutes before expecting in-VPC dig to answer

Seven Test_EC2 instances (one per VPC) run dig +short api.platform.demo.local via SSM Session Manager. See Verification for the full test matrix.

Route 53 resolution works independently of SSM. For *-apse6 stacks:

  • Step Aaws route53 list-hosted-zones-by-vpc proves association without shell access
  • Step B — in-VPC dig when SSM is available

Demo A record targets (10.0.1.10, 10.0.1.20) are fictional private IPs in the network primary CIDR. Successful dig proves DNS resolution — not that traffic can route to those addresses across VPC boundaries.