Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connecting domain to google app engine without google apps

Actualy, It's a couple of questions:

  1. Is it possible to somehow avoid registering google apps if I just want to connect google app engine applications to non-naked domain (www.example.com for example:)
  2. If described above is impossible, than do I have a right to register Google Apps Education Edition. And how can I proof that I'm non-profit if I'm not US resident?
  3. If I need to connect a couple of domains to a couple of google app instances must I use a couple of google appss as well?
like image 831
Alex Bolotov Avatar asked Sep 10 '09 23:09

Alex Bolotov


People also ask

How do I point my domain to Google Compute 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.

Can you connect a domain to a Google site?

You can use a custom domain for a site published on new Google Sites. Using a custom domain can make it easier for people to find and remember your site with a web address like www.yourdomain.com. To use a custom domain for your site, you can: Select a domain from your Google Domains account (if you have one).

Can I use my own domain with Google one?

Google Workspace essentially lets you create an entire Google account with your own custom email, instead of using a Gmail address. This not only gives you access to Gmail with your own domain name, but it also gives you separate access to other Google tools such as: Drive. Docs.


2 Answers

Here is a couple of answers:

  1. No, Google App Engine uses Google Apps to manage domains. See the Deploying your Application on your Google Apps URL article.
  2. Yes, if you are a School or University as explained here. If you aren't, why don't you just go for the Standard Edition?
  3. Yes, for a couple of domains and a couple of GAE instances, you'll need a couple of Google Apps AFAIK. But this shouldn't be an issue as the Google Apps Standard Edition is free. No. As pointed out by Nick, you can add multiple domains to an Apps account as aliases, then map them to different App Engine apps.

Edit: The 3rd answer has been updated with the input provided by Nick Johnson in a comment.

like image 103
Pascal Thivent Avatar answered Nov 15 '22 16:11

Pascal Thivent


With the the (new?) developer console it is possible add domains to apps for free without using Google Apps. But you will not be able to use HTTPS without registering the domain with Google Apps.

So the answer to the first question is "Yes" (presuming TLS is not required). The second question is not relevant. And as for the third question, multiple domains can be linked with the same application (without using Google Apps).

  1. Select your project in the developer console (https://console.developers.google.com/project)
  2. Navigate the side menu to access App Engine domain settings (App Engine -> Settings)
  3. After verifying your domain (which may take some time) you can add the domain to the app.

I can't currently find Google-blessed documentation to support this. But I am currently serving an App Engine application on a domain that is not registered with Google Apps.

like image 25
bmatsuo Avatar answered Nov 15 '22 17:11

bmatsuo