turbot/aws_insights

Query: dynamodb_table_unused_count

Usage

powerpipe query aws_insights.query.dynamodb_table_unused_count

Steampipe Tables

SQL

select
count(*) as value,
'Unused' as label,
case
count(*)
when 0 then 'ok'
else 'alert'
end as type
from
aws_dynamodb_table
where
item_count = 0;

Dashboards

The query is used in the dashboards: