turbot/aws_insights

Query: codecommit_repository_cost_mtd

Usage

powerpipe query aws_insights.query.codecommit_repository_cost_mtd

SQL

select
'Cost - MTD' as label,
sum(unblended_cost_amount) :: numeric :: money as value
from
aws_cost_by_service_usage_type_monthly as c
where
service = 'AWS CodeCommit';

Dashboards

The query is used in the dashboards: