
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 hosts a web application on multiple Amazon EC2 instances. The EC2 instances are in an Auto Scaling group that scales in response to user demand. The company wants to optimize cost savings without making a long-term commitment.
Which EC2 instance purchasing option should a solutions architect recommend to meet these requirements?
A
Dedicated Instances only
B
On-Demand Instances only
C
A mix of On-Demand Instances and Spot Instances
D
A mix of On-Demand Instances and Reserved Instances
Explanation:
Correct Answer: C - A mix of On-Demand Instances and Spot Instances
Cost optimization without long-term commitment: Spot Instances provide significant cost savings (up to 90% off On-Demand prices) without requiring any long-term commitment, unlike Reserved Instances which require 1- or 3-year commitments.
Auto Scaling compatibility: Spot Instances work well with Auto Scaling groups. When using a mixed instances policy, Auto Scaling can launch Spot Instances when capacity is available and fall back to On-Demand Instances when Spot capacity is unavailable.
Fault-tolerant workload suitability: Web applications that can handle interruptions (like those behind a load balancer) are ideal candidates for Spot Instances. If a Spot Instance is interrupted, Auto Scaling can automatically replace it with another instance.
A. Dedicated Instances only:
B. On-Demand Instances only:
D. A mix of On-Demand Instances and Reserved Instances:
For this scenario, the solutions architect should recommend:
This approach maximizes cost savings while maintaining application availability and avoiding long-term commitments.