Skip to content

Commit 382656d

Browse files
committed
nasa-cryo: enable aws cost attribution system
1 parent d3f6102 commit 382656d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

config/clusters/nasa-cryo/support.values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ prometheus:
3232
- secretName: prometheus-tls
3333
hosts:
3434
- prometheus.cryointhecloud.2i2c.cloud
35+
36+
aws-ce-grafana-backend:
37+
enabled: true
38+
envBasedConfig:
39+
clusterName: nasa-cryo
40+
serviceAccount:
41+
annotations:
42+
eks.amazonaws.com/role-arn: arn:aws:iam::574251165169:role/aws_ce_grafana_backend_iam_role

terraform/aws/projects/nasa-cryo.tfvars

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ region = "us-west-2"
22
cluster_name = "nasa-cryo"
33
cluster_nodes_location = "us-west-2a"
44

5+
enable_aws_ce_grafana_backend_iam = true
6+
57
user_buckets = {
68
"scratch-staging" : {
79
"delete_after" : 7,

0 commit comments

Comments
 (0)