File tree Expand file tree Collapse file tree 3 files changed +16
-14
lines changed
examples/existing-cluster-with-base-and-infra Expand file tree Collapse file tree 3 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ terraform apply
105
105
106
106
## Visualization
107
107
108
- 1 . Prometheus datasource on Grafana
108
+ ### 1. Prometheus datasource on Grafana
109
109
110
110
Make sure to open the link in the output. After a successful deployment, this will open
111
111
the Prometheus datasource configuration on Grafana.
@@ -115,7 +115,7 @@ Click `Save & test` and you should see a notification confirming that the Amazon
115
115
terraform output grafana_prometheus_datasource_test
116
116
```
117
117
118
- 2 . Grafana dashboards
118
+ ### 2. Grafana dashboards
119
119
120
120
Go to the Dashboards panel of your Grafana workspace. You should see a list of dashboards under the ` Observability Accelerator Dashboards `
121
121
@@ -125,7 +125,7 @@ Open a specific dashboard and you should be able to view its visualization
125
125
126
126
<img width =" 2056 " alt =" cluster headlines " src =" https://user-images.githubusercontent.com/10175027/199110753-9bc7a9b7-1b45-4598-89d3-32980154080e.png " >
127
127
128
- 3 . Amazon Managed Service for Prometheus rules and alerts
128
+ ### 3. Amazon Managed Service for Prometheus rules and alerts
129
129
130
130
Open the Amazon Managed Service for Prometheus console and view the details of your workspace. Under the ` Rules management ` tab, you should find new rules deployed.
131
131
Original file line number Diff line number Diff line change @@ -33,7 +33,18 @@ Specify the AWS Region where the resources will be deployed:
33
33
export TF_VAR_aws_region=xxx
34
34
```
35
35
36
- ### 3. Instance Type
36
+ ## Deploy
37
+
38
+ Simply run this command to deploy the example
39
+
40
+ ``` bash
41
+ terraform apply
42
+ ```
43
+
44
+ ## Additional configuration (optional)
45
+
46
+
47
+ ### 1. Instance Type
37
48
38
49
Depending on your region or limitations in your account, you might need to change to a different instance type.
39
50
To do this, you can define the instance type to use:
@@ -48,15 +59,6 @@ You can override the version of the cluster also:
48
59
export TF_VAR_eks_version=xxx
49
60
```
50
61
51
-
52
- ## Deploy
53
-
54
- Simply run this command to deploy the example
55
-
56
- ``` bash
57
- terraform apply
58
- ```
59
-
60
62
## Login to your cluster
61
63
62
64
EKS Cluster details can be extracted from terraform output or from AWS Console to get the name of cluster.
Original file line number Diff line number Diff line change 1
1
# (mandatory) AWS Region where your resources will be located
2
- aws_region = " eu-central-1 "
2
+ aws_region = " "
3
3
4
4
# (mandatory) EKS Cluster name
5
5
eks_cluster_id = " eks-cluster-with-vpc"
You can’t perform that action at this time.
0 commit comments