How to run app on App Engine for free

僤鯓⒐⒋嵵緔 提交于 2019-12-05 09:25:15

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.

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