Short Lived, Low Cost VMs

Preemptible VMs are highly affordable, short-lived compute instances suitable for batch jobs and fault-tolerant workloads. Preemptible VMs offer the same machine types and options as regular compute instances and last for up to 24 hours. If your applications are fault-tolerant and can withstand possible instance preemptions, then preemptible instances can reduce your Google Compute Engine costs significantly.

preemptible vms

Predictable & Low Cost

Preemptible VMs are up to 80% cheaper than regular instances. Pricing is fixed so you will always get low cost and financial predictability, without taking the risk of gambling on variable market pricing.

80 percent cloud

Expand Your Computing

Throw preemptible VMs at any short-lived or fault-tolerant workload such as genomics, pharmaceuticals, financial modeling and simulation, rendering, media transcoding, manufacturing design, Hadoop and big data, continuous integration, and web crawling.

computing

Faster Batch Processing

Supplement your regular VMs with lower cost, preemptible instances to finish your compute-intensive work more quickly, saving you time and money.

speed guage plain

Enable It Instantly

Simply add –preemptible to the gcloud command line and you’re off to the races. There’s no bidding to code for, and with per-second billing just shut down your VMs as soon as you’re done.

  1. // ENABLE PREEMPTIBLE OPTION
  2. gcloud compute instances create my-vm --zone us-central1-b --preemptible

 

PREEMPTIBLE VM FEATURES

Affordable, short-lived compute instances suitable for batch jobs and fault-tolerant workloads.

Simple Configuration
Create a preemptible instance simply by flipping a bit via command, API, or developer console.

Easy Extendability
Attach GPUs and Local SSDs to preemptible instances for additional performance and savings.

Graceful Shutdown
Compute Engine gives you 30 seconds to shut down when you’re preempted, letting you save your work in progress for later.

Large Scale Computing
Spin up as many instances as you need, turn them off when you’re done. You only pay for what you use.

Quickly Reclaim Capacity
Managed Instance Groups automatically recreate your instances when they’re preempted (if capacity is available).

Fixed Pricing
Preemptible VMs have fixed pricing up to 80% off regular instances. They show up on your bill separately so you’ll see just how much you’re saving.