Hello Sharad, The GAE Flexible environment <https://cloud.google.com/appengine/pricing#flexible-environment-instances> instance resources are charged on a per-second basis with a one-minute minimum usage cost. Which means, if you have a resource(Ex:1GB RAM) attached to a GAE flexible environment, its usage is calculated as follows:-
Using 1 GB of RAM in your GAE Flexi Environment cost = $0.0071/hour (as per the doc. <https://cloud.google.com/appengine/pricing#flexible-environment-instances>) For a day $0.0071*24 = $0.1704 For a month $0.1704*30 = $5.112 You can also use the ‘Pricing Calculator <https://cloud.google.com/products/calculator/#tab=app-engine>’, to get an estimate of your usage as well. After calculating your usage cost and still, you have any discrepancy, I would strongly suggest you to contact the billing team <https://support.google.com/cloud/contact/cloud_platform_billing> for further clarification. On an additional note, it is also highly advisable to check the help center article on ‘Choosing an App Engine Environment <https://cloud.google.com/appengine/docs/the-appengine-environments>’, before deploying any application. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/4f7a97f7-f81a-4b0b-8515-fa57fe2effc6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
