@@ -18,8 +18,8 @@ configuration options on the cluster infrastructure.
18
18
Ensure that you have the following tools installed locally:
19
19
20
20
1 . [ aws cli] ( https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html )
21
- 1 . [ kubectl] ( https://kubernetes.io/docs/tasks/tools/ )
22
- 1 . [ terraform] ( https://learn.hashicorp.com/tutorials/terraform/install-cli )
21
+ 2 . [ kubectl] ( https://kubernetes.io/docs/tasks/tools/ )
22
+ 3 . [ terraform] ( https://learn.hashicorp.com/tutorials/terraform/install-cli )
23
23
24
24
25
25
## Setup
@@ -33,23 +33,23 @@ on Amazon S3 for example, visit the [terraform remote states](https://www.terraf
33
33
terraform init
34
34
```
35
35
36
- 1 . EKS Cluster
36
+ 2 . EKS Cluster
37
37
38
38
To run this example, you need to provide your EKS cluster ID.
39
39
If you don't have a cluster ready, visit [ this example] ( ../new-empty-eks-cluster ) first to create a new one.
40
40
41
41
Add ` eks_cluster_id=xxx ` to your ` terraform.tfvars ` or use an
42
42
environment variable ` export TF_VAR_eks_cluster_id=xxx ` .
43
43
44
- 1 . Amazon Managed Service for Prometheus workspace
44
+ 3 . Amazon Managed Service for Prometheus workspace
45
45
46
46
If you have an existing workspace, add ` managed_prometheus_workspace_id=ws-xxx `
47
47
or use an environment variable ` export TF_VAR_managed_prometheus_workspace_id=ws-xxx ` .
48
48
49
49
If you don't specify anything a new workspace will be created for you.
50
50
51
51
52
- 1 . Amazon Managed Grafana workspace
52
+ 4 . Amazon Managed Grafana workspace
53
53
54
54
55
55
If you have an existing workspace, add ` managed_grafana_workspace_id=g-xxx `
@@ -58,7 +58,7 @@ or use an environment variable `export TF_VAR_managed_grafana_workspace_id=g-xxx
58
58
If you don't specify anything a new workspace will be created for you.
59
59
60
60
61
- 1 . Grafana API Key
61
+ 6 . Grafana API Key
62
62
<!-- TODO: Remove section when CP Grafana API keys is supported by Terraform -->
63
63
64
64
- Give admin access to the SSO user you set up when creating the Amazon Managed Grafana Workspace:
@@ -91,7 +91,7 @@ terraform apply
91
91
If your existing Managed Prometheus workspace is in another AWS Region,
92
92
add this ` managed_prometheus_region=xxx ` and ` managed_prometheus_workspace_id=ws-xxx ` .
93
93
94
- 1 . Cross-region Managed Grafana workspace
94
+ 2 . Cross-region Managed Grafana workspace
95
95
96
96
If your existing Managed Prometheus workspace is in another AWS Region,
97
97
add this ` managed_prometheus_region=xxx ` and ` managed_prometheus_workspace_id=ws-xxx ` .
0 commit comments