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?