Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom Domain for Google Compute Engine Server

Can I get the external IP of compute engine instance point to a custom domain name that I own ?


I've found a number of links of accomplishing it with App Engine and therefore, presently I'm thinking of calling the Compute Engine from App Engine. Kindly share your thoughts about this solution as well

like image 234
Vaibhav Avatar asked Jul 22 '14 12:07

Vaibhav


1 Answers

You have to create an extenal static IP adress and use it in your own domain DNS setup. Docs: https://developers.google.com/compute/docs/instances-and-network#externaladdresses

Docs: You can assign an optional externally visible IP address to specific instances. Outside callers can address a specific instance by external IP if the network firewalls allow it. Only instances with an external address can send and receive traffic from outside the network.

like image 57
voscausa Avatar answered Sep 30 '22 13:09

voscausa