Hi, My application does not require Compute/App Engine. The only thing I need for this project is Cloud Datastore and accessing it from an outside network. In this case, does the active App Engine app that Cloud Datastore requires incur additional cost?
Thanks! Yihang On Friday, March 23, 2018 at 1:57:50 AM UTC+8, George (Cloud Platform Support) wrote: > > Hello Yihang, > > The App Engine application incurs costs when running. Billing begins when > an instance starts and ends fifteen minutes after a manual instance shuts > down or fifteen minutes after a basic instance has finished processing its > last request. You may find more detail on the "App Engine Pricing" page > <https://cloud.google.com/appengine/pricing>. In other words, this > mandatory app would not cost you, if your main application runs on a GCE > instance. > > Datastore usage costs are calculated in terms of stored data, entity > reads, entity writes, entity deletes, and small operations. None of these > involve the active App Engine application, if the only use you make of the > Datastore is from your GCE instance. > -- 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/ae5d715f-9c2b-4a90-9a7e-f449d29747d0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
