banzaicloud / telescopes

Telescopes is a cloud instance types and full cluster layout recommender consisting of on-demand and spot/preemptible AWS EC2, Google, Azure, Oracle and Alibaba cloud instances.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Cloud custom machine types

martonsereg opened this issue · comments

Google cloud offers creating custom machine types (and extended memory, custom GPUs), check out if we can add it to the product info responses.

The cost of a custom machine depends on the cpu number and memory number. Cpu and memory prices are dependent on region, we can get prices from the API.

Custom machine type specification: https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#specifications

Max cpu number 96 (in one region max 64).
The name of a custom machine type: custom-{cpus}-{rams}
There are approximately 52k custom machine types per region