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.

asked a year ago268 views
1 Answer
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
answered a year ago
profile picture
EXPERT
reviewed 22 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions