|
|
|
|
|
by ohitsdom
3997 days ago
|
|
The one thing I'm confused about with Google is what product do I select if I want a server to host a website on? Azure has the smallest VM at around $13/month, and on that I can host a website, database, services, etc. Does Google have a similar option? GCE's setup and pricing doesn't seem geared towards that. |
|
We definitely have individual VMs that cost less than that (the f1-micro would be about $5/month for the VM, the g1-small about $13/month). You can hook them up to Autoscaling, Google Cloud DNS and Google Cloud Load Balancing (which Azure's "Basic tier" VMs don't seem to support; I'm not familiar with them, just reading what it says).
That said, I'm not sure I'd try to run Windows server on such a small instance (we apparently allow it and only charge $.02/hr in those cases). For example, Chrome's Clusterfuzz team runs Windows bots using the n1-standard-2 (2 vCPUs and ~8 GiB of RAM). Maybe someone can comment as to whether Nano Server would improve this situation...