I have set a static IP address for my Google Cloud Compute Engine. When I go to the network details of the engine, it tells it is 34.88.xx.xx
However - when I now run a test python script in the cloud shell, it tells me that the requests comes from an IP that is 34.91.xx.xx
It looks like I should not run the script on the Shell but somehow run it in the compute engine. Hard to figure out how that could be done.