Skip to content

Commit 0cc8dc5

Browse files
authored
Correcting the formatting issues in the markdown (#159)
1 parent 40bcc06 commit 0cc8dc5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/eks/multicluster.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This example shows how to use the [AWS Observability Accelerator](https://github
66

77
#### 1. EKS clusters
88

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+
1011
1. `eks-cluster-1`
1112
2. `eks-cluster-2`
1213

@@ -15,6 +16,7 @@ Using the example [eks-cluster-with-vpc](../../examples/eks-cluster-with-vpc/),
1516
We recommend that you create a new AMP workspace. To do that you can run the following command.
1617

1718
Ensure you have the following necessary IAM permissions
19+
1820
* `aps.CreateWorkspace`
1921

2022
```sh
@@ -41,6 +43,7 @@ As a security best practice, we will provide to Terraform a short lived API key
4143
run the `apply` or `destroy` command.
4244

4345
Ensure you have the following necessary IAM permissions
46+
4447
* `grafana.CreateWorkspaceApiKey`
4548
* `grafana.DeleteWorkspaceApiKey`
4649

@@ -61,10 +64,12 @@ terraform init
6164
#### 2. Deploy
6265

6366
Verify by looking at the file `variables.tf` that there are two EKS clusters targeted for deployment by the names/ids:
67+
6468
1. `eks-cluster-1`
6569
2. `eks-cluster-2`
6670

6771
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+
6873
* Dashboard folder and files in `AMG`
6974
* Prometheus and Java, alerting and recording rules in `AMP`
7075

0 commit comments

Comments
 (0)