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年前

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

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

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

関連するコンテンツ