
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 stateless web application in production on a group of Amazon EC2 On-Demand Instances behind an Application Load Balancer. The application experiences heavy usage during an 8-hour period each business day. Application usage is moderate and steady overnight. Application usage is low during weekends.
The company wants to minimize its EC2 costs without affecting the availability of the application.
Which solution will meet these requirements?
A
Use Spot Instances for the entire workload.
B
Use Reserved Instances for the baseline level of usage. Use Spot Instances for any additional capacity that the application needs.
C
Use On-Demand Instances for the baseline level of usage. Use Spot Instances for any additional capacity that the application needs.
D
Use Dedicated Instances for the baseline level of usage. Use On-Demand Instances for any additional capacity that the application needs.
Explanation:
Correct Answer: B
Why Option B is correct:
Why other options are incorrect:
A. Use Spot Instances for the entire workload:
C. Use On-Demand Instances for baseline, Spot for additional:
D. Use Dedicated Instances for baseline, On-Demand for additional:
Key AWS Concepts:
Best Practice: For production workloads with predictable baseline and variable peaks, use Reserved Instances for baseline and Spot Instances for peaks to achieve optimal cost savings while maintaining availability.