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?

asked 2 years ago213 views
1 Answer
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
answered 2 years ago
  • Hi Jsc, thanks a lot for your comment. I'm going to check.

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