Recall & Review
beginner
What is an AWS Spot Instance?
An AWS Spot Instance is a type of virtual server that uses spare AWS capacity at a lower price. It can be interrupted by AWS when the capacity is needed elsewhere.
Click to reveal answer
beginner
Why are Spot Instances cheaper than On-Demand Instances?
Spot Instances are cheaper because they use unused AWS capacity that can be taken back anytime. This makes them less reliable but much more cost-effective.
Click to reveal answer
intermediate
What happens when AWS reclaims a Spot Instance?
AWS sends a two-minute warning before interrupting the Spot Instance. The instance is then terminated or stopped, so workloads must handle interruptions gracefully.
Click to reveal answer
intermediate
Name one best practice when using Spot Instances for cost savings.
Use Spot Instances for flexible, fault-tolerant workloads like batch jobs or stateless applications that can handle interruptions.
Click to reveal answer
advanced
How can you protect critical workloads when using Spot Instances?
Combine Spot Instances with On-Demand or Reserved Instances to ensure availability and use Spot for cost savings on flexible parts of your workload.
Click to reveal answer
What is the main reason Spot Instances are cheaper than On-Demand Instances?
✗ Incorrect
Spot Instances use spare AWS capacity that can be taken back, which lowers their price.
How much warning time does AWS provide before reclaiming a Spot Instance?
✗ Incorrect
AWS provides a two-minute warning before interrupting a Spot Instance.
Which workload is best suited for Spot Instances?
✗ Incorrect
Stateless batch jobs can handle interruptions and are ideal for Spot Instances.
What should you do to ensure availability when using Spot Instances?
✗ Incorrect
Mixing Spot with On-Demand or Reserved Instances helps maintain availability.
What is a key risk of using Spot Instances?
✗ Incorrect
Spot Instances can be interrupted by AWS when capacity is needed elsewhere.
Explain how Spot Instances help reduce cloud costs and what trade-offs they involve.
Think about why AWS offers these instances cheaper and what you must plan for.
You got /4 concepts.
Describe a strategy to use Spot Instances safely in a production environment.
Consider how to balance cost savings with reliability.
You got /4 concepts.