How can I resolve Route 53 private hosted zones from an on-premises network via an Ubuntu instance?
Issue How can I resolve Amazon Route 53 private hosted zones from an on-premises network via an Ubuntu instance? Resolution You can resolve domain names in private hosted zones from your on-premises network by configuring a DNS forwarder. The following instructions assume that your on-premises network is configured with a VPN or AWS Direct Connect to an AWS VPC, and a Route 53 private hosted zone is associated with that VPC. Configure a DNS forwarder by completing the following steps: 1. Ensure that DNS resolution and DNS hostnames are enabled on the target VPC . Note: DNS hostnames are enabled for default VPCs and VPCs that you create using the VPC wizard in the Amazon VPC console. 2. Install BIND DNS server on your instance by using the fo...