How calculate the number of instances in Google App Engine

前端 未结 2 1014
被撕碎了的回忆
被撕碎了的回忆 2021-01-22 22:34

I aim to create an application that will be deployed thanks to Google App Engine.

Before that I would like to calculate the cost of Google App Engine.

For this I

2条回答
  •  被撕碎了的回忆
    2021-01-22 22:41

    It's really hard to answer without more info. App engine consumption will depend on the nature of your app, the average session span and usage hours, how well you optimize your implementation and so much more variables...

    Don't think about how many instances, think about how many instance hours you'll need to serve your users if you can figure how much you'll be consuming you could get an estimate using the App engine pricing calculator .

提交回复
热议问题