I am very familiar with Compute Engine, but rather new to App Engine. My students currently use Heroku for the apps they build during the semester. They are able to create a free premeptable instance, which is perfect because they are the only person using the app. I would like to have them use GCP instead of the Heroku.
I setup a fist test app on App Engine, and the bill unexpectedly came out to $15 for the first week. I stopped it and tried a new app with these app.yaml settings: runtime: nodejs env: flex instance_class: B1 manual_scaling: instances: 1 resources: cpu: 0.01 memory_gb: 0.5 disk_size_gb: 0.1 health_check: enable_health_check: False As near as I could tell from the documentation that is the least expensive App Engine app that is possible. With this configuration the price came down to $7 per week. That is still too much for students to use. Once their $300 runs out, they will be paying an exorbanate amount of money to keep their coding examples online despite the extremely low traffic they utilize. Is there a way to make a cheaper App Engine app? They could create a preemptable compute instance for less money, but they seems like a lot of overhead for such a simple usage. Any help appreciation, BishopZ http://bishopz.com -- 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/42db5f6a-25b3-435d-9e53-beb06daa3e89%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
