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 年前203 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则