turbot/aws_insights

Query: s3_bucket_cost_mtd

Usage

powerpipe query aws_insights.query.s3_bucket_cost_mtd

SQL

select
'Cost - MTD' as label,
sum(unblended_cost_amount)::numeric::money as value
from
aws_cost_by_service_monthly
where
service = 'Amazon Simple Storage Service'
and period_end > date_trunc('month', CURRENT_DATE::timestamp)

Dashboards

The query is used in the dashboards: