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

A data engineer is troubleshooting an AWS Glue workflow that occasionally fails. The engineer determines that the failures are a result of data quality issues. A business reporting team needs to receive an email notification any time the workflow fails in the future.

Which solution will meet this requirement?

Answer options

Correct answer: B

Explanation

Option B is correct because it uses Amazon SNS with an EventBridge rule to send email notifications when the AWS Glue job fails, which is the required functionality. Option A incorrectly suggests using a FIFO topic, which is not necessary for this scenario. Options C and D involve SQS instead of SNS, which does not directly support email notifications without additional setup.