turbot/aws_insights

Query: dynamodb_table_by_account

Usage

powerpipe query aws_insights.query.dynamodb_table_by_account

SQL

select
a.title as "Account",
count(t.*) as "tables"
from
aws_dynamodb_table as t,
aws_account as a
where
a.account_id = t.account_id
group by
a.title
order by
a.title;

Dashboards

The query is used in the dashboards: