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 ipIP address feature. I
I'm also am aware that using Google Cloud's compute engineCompute 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?