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 年前檢視次數 217 次
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.

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

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

回答問題指南