I moved my site to GAE and am using a custom domain. Now I want to move DNS records from my old hosting company to Google Cloud DNS. I haven't been able to figure out what the IP is for my app so I can create an A Record. When I look up the sub-domain that resides on appengine I get a "(no DNS answer)" - it is a CNAME record that resides on my current host's name servers (mobile.xxx.com) and points to ghs.googlehosted.com
I used the Zone Manager in the Developer's Console, created a Zone and have had four Google cloud domain servers assigned.
Since I don't have an IP, do I instead associate my base domain with my appspot project from the console menu->Compute->App Engine->Settings->Custom Domain ? (where it looks like I can also add CNAME records?)
.. or should I go to the Zone Manager to to add the CNAME records?
...and once I copy my appspot site's assigned nameservers to my registrar, my entire site will be running on GAE?
thanks!