Back to course

Spot Instances: High Risk, High Reward

FinOps for Scalable Infrastructure

What are Spot Instances?

Cloud providers selling their excess capacity at massive discounts (up to 90%).

The Catch

The provider can take the instance back with a 2-minute warning.

Use Cases

  • Stateless web apps
  • Batch processing
  • CI/CD workers

Implementation

We will modify our Terraform code to use a Spot request for our dev cluster.