Medium1 markMultiple Choice
AWS SAP-C02 · Question 48 · Domain 3.5: Cost Optimization
A data engineering team is using Amazon EMR for big data processing. The clusters are transient; they spin up, process data from S3, and terminate. To optimize costs, they want to use Spot Instances. Which node type should they run on Spot Instances to minimize the risk of job failure?
A data engineering team is using Amazon EMR for big data processing. The clusters are transient; they spin up, process data from S3, and terminate. To optimize costs, they want to use Spot Instances. Which node type should they run on Spot Instances to minimize the risk of job failure?
Answer options:
A.
Master node
B.
Core nodes
C.
Task nodes
D.
All node types
How to approach this question
Understand the roles of EMR node types.
Full Answer
C.Task nodes✓ Correct
In Amazon EMR, Task nodes only add compute power and do not store data in HDFS. If a Spot Instance running a Task node is reclaimed, the job is simply reassigned, making them ideal for Spot pricing.
Common mistakes
Putting Core nodes on Spot, which risks HDFS data loss.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2
75 questions · hints · full answers · grading
More questions from this exam
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert