EventBridge Event patterns for MSK and EKS

0

Hello, i am having some trouble for a bit to setup event patterns for EKS and MSK. I want a more detailed monitoring but have been trying to at least get the cluster state change as an event but without success. I also tried allowing every event by putting only the source as event pattern but the only thing i could get were the API call via Cloud Trails. From my search i havent been able to find any guides regarding this matter. Has any of you guys encountered this kind of issue before? Help would be much appreciated.

Migen Allkaj

1回答
0

Hello Migen Allkaj, EKS and MSK do not currently emit Cloudwatch events related to cluster state change. Depending on your use-case, a polling approach using a Lambda function scheduled to run on a 1-minute interval may be a good option. With this approach, a Lambda function would use SDK calls against the EKS/MSK resources or their associated CloudWatch metrics, evaluate if the event has occurred based on those responses, and then send a custom event to EventBridge with the PutEvents API call.

AWS
回答済み 7ヶ月前

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

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

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

関連するコンテンツ