Which statement best describes the behavior of EC2 On-Demand instances?
Think about paying for flexibility without commitment.
On-Demand instances charge a fixed hourly rate with no upfront commitment, allowing you to start and stop anytime.
You have a steady, predictable workload running 24/7 for the next 3 years. Which EC2 pricing model is most cost-effective?
Consider long-term commitment discounts.
Reserved instances offer significant discounts for steady workloads with long-term commitments.
What happens when an EC2 Spot instance is interrupted by AWS?
Think about how AWS notifies you before reclaiming Spot capacity.
AWS provides a two-minute warning before terminating Spot instances to allow graceful shutdown.
Which security risk is most relevant when using EC2 Spot instances?
Consider how AWS manages hardware reuse for Spot instances.
AWS wipes storage between instance uses, but hardware reuse means you must encrypt sensitive data to prevent exposure.
You want to optimize costs for a web application with variable traffic: steady baseline load and occasional spikes. Which combination of EC2 pricing models is best?
Think about balancing cost savings and availability.
Reserved instances cover steady load cost-effectively, while Spot instances handle spikes cheaply but with possible interruptions.