3

I have an application running on Google Cloud's App Engine(flexible environment).

An external API that deals with finances requires us to have a static external IP address so that we may interact. I know App Engine doesn't have an external IP address feature.

I'm also aware that using Google Cloud's Compute Engine, a VM instance with a static IP can be set up.

Is there anyone that has run into this situation and figured out an efficient solution?

1 Answers1

1

As the FAQ for Google App Engine says, App engine does not support static IP.

The only workaround is to use a VM with an static ip to be as a proxy. There is a discussion here.

Nahuel Varela
  • 1,022
  • 7
  • 17