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
Copy file name to clipboardExpand all lines: docs/eks/multicluster.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ This example shows how to use the [AWS Observability Accelerator](https://github
6
6
7
7
#### 1. EKS clusters
8
8
9
-
Using the example [eks-cluster-with-vpc](../../examples/eks-cluster-with-vpc/), create two EKS clusters with the names:
9
+
Using the example [eks-cluster-with-vpc](https://aws-observability.github.io/terraform-aws-observability-accelerator/helpers/new-eks-cluster/), create two EKS clusters with the names:
10
+
10
11
1.`eks-cluster-1`
11
12
2.`eks-cluster-2`
12
13
@@ -15,6 +16,7 @@ Using the example [eks-cluster-with-vpc](../../examples/eks-cluster-with-vpc/),
15
16
We recommend that you create a new AMP workspace. To do that you can run the following command.
16
17
17
18
Ensure you have the following necessary IAM permissions
19
+
18
20
*`aps.CreateWorkspace`
19
21
20
22
```sh
@@ -41,6 +43,7 @@ As a security best practice, we will provide to Terraform a short lived API key
41
43
run the `apply` or `destroy` command.
42
44
43
45
Ensure you have the following necessary IAM permissions
46
+
44
47
*`grafana.CreateWorkspaceApiKey`
45
48
*`grafana.DeleteWorkspaceApiKey`
46
49
@@ -61,10 +64,12 @@ terraform init
61
64
#### 2. Deploy
62
65
63
66
Verify by looking at the file `variables.tf` that there are two EKS clusters targeted for deployment by the names/ids:
67
+
64
68
1.`eks-cluster-1`
65
69
2.`eks-cluster-2`
66
70
67
71
The difference in deployment between these clusters is that Terraform, when setting up the EKS cluster behind variable `eks_cluster_1_id` for observability, also sets up:
72
+
68
73
* Dashboard folder and files in `AMG`
69
74
* Prometheus and Java, alerting and recording rules in `AMP`
0 commit comments