Hard1 markMultiple Choice
AWS SAA-C03 · Question 44 · Domain 3.2: Compute Performance
A data science team is running machine learning training jobs on Amazon EC2. The jobs take days to complete. The team wants to significantly reduce the training time by using instances equipped with specialized hardware designed specifically for machine learning acceleration.<br/><br/>Which EC2 instance family should a solutions architect recommend?
A data science team is running machine learning training jobs on Amazon EC2. The jobs take days to complete. The team wants to significantly reduce the training time by using instances equipped with specialized hardware designed specifically for machine learning acceleration.<br/><br/>Which EC2 instance family should a solutions architect recommend?
Answer options:
A.
C instances (Compute Optimized)
B.
R instances (Memory Optimized)
C.
P or G instances (Accelerated Computing)
D.
I instances (Storage Optimized)
How to approach this question
Match the workload (Machine Learning) to the correct EC2 instance family.
Full Answer
C.P or G instances (Accelerated Computing)✓ Correct
P or G instances (Accelerated Computing)
Accelerated computing instances (P, G, Inf families) use hardware accelerators like GPUs or AWS Inferentia to perform complex calculations required for machine learning much faster than standard CPUs.
Common mistakes
Choosing Compute Optimized (C) instances, missing the need for GPU acceleration in ML training.
Practice the full AWS SAA-C03 Practice Exam 6
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...MediumQ02A company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert