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.

feita há um ano286 visualizações
1 Resposta
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
respondido há um ano
profile picture
ESPECIALISTA
avaliado há um mês

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas