I am trying to run Parse Server, a Node.js app, on Google App Engine. And I am on trial period with $300 free credit.
From this page, https://cloud.google.com/appengine/docs/quotas, it says there is 28 free instance-hours per day. The app is running with 2 instances and, according to the report, my account is being charged for Compute Engine (G1 Small) for 48 hours everyday.
So how could I benefit from that 28 free hours?
App Engine standard environment pricing. Apps in the standard environment have a free tier for App Engine resources. Any use of App Engine resources beyond the free tier incurs charges as described in this section. To estimate costs for App Engine resources in the standard environment, use the pricing calculator.
Google Cloud has a monthly price tag of $5 per user for Basic, $8 for Standard, and $10 for Premium. The price for each tier includes the use of Google Compute Engine instances, Google Storage for data, and Google App Engine for web applications.
There are 28 free instance-hours per day for frontend instances only when you are using one of the standard environments or runtimes(python, java, php and go) and not when you're using app engine's managed VMs. All managed VM environments are based on Compute Engine and are all billable.
For a nodejs app, you're certainly using a managed VM.
To enjoy the free instance hours you'll need to use one of the standard runtimes.
For the answer below me , nodejs now is one of the standard environments right now, so you basically can run your nodejs app for free
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With