There are several ways you can get a static IP to refer to your app. You 
could deploy a Managed VM 
<https://cloud.google.com/appengine/docs/managed-vms/> user-managed 
instance or a Compute Engine <https://cloud.google.com/compute/> instance 
at a certain static IP and have it serve HTTP redirects to your appspot 
domain. You could also look into other technologies. An IP proxy would also 
work (you could even make it on Compute Engine). A custom domain is also an 
option, as mentioned, but won't necessarily result in a static IP so much 
as a static domain name, while the App Engine front-end servers are among a 
limited address range.

On Thursday, September 24, 2015 at 1:22:37 PM UTC-4, ThePiachu wrote:
>
> I'm trying to set up a static IP (or VIP as they appear to be called) for 
> my app engine app. The process appears to be documented here: 
> https://cloud.google.com/appengine/docs/using-custom-domains-and-ssl?hl=en#purchase_a_vip
>  
> , although it seems to require me to be on a custom domain - can't do it on 
> my gmail account for some reason...
>
> How can I set up a static IP for my app engine app without creating a 
> custom domain?
>
> I was hoping that going to https://console.developers.google.com and 
> Networking -> External IP Addresses I would be able to create a static IP 
> address and assign it then and there, but no because reasons...
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a34f2593-025d-49d2-a8a3-55d8c942b550%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to