
Answer-first summary for fast verification
Answer: Spot Instances
## Explanation Spot Instances are the most cost-effective option in this scenario because: - **Cost Savings**: Spot Instances offer up to 90% discount compared to On-Demand pricing - **Workload Characteristics**: Batch image rendering is interruptible and can tolerate downtime - **Flexibility**: The application can be designed to handle interruptions gracefully - **Suitable Use Case**: Spot Instances are ideal for fault-tolerant, flexible workloads like batch processing, image rendering, and data analysis **Why other options are less suitable:** - **On-Demand Instances**: More expensive, designed for uninterrupted workloads - **Reserved Instances**: Require commitment and are better for steady-state workloads - **Dedicated Instances**: Most expensive, provide physical isolation but unnecessary for this use case Since the workload can tolerate interruptions, Spot Instances provide the best cost optimization while maintaining functionality.
Author: Ritesh Yadav
Ultimate access to all questions.
A company needs to run a workload for several batch image rendering applications. It is acceptable for the workload to experience downtime. Which Amazon EC2 pricing model would be MOST cost-effective in this situation?
A
On-Demand Instances
B
Reserved Instances
C
Dedicated Instances
D
Spot Instances
No comments yet.