You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify the AWS Region where the resources will be deployed. Edit the `terraform.tfvars` file and add `aws_region="..."`. You can also use environement variables `export TF_VAR_aws_region=xxx`.
46
+
47
+
4. EKS Cluster
37
48
38
49
To run this example, you need to provide your EKS cluster name.
39
50
If you don't have a cluster ready, visit [this example](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/eks-cluster-with-new-vpc)
40
51
first to create a new one.
41
52
42
-
Add `eks_cluster_id=xxx` to your`terraform.tfvars` or use an environment variable `export TF_VAR_eks_cluster_id=xxx`.
53
+
Add your cluster name for `eks_cluster_id="..."` to the`terraform.tfvars` or use an environment variable `export TF_VAR_eks_cluster_id=xxx`.
43
54
44
-
45
-
3. Amazon Managed Service for Prometheus workspace
55
+
5. Amazon Managed Service for Prometheus workspace
46
56
47
57
If you have an existing workspace, add `managed_prometheus_workspace_id=ws-xxx`
48
58
or use an environment variable `export TF_VAR_managed_prometheus_workspace_id=ws-xxx`.
49
59
50
60
If you don't specify anything a new workspace will be created for you.
51
61
52
-
4. Amazon Managed Grafana workspace
53
-
62
+
6. Amazon Managed Grafana workspace
54
63
55
64
If you have an existing workspace, add `managed_grafana_workspace_id=g-xxx`
56
65
or use an environment variable `export TF_VAR_managed_grafana_workspace_id=g-xxx`.
57
66
58
-
If you don't specify anything a new workspace will be created for you.
59
-
60
-
61
-
5. Grafana API Key
67
+
7. Grafana API Key
62
68
63
69
- Give admin access to the SSO user you set up when creating the Amazon Managed Grafana Workspace:
64
70
- In the AWS Console, navigate to Amazon Grafana. In the left navigation bar, click **All workspaces**, then click on the workspace name you are using for this example.
@@ -77,7 +83,7 @@ If you don't specify anything a new workspace will be created for you.
0 commit comments