Cloud watch metric filter for Failed GLUE jobs

0

Hi, How to get a notification in amazon cloud watch for failed Glue jobs in AWS.

已提问 1 年前286 查看次数
1 回答
1

To get a notification in Amazon CloudWatch for failed Glue jobs in AWS, you can set up an event rule in CloudWatch Events that is triggered when a Glue job fails. You could set up SES to receive these notification through email or SMS/TEXT or Slack messages.

Here are the steps to set up this notification:

  1. Open the CloudWatch console and navigate to the "Events" section.
  2. Click the "Create rule" button.
  3. In the "Event Source" section, select "AWS Glue" as the service and "Job State Change" as the event type.
  4. In the "Targets" section, select "SES" as the target type and choose the SNS topic you want to publish into.
  5. In the "Configure details" section, give the rule a name and description, and then click the "Create rule" button.
  6. The CloudWatch rule will now be triggered whenever a Glue job transitions to the "FAILED" state, and the selected alarm will be activated. Enter image description here

For more information on setting up CloudWatch Events rules, you can refer to the CloudWatch Events documentation

profile pictureAWS
已回答 1 年前
profile picture
专家
已审核 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则