0
0
AWScloud~5 mins

Spot Instances for cost savings in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AThey run slower
BThey have better hardware
CThey use spare AWS capacity that can be reclaimed
DThey come with longer contracts
How much warning time does AWS provide before reclaiming a Spot Instance?
A2 minutes
B30 seconds
C10 minutes
DNo warning
Which workload is best suited for Spot Instances?
AStateless batch processing jobs
BCritical database servers
CReal-time financial transactions
DLong-term storage
What should you do to ensure availability when using Spot Instances?
AUse only Spot Instances
BAvoid using Spot Instances
CUse Spot Instances for all workloads
DMix Spot with On-Demand or Reserved Instances
What is a key risk of using Spot Instances?
AHigher cost
BInstances can be interrupted anytime
CLimited geographic regions
DNo access to AWS support
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.