I want to configure the Amazon Route 53 Resolver to forward queries for a subdomain to an on-prem DNS server in a on-prem network connected to my vpc via a VPN.
But I already have a dhcp scope configured on my vpc that points domain-name-servers to DNS servers I have running on ec2 instances in the VPC
I could configure the self hosted DNS servers running in the VPC to forward to the on-prem DNS servers, but wondering if this is also configurable with the Amazon Route 53 Resolver?
I assume its not because if my instances are pointing to my self hosted DNS servers in the VPC then how would the Amazon Route 53 Resolver have control over their DNS queries?