A company has temporary workload that is also variable.The company needs to use Amazon EC2 instances for the workload.The EC2 instances need to handle short bursts of work that cannot stop before finishing.
Which purchase option will meet these requirements?
Spot Instances
On-Demand Instances
Savings Plan
Reserved Instances
Explanations:
Spot Instances are subject to interruptions, which may not complete the tasks before finishing, making them unsuitable.
On-Demand Instances provide flexibility without interruption risk, making them ideal for variable and temporary workloads.
Savings Plans are cost-saving commitments over time but don’t suit temporary, variable workloads directly.
Reserved Instances are best for predictable, long-term usage rather than variable or temporary workloads.