From 1ef7e1c77bb54314349f6de6a5f5f7c2a0fbbc4e Mon Sep 17 00:00:00 2001 From: Arnaud Meukam Date: Thu, 12 Oct 2023 06:34:56 +0200 Subject: [PATCH] AWS: update monthly threshold We are now spending half of the monthly budget. Signed-off-by: Arnaud Meukam --- infra/aws/terraform/management-account/budgets.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/aws/terraform/management-account/budgets.tf b/infra/aws/terraform/management-account/budgets.tf index 39f9e1aeaa4..aeb1f4885db 100644 --- a/infra/aws/terraform/management-account/budgets.tf +++ b/infra/aws/terraform/management-account/budgets.tf @@ -41,7 +41,7 @@ resource "aws_budgets_budget" "everything" { notification { comparison_operator = "GREATER_THAN" - threshold = "30" + threshold = "90" threshold_type = "PERCENTAGE" notification_type = "ACTUAL" subscriber_email_addresses = ["sig-k8s-infra-leads@kubernetes.io"]