Medium1 markMultiple Choice
AWS SAA-C03 · Question 54 · Domain 4.2: Compute Cost Optimization
A company runs a batch processing job every night that takes 4 hours to complete. The job can be interrupted and resumed without issues. What is the MOST cost-effective EC2 pricing model for this workload?
A company runs a batch processing job every night that takes 4 hours to complete. The job can be interrupted and resumed without issues. What is the MOST cost-effective EC2 pricing model for this workload?
Answer options:
A.
On-Demand Instances
B.
Reserved Instances
C.
Spot Instances
D.
Dedicated Hosts
How to approach this question
Match 'interruptible' to the pricing model.
Full Answer
C.Spot Instances✓ Correct
Spot Instances
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, but can be interrupted.
Common mistakes
Choosing Reserved Instances for a workload that only runs 4 hours a day.
Practice the full AWS SAA-C03 Practice Exam 2
65 questions · hints · full answers · grading
More questions from this exam
Q01A company wants to ensure that no AWS resources can be created in the ap-northeast-1 region acros...EasyQ02A web application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The com...EasyQ03A company is storing highly sensitive data in an Amazon S3 bucket. The security team requires tha...MediumQ04An application running on an EC2 instance needs to access an Amazon DynamoDB table in a different...HardQ05A company needs to store database credentials securely. The credentials must be automatically rot...Medium
Expert