CLF-C02 · Question #244
A company needs to purchase Amazon EC2 instances to support an application that will run continuously for more than 1 year. Which EC2 instance purchasing option meets these requirements MOST…
The correct answer is C. Reserved Instances. For an application running continuously for more than one year, Amazon EC2 Reserved Instances are the most cost-effective purchasing option.
Question
A company needs to purchase Amazon EC2 instances to support an application that will run continuously for more than 1 year. Which EC2 instance purchasing option meets these requirements MOST cost-effectively?
Options
- ADedicated Instances
- BSpot Instances
- CReserved Instances
- DOn-Demand Instances
How the community answered
(46 responses)- A2% (1)
- B4% (2)
- C93% (43)
Why each option
For an application running continuously for more than one year, Amazon EC2 Reserved Instances are the most cost-effective purchasing option.
Dedicated Instances run on hardware dedicated to a single customer for compliance reasons and do not inherently offer the highest cost savings for continuous workloads compared to RIs.
Spot Instances offer significant discounts but are suitable for fault-tolerant workloads that can tolerate interruptions, making them unsuitable for continuous, uninterruptible applications.
Reserved Instances (RIs) offer a significant discount compared to On-Demand prices for EC2 instances when you commit to a consistent amount of compute usage for a 1-year or 3-year term, making them ideal for predictable, long-running workloads.
On-Demand Instances allow users to pay for compute capacity by the hour or second with no long-term commitments, which is the most expensive option for continuously running workloads.
Concept tested: EC2 instance purchasing options for cost optimization
Source: https://aws.amazon.com/ec2/pricing/reserved-instances/
Community Discussion
No community discussion yet for this question.