Static IP addresses are a feature of Compute Engine instances, and you'll 
need to switch your Managed VM instance from Google-managed to User-managed 
to be able to assign it a static IP. You can do this via the Developers 
Console <https://console.developers.google.com/> or with the gcloud SDK 
<https://cloud.google.com/sdk/gcloud/reference/preview/app/modules/set-managed-by>
.

Managed VMs, when Google-managed by default, are really meant more for 
ephemeral tasks and the power of scaling, along with easing deployment of 
custom runtimes which can access the App Engine services, or of using App 
Engine with sockets, file-system, and multi-processing allowed. It might be 
simpler for you to just continue to deploy your proxy as a Compute Engine 
instance.

On Wednesday, June 10, 2015 at 8:20:58 AM UTC-4, Stefano Ciccarelli wrote:
>
> Hello,
>
> I have a GAE app that need to URLFetch a service that uses IP based 
> authentication, so I need to use a https proxy.
>
> I'd like to setup a single managed VM instance (custom runtime) inside my 
> App Engine to act as an https proxy toward that service, but I don't know 
> how to configure the static IP.
>
> The docker container is ready and I'm already using it with a regular GCE 
> instance, but I'd like to use managed VM, so, how can I setup a static IP?
>
> Thanks
> Stefano
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/25b6ae00-1052-4a1a-a487-0501264352ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to