Easy1 markMultiple Choice
AWS SAA-C03 · Question 42 · Domain 4.2: Compute Cost Optimization
A company runs a batch processing job every night that takes about 3 hours to complete. The job runs on Amazon EC2 instances. The workload is fault-tolerant and can be interrupted and resumed without issues. <br/><br/>Which EC2 pricing model will provide the MOST cost savings?
A company runs a batch processing job every night that takes about 3 hours to complete. The job runs on Amazon EC2 instances. The workload is fault-tolerant and can be interrupted and resumed without issues. <br/><br/>Which EC2 pricing model will provide the MOST cost savings?
Answer options:
A.
On-Demand Instances
B.
Reserved Instances
C.
Spot Instances
D.
Dedicated Hosts
How to approach this question
Look for keywords 'fault-tolerant' and 'can be interrupted'. This always points to Spot Instances.
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. They are ideal for fault-tolerant, flexible workloads.
Common mistakes
Choosing Reserved Instances for a job that only runs 3 hours a day.
Practice the full AWS SAA-C03 Practice Exam 4
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...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert