Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using App Engine with a custom domain, without paying for Google Apps?

Can you use Google App Engine with your own custom domain, without paying for the whole Google Apps business package?

The setup instructions suggests this is not possible. Has anyone found a work around?

like image 838
Ajax Avatar asked Jul 12 '13 16:07

Ajax


People also ask

Is Google App Engine is free?

Apps in the standard environment have a free tier for App Engine resources. Any use of App Engine resources beyond the free tier incurs charges as described in this section. To estimate costs for App Engine resources in the standard environment, use the pricing calculator.

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

Can you build an app on Google cloud?

Enable the Cloud Build API. Install and initialize the Google Cloud CLI. Create an App Engine application for your Cloud project in the Google Cloud console. Select a region where you want your app's computing resources located.


1 Answers

You no longer need google apps for using custom domain with GAE. you can use custom domains without signing up for Google Apps for Business.

  1. go to https://console.developers.google.com and click on your
  2. project and select appengine then click on settings
  3. there you can add and verify your domain using Google Webmaster central

Once you're done verifying you're all set to go !

like image 140
anudeepsai Avatar answered Oct 29 '22 04:10

anudeepsai