I deployed the node.js application as a training tool and noticed that I was paid for the project (about $ 1 per day). I know that node.js on Google Cloud uses the Compute Engine to run vm, but they say that the flexible environment has all the advantages of the AppEngine platform, but it seems that instances do not stop automatically and begin to reduce billing if not in use.
I have a java project that has been running in App Engine for many years and have never been exposed to anything, I assume that since the instances automatically terminate when they are not in use. So, my questions;
Is there a way to set up a flexible environment to simulate a standard environment to reduce operating costs?
Am I missing something with a flexible environment?
source
share