Amazon EC2 Spot Instances interruption occurs when Amazon Web Services reclaims unused EC2 capacity that was previously allocated to Spot Instances. Since Spot Instances use spare AWS compute capacity at significantly lower prices compared to On-Demand Instances, AWS can interrupt these instances whenever the capacity is needed elsewhere.
When an interruption happens, AWS provides a two-minute interruption notice before stopping, hibernating, or terminating the instance. Spot Instance interruptions are a key consideration for businesses using AWS for cloud cost reduction and AWS cost optimization because workloads must be designed to handle interruptions gracefully without impacting application availability.
Organizations commonly use Spot Instances for fault-tolerant and flexible workloads such as batch processing, CI/CD pipelines, big data analytics, AI/ML training, containerized applications, and scalable cloud-native environments. Proper interruption handling is essential to maximize AWS cost savings while maintaining operational resilience.