Skip to content

schibsted/aws-cost-monitoring

Repository files navigation

AWS Cost Monitoring

This repository contains terraform module ready to use for everyone that would like to add AWS cost monitoring to their AWS accounts

Usage

AWS Budget

module "aws_budget" {
  source                = "github.com/schibsted/aws-cost-monitoring//aws-budget"
  monthly_budget        = "1000.0" # USD
  subscriber_email_list = ["my-email@example.org"]
}

Datadog dashboard and monitors

module "datadog_monitors" {
  source                 = "github.com/schibsted/aws-cost-monitoring//datadog-budget"
  monthly_budget         = "1000.0" # USD, for dashboard coloring
  subscriber_email_list  = ["my-email@example.org"]
  minimal_alerting_value = "1" # minimal per day value to alert with anomaly detection
}

Resources created

AWS Budget

Datadog dashboard and monitors