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 Respuesta
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
respondido hace 7 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas