Easy1 markMultiple Choice
AWS SAA-C03 · Question 57 · Domain 4.2: Compute Cost Optimization
A data science team needs to run a massive data processing job that will take approximately 4 hours to complete. The job can be interrupted and resumed without losing progress. Which Amazon EC2 pricing option is the MOST cost-effective for this workload?
A data science team needs to run a massive data processing job that will take approximately 4 hours to complete. The job can be interrupted and resumed without losing progress. Which Amazon EC2 pricing option is the MOST cost-effective for this workload?
Answer options:
A.
On-Demand Instances
B.
Spot Instances
C.
Reserved Instances
D.
Dedicated Hosts
How to approach this question
Match 'can be interrupted' and 'most cost-effective' with Spot Instances.
Full Answer
B.Spot Instances✓ Correct
Amazon EC2 Spot Instances let you take advantage of unused EC2 capacity in the AWS cloud. Spot Instances are available at up to a 90% discount compared to On-Demand prices. Because Spot Instances can be interrupted by AWS with a 2-minute warning, they are ideal for fault-tolerant, flexible workloads.
Common mistakes
Choosing On-Demand because 4 hours seems short. Spot is always cheaper if the workload can handle interruptions.
Practice the full AWS SAA-C03 Practice Exam 1
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert