An e-commerce company is launching a three-day promotional campaign. The web application, hosted on Amazon EC2, is expected to experience sudden, unpredictable traffic spikes during this period. The company requires that any newly launched instances to handle the peak traffic remain continuously active without interruption to ensure a seamless customer experience. Which Amazon EC2 pricing model is the most appropriate and cost-effective for these temporary scaling instances?
- On-Demand InstancesAnswer
- BSpot Instances
- CReserved Instances
- DDedicated Hosts
Answer
On-Demand Instances
On-Demand Instances are the most appropriate choice because they require no upfront payment or long-term commitment, can scale dynamically to handle unpredictable spikes, and guarantee that the instances will not be interrupted by AWS. This makes them ideal for short-term, spiky, and critical workloads.
Step-by-Step Solution
Key Concept
Selecting the optimal Amazon EC2 pricing model based on workload duration, predictability, and fault tolerance.