Amazon EC2 Spot Instances
Amazon EC2 Spot Instances are unused EC2 instances whose capacity is available for purchase at a significantly lower price compared to On-Demand instances. Spot Instances can be used for fault-tolerant, flexible workloads or applications with significant cost savings. However, they can be interrupt…
AWS Certified Solutions Architect - Amazon EC2 Spot Instances Example Questions
Test your knowledge of Amazon EC2 Spot Instances
Question 1
You are migrating a stateless, fault-tolerant processing tier to EC2 Spot Instances to reduce cost. The system must continue processing even when Spot capacity is interrupted by AWS. What is the best way to configure both the compute layer and the application to ensure work continues after a Spot Instance termination while keeping costs low?
Question 2
You need to run compute-intensive AWS Batch jobs on Spot Instances. The jobs are interruption-tolerant but must finish by a specific deadline. How should you configure AWS Batch to minimize cost while ensuring the jobs complete on time?
Question 3
You have a cost-sensitive application that processes large datasets. You want to use Spot Instances to save costs, but you're concerned about data persistence if an instance is terminated. Which storage option should you use?