A municipal government office is deploying two new workloads on Amazon EC2:
1. A community information database that must run continuously 24/7 for the next three years.
2. A citizen survey application that will run for exactly five days to collect feedback and must not experience any interruptions.
Which of the following EC2 pricing options should the office select to minimize costs for these workloads? (Select TWO.)
- Reserved Instances for the community information databaseAnswer
- On-Demand Instances for the citizen survey applicationAnswer
- CSpot Instances for the citizen survey application
- DSpot Instances for the community information database
- EReserved Instances for the citizen survey application
Answer
To optimize costs and meet operational requirements, the municipal office should choose Reserved Instances for the three-year database workload and On-Demand Instances for the five-day survey application.
The community information database runs continuously for three years, making it ideal for the cost savings provided by Reserved Instances, which require a long-term commitment. The citizen survey application is a short-term workload that runs for only five days and must not be interrupted, making On-Demand Instances the most cost-effective and reliable choice because they require no commitment and guarantee instance availability.
Step-by-Step Solution
Key Concept
EC2 pricing models are designed for different workload characteristics: Reserved Instances offer discounts for long-term commitments, On-Demand provides flexibility and reliability for short-term workloads, and Spot offers steep discounts for flexible, interruptible workloads.