AWS Certified Data Engineer – Associate (DEA-C01) — Question 226

A company uses AWS Glue jobs to implement several data pipelines. The pipelines are critical to the company.

The company needs to implement a monitoring mechanism that will alert stakeholders if the pipelines fail.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

Option C is correct because it directly utilizes an EventBridge rule to monitor AWS Glue job failures and sets up a CloudWatch alarm based on a metric, allowing for efficient alerting with minimal management. Options A and B introduce unnecessary complexity with Lambda functions, while option D lacks the alerting mechanism through CloudWatch metrics, making them less optimal solutions.