We have one hosted zone in Route 53 to handle the majority of our public domain names. Most of these point to an ELB, all of which are on the same VPC.
Recently we decided to do some reorganization of security groups and have decided to move all of our staging instances to a staging VPC and keep all of production on production.
However when I go to point stg.autobrain.com
to the staging ELB it returns a DNS_PROBE_FINISHED_NXDOMAIN
error. Everything is similar to how it was previously except for it being on a different VPC as far as I remember.