Skip to content

AWS Cost Explorer Monitoring

Starter
Professional

Bleemeo collects account-level cost metrics from AWS Cost Explorer. Metrics are polled once daily.

Metric Description
account_cost_usd Daily cost in USD
account_cost_current_usd Current month-to-date cost in USD
account_cost_forecast_usd Forecasted cost for the end of the current month in USD
account_saving_plan_coverage Savings plan coverage as a percentage
account_saving_plan_utilization Savings plan utilization as a percentage
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ce:GetCostAndUsage",
"ce:GetCostForecast",
"ce:GetSavingsPlansUtilization",
"ce:GetSavingsPlansCoverage"
],
"Resource": "*"
}
]
}

$1.24/month per account (4 Cost Explorer API calls per day).