turbot/aws_insights

Query: dynamodb_table_average_read_throughput

Usage

powerpipe query aws_insights.query.dynamodb_table_average_read_throughput

SQL

select
timestamp,
average
from
aws_dynamodb_metric_account_provisioned_read_capacity_util
where
timestamp >= current_date - interval '7 day'
order by
timestamp;

Dashboards

The query is used in the dashboards: