How to run app on App Engine for free

99封情书 提交于 2019-12-07 03:53:59

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/35589951/how-to-run-app-on-app-engine-for-free

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!