Skip to content

Commit

Permalink
jupyter-health: enable and configure aws-ce-grafana backend
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Nov 6, 2024
1 parent 90315d3 commit 7b32faa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions config/clusters/jupyter-health/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ grafana:
hosts:
- grafana.jupyter-health.2i2c.cloud

aws-ce-grafana-backend:
enabled: true
envBasedConfig:
clusterName: jupyter-health
serviceAccount:
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::211125465508:role/aws_ce_grafana_backend_iam_role

cluster-autoscaler:
enabled: true
autoDiscovery:
Expand Down
8 changes: 6 additions & 2 deletions terraform/aws/projects/jupyter-health.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ region = "us-east-2"
cluster_name = "jupyter-health"
cluster_nodes_location = "us-east-2a"

enable_aws_ce_grafana_backend_iam = true

user_buckets = {
"scratch-staging" : {
"delete_after" : 7
"delete_after" : 7,
"tags" : { "2i2c:hub-name" : "staging" },
},
"scratch" : {
"delete_after" : 7
"delete_after" : 7,
"tags" : { "2i2c:hub-name" : "prod" },
},
}

Expand Down

0 comments on commit 7b32faa

Please sign in to comment.