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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南