Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How long does it take for a domain to be fully implemented for a new App Engine application?

A few months ago I posted this question because I tried to follow all of the Google instructions, perfectly, for setting up a domain with your Google App Engine application.

I still couldn't get my new domain (purchased through Google) to work properly. After a bit of triple checking in my Google Apps account and DNS setting tweaks (with the ENOM registrar which Google uses), I gave up and figured I'd just wait a few days to see what happened.

Surprise, after a few days my domain started to work without any problems and I've begun to wonder if the problem was that it takes Google a bit of time to get everything setup on there end.

Today, I've once again published an App Engine application and went through the process of purchasing a domain through Google and setting it up in Google Apps. After following Googles instructions, going to my new domain points to a generic welcome page (seen here.)

I have a hunch that I've setup my web site correctly and I should probably just be patient. However, I've never seen Google documentation stating that the setup may take a while, so I'm still a wee bit skeptical.

How long should I have to wait for my domain, Apps site and App Engine application to be fully setup and functional against my new domain?

like image 766
RLH Avatar asked Nov 10 '11 23:11

RLH


People also ask

How long does it take for a domain to become active Google?

Get ready to activate Gmail It can take up to 48 hours for the rest of the internet to learn about your new MX records. Your old email provider might receive some messages during this time.

How long does it take for a custom domain to work?

Important: Domains can take anywhere from 24-48 hours to populate and sometimes up to 72 hours depending on your provider. Some providers like GoDaddy and Google Domains can populate their DNS as quickly as 15 min to 1 hour.

How do I point my domain to App Engine?

In the Google Cloud console, go to the Custom Domains tab of the App Engine Settings page. Click Add a custom domain. If your domain is already verified, the domain appears in the Select the domain you want to use section. Select the domain from the drop-down menu and click Continue.

Which command is used to build your application into an App Engine application?

Deploy your application to App Engine using the gcloud app deploy command. This command automatically builds a container image by using the Cloud Build service and then deploys that image to the App Engine flexible environment.


1 Answers

When you register your new Domain name, the new Domain will typically take between 24 to 96 hours to propagate.
Once the Domain is propagated, you can setup your Google App Engine application in few minutes.

Usually you will need to tweak the DNS of your Domain for a couple of operations that does not require more than 10 minutes of work:

  1. TXT record creation to allow Google to verify you own that Domain
  2. CNAME record creation to map your App engine application to the new registered Domain
like image 163
systempuntoout Avatar answered Nov 15 '22 07:11

systempuntoout