
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company runs a production application on a fleet of Amazon EC2 instances. The application reads the data from an Amazon SQS queue and processes the messages in parallel. The message volume is unpredictable and often has intermittent traffic. This application should continually process messages without any downtime.
Which solution meets these requirements MOST cost-effectively?
A
Use Spot Instances exclusively to handle the maximum capacity required.
B
Use Reserved Instances exclusively to handle the maximum capacity required.
C
Use Reserved Instances for the baseline capacity and use Spot Instances to handle additional capacity.
D
Use Reserved Instances for the baseline capacity and use On-Demand Instances to handle additional capacity.
Explanation:
Option C is the correct answer because it provides the most cost-effective solution for handling unpredictable and intermittent traffic patterns while ensuring continuous message processing.
A. Use Spot Instances exclusively - This is NOT cost-effective because:
B. Use Reserved Instances exclusively - This is NOT cost-effective because:
C. Use Reserved Instances for baseline + Spot Instances for additional capacity - This IS the most cost-effective solution because:
D. Use Reserved Instances for baseline + On-Demand Instances for additional capacity - This is less cost-effective than option C because:
This solution provides the best balance of cost optimization and reliability for the given requirements.