Medium1 markMultiple Choice
AWS SAA-C03 · Question 55 · Domain 4.2: Compute Cost Optimization
A company runs a batch processing workload on Amazon EC2. The workload can be interrupted and resumed without data loss. The company wants to minimize compute costs. Which TWO strategies should be used? (Select TWO.)
A company runs a batch processing workload on Amazon EC2. The workload can be interrupted and resumed without data loss. The company wants to minimize compute costs. Which TWO strategies should be used? (Select TWO.)
Answer options:
A.
Purchase EC2 Reserved Instances.
B.
Use EC2 Spot Instances.
C.
Use an Auto Scaling group to manage the instances.
D.
Use EC2 Dedicated Hosts.
E.
Purchase Compute Savings Plans.
How to approach this question
Identify the workload type: 'can be interrupted' (fault-tolerant). Spot instances are the cheapest option.
Full Answer
Use Spot Instances and an Auto Scaling group.
Amazon EC2 Spot Instances let you take advantage of unused EC2 capacity at up to a 90% discount. They are perfect for fault-tolerant, flexible workloads. Using an Auto Scaling group ensures that if Spot instances are interrupted, new ones are requested automatically.
Common mistakes
Choosing Reserved Instances for a workload that doesn't need to run 24/7.
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert