How to generate an event to a microservice from a cloudwatch alert

0

I need to generate an event in order to a microservice can proseced it. That event must be generate from aws cloudwatch alert. ¿How can I implement it?

質問済み 2年前202ビュー
1回答
2

Hi, not sure how you intend your microservice would consume the event? Would your microservice be able to consume EventBridge events (e.g. through an ECS task, lambda function or API destination)? If so, you might be interested by the fact that alarms automatically publish all their state and configuration change events to EventBridge (cf. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch-and-eventbridge.html), so you could simply write a rule that watches for CloudWatch Alarm event patterns and set the target to your microservice entry point?

profile pictureAWS
Jsc
回答済み 2年前
  • Hi Jsc, thanks a lot for your comment. I'm going to check.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ