ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 227 - DOP-C01 discussion

Report
Export

You need to run a very large batch data processing job one time per day. The source data exists entirely in S3, and the output of the processing job should also be written to S3 when finished. If you need to version control this processing job and all setup and teardown logic for the system, what approach should you use?

A.
Model an AWS EMR job in AWS Elastic Beanstalk.
Answers
A.
Model an AWS EMR job in AWS Elastic Beanstalk.
B.
Model an AWS EMR job in AWS CloudFormation.
Answers
B.
Model an AWS EMR job in AWS CloudFormation.
C.
Model an AWS EMR job in AWS OpsWorks.
Answers
C.
Model an AWS EMR job in AWS OpsWorks.
D.
Model an AWS EMR job in AWS CLI Composer.
Answers
D.
Model an AWS EMR job in AWS CLI Composer.
Suggested answer: B

Explanation:

To declaratively model build and destroy of a cluster, you need to use AWS CloudFormation. OpsWorks and Elastic Beanstalk cannot directly model EMR Clusters. The CLI is not declarative, and CLI Composer does not exist.

Reference: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcluster.html

asked 16/09/2024
JASON HOLT
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first