I have an Amazon VPC connected to our corporate network. Each EC2/beanstalk (linux) instance uses the standard AWS supplied IP address for its name server in /etc/resolv.conf. Each EC2 instance can also route back into the corporate network with no problem, so for instance I can run this:
$ nslookup server.corp-domain.com 10.10.10.1
and it resolves with no problem, the EC2 instance can talk to 10.10.10.1
(corp-domain.com does not resolve on the internet, it is only used on our internal corporate network. 10.10.10.1 is a name server on our corporate network.)
I want to be able to run that without specifying the corp nameserver IP address, ie, make it use the entry in /etc/resolv.conf
So it boils down to - how do I make Route 53 pass DNS queries in the corp-domain.com back to our corporate nameserver?