Easy1 markMultiple Choice
AWS SAA-C03 · Question 43 · Domain 3.2: Compute Performance
A company needs to run hundreds of thousands of batch computing jobs. The jobs are packaged as Docker containers. The company wants a service that will dynamically provision the optimal quantity and type of compute resources (e.g., CPU or memory optimized instances) based on the volume and specific resource requirements of the submitted jobs. Which service should be used?
A company needs to run hundreds of thousands of batch computing jobs. The jobs are packaged as Docker containers. The company wants a service that will dynamically provision the optimal quantity and type of compute resources (e.g., CPU or memory optimized instances) based on the volume and specific resource requirements of the submitted jobs. Which service should be used?
Answer options:
A.
Amazon EMR
B.
AWS Batch
C.
Amazon ECS
D.
AWS Lambda
How to approach this question
Match 'batch computing jobs', 'Docker containers', and 'dynamically provision optimal compute' with AWS Batch.
Full Answer
B.AWS Batch✓ Correct
AWS Batch
AWS Batch enables developers, scientists, and engineers to easily and efficiently run hundreds of thousands of batch computing jobs on AWS. AWS Batch dynamically provisions the optimal quantity and type of compute resources (e.g., CPU or memory optimized instances) based on the volume and specific resource requirements of the batch jobs submitted.
Common mistakes
Choosing ECS. While Batch uses ECS under the hood, Batch provides the queueing and dynamic instance selection logic required by the prompt.
Practice the full AWS SAA-C03 Practice Exam 1
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 solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert