turbot/aws_insights

Query: s3_bucket_by_region

Usage

powerpipe query aws_insights.query.s3_bucket_by_region

Steampipe Tables

SQL

select
region,
count(i.*) as total
from
aws_s3_bucket as i
group by
region;

Dashboards

The query is used in the dashboards: