Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should you configure a single website deployment on App Engine to ensure it is accessible via the custom domain http://www.altostrat.com/?
http://www.altostrat.com/
A
Verify domain ownership with Webmaster Central. Create a DNS CNAME record to point to the App Engine canonical name ghs.googlehosted.com.
B
Verify domain ownership with Webmaster Central. Define an A record pointing to the single global App Engine IP address.
C
Define a mapping in dispatch.yaml to point the domain www.altostrat.com to your App Engine service. Create a DNS CNAME record to point to the App Engine canonical name ghs.googlehosted.com.
D
Define a mapping in dispatch.yaml to point the domain www.altostrat.com to your App Engine service. Define an A record pointing to the single global App Engine IP address.