Easy1 markMultiple Choice
AWS SAP-C02 · Question 30 · Domain 3.5: Cost Optimization
A data engineering team runs batch processing jobs on Amazon EMR. The jobs take several hours to complete but can be interrupted and resumed without data loss. The team wants to reduce the compute costs of these jobs by up to 90%. Which EC2 pricing model should they use for the EMR task nodes?
A data engineering team runs batch processing jobs on Amazon EMR. The jobs take several hours to complete but can be interrupted and resumed without data loss. The team wants to reduce the compute costs of these jobs by up to 90%. Which EC2 pricing model should they use for the EMR task nodes?
Answer options:
A.
On-Demand Instances
B.
Reserved Instances
C.
Spot Instances
D.
Dedicated Hosts
How to approach this question
Match 'interruptible' and 'up to 90% discount' 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 and are perfect for fault-tolerant workloads like EMR task nodes.
Common mistakes
Choosing Reserved Instances for workloads that are intermittent and interruptible.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 1
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 50 VPCs across two AWS Regions. They need to establish transitive routing betwe...HardQ02A company uses AWS Organizations. The security team wants to ensure that no IAM user or role can ...MediumQ03An application requires a relational database with an RPO of 1 second and an RTO of less than 1 m...HardQ04A company is setting up a new multi-account environment. They want to automate the provisioning o...MediumQ05An organization wants to allocate AWS costs to specific business units. They use AWS Organization...Hard
Expert