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.

gefragt vor einem Jahr286 Aufrufe
1 Antwort
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
beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen