A biotechnology startup runs genomic sequencing batch jobs that take 4 to 6 hours to complete. The sequencing application is designed to automatically checkpoint its progress every 15 minutes, allowing any interrupted job to resume from the last saved state without data loss. The startup needs to run these jobs at the lowest possible cost. Which Amazon EC2 pricing model is the most cost-effective choice for this workload?
- Spot InstancesAnswer
- BOn-Demand Instances
- CReserved Instances
- DDedicated Hosts
Answer
Spot Instances
Spot Instances are ideal for workloads that have flexible start and end times, can withstand interruptions, and require low cost. Because the genomic sequencing jobs checkpoint their progress every 15 minutes, they can easily recover from an interruption when AWS reclaims the capacity, allowing the startup to take advantage of the substantial discounts (up to 90% off) offered by Spot Instances.
Step-by-Step Solution
Key Concept
AWS Pricing Models