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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠