Kinesis - tools to operationally manage streams

0

Are there any third-party tools that customers can use to operationally manage Kinesis streams?

For example, if a customer has dozens of Kinesis streams, outside of using AWS Console and scripting against CloudWatch, does a graphical tool exist to help with the operational burden of managing multiple Kinesis streams.

AWS
已提問 8 年前檢視次數 204 次
1 個回答
0
已接受的答案

CloudWatch dashboards are pretty powerful when it comes to visualizing CloudWatch metrics across multiple resources, incl. Kinesis streams. Would that help?

One limitation is that you can only visualize data from within the same account, multi-account was a roadmap item last time I checked.

Going beyond that, DataDog comes to mind as one external system to visualize across accounts and with more features.

These tools are for monitoring the streams, managing in terms of create, update and delete is different.

Update with autoscaling like functionality can be done by Ian's wonderful Kinesis scaling utility (https://github.com/awslabs/amazon-kinesis-scaling-utils)

Create and delete should not be that common and is pretty easy already through the API/SDK/CLI.

Please let me know if this helps or detail the use case more.

AWS
已回答 8 年前
profile picture
專家
已審閱 1 年前

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

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

回答問題指南