Introduction
Sometimes cloud virtual machines (VMs) can be cheaper if they can be stopped by the cloud provider when needed. Preemptible and Spot VMs are special types of VMs that cost less but can be turned off unexpectedly. They help save money when you can handle interruptions.
When running batch jobs that can restart if interrupted.
When testing software that does not need to run all the time.
When you want to save money on VMs for short tasks.
When running workloads that can tolerate sudden VM shutdowns.
When you want to use spare cloud capacity at a lower cost.