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