Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Setting up Budget Alerts

As of July 2024, we look to setup budget alerts for all cloud projects where we pay the bill from the cloud provider, independently if we pass through these costs or not to the community. We currently don’t look to setup budget alerts for communities paying their cloud provider bill directly.

This document describes how to enable (or opt-out of) budget alerts for a cluster via the cluster’s associated terraform variables file (.tfvars).

AWS
GCP
Azure

AWS budget alerts are setup by default. To opt-out, declare:

default_budget_alert = {
  "enabled" : false,
}