Google Cloud Professional Cloud Developer — Question 46
You are deploying a single website on App Engine that needs to be accessible via the URL http://www.altostrat.com/.
What should you do?
Answer options
- 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.
Correct answer: A
Explanation
The correct answer is A because it outlines the necessary steps to verify domain ownership and create a DNS CNAME record that points to the App Engine's canonical name, which is essential for proper domain mapping. Options B, C, and D either suggest incorrect record types or do not follow the correct procedure for linking the domain to the App Engine service.