Show dynamodb table in Amazon managed grafana

0

Hi,

I want to display the content of a Dynamodb table in an amazon managed grafana dashboard. How could I do it?

Regards.

質問済み 6ヶ月前322ビュー
1回答
0

DynamoDB is not a supported database with Amazon Managed Grafana yet. Alternatively, you can get the data synced into Redshift and then query it.

The Redshift COPY command supports loading DynamoDB table into Redshift table. This is good for one-time load. Refer https://docs.aws.amazon.com/redshift/latest/dg/copy-parameters-data-source-dynamodb.html

For continued replication refer https://aws.amazon.com/blogs/database/dynamodb-streams-use-cases-and-design-patterns/ which describes leveraging DynamoDB Streams

profile pictureAWS
回答済み 6ヶ月前

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

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

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

関連するコンテンツ