TIL

Picking cloud GPU provider for experiments

Looking for cheap one for few hours

Google Cloud https://cloud.google.com/compute/gpus-pricing

AWS https://instances.vantage.sh/?region=eu-west-1

Lambda labs https://lambdalabs.com/service/gpu-cloud

For today prices per hour for

1xNVIDIA A10 with 24GB VRAM

Lambda Labs:

GCloud

AWS

1xNVIDIA A100 with 40 GB VRAM

Lambda Labs:

GCloud

AWS

I have to figure out how to use this instance only for necessary training time, and automate its shutdown to reduce costs:

Lambda Labs instaces does not support instance shutdown, only termination, so first the data must be stored to some block storage.

https://docs.lambdalabs.com/cloud/terminate-instance-api/?_gl=11od6ru3_gaOTg5NjgxMzY1LjE2ODEyMzE0NDQ._ga_43EZT1FM6Q*MTY4MTIzMTQ0NC4xLjEuMTY4MTIzMjE0Ni40Mi4wLjA.

AWS, Gcloud supports proper instance shutdown