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
| <aname="input_eks_cluster_id"></a> [eks\_cluster\_id](#input\_eks\_cluster\_id)|Name of the EKS cluster|`string`| n/a | yes |
154
154
| <aname="input_enable_alertmanager"></a> [enable\_alertmanager](#input\_enable\_alertmanager)| Creates Amazon Managed Service for Prometheus AlertManager for all workloads |`bool`|`false`| no |
155
155
| <aname="input_enable_amazon_eks_adot"></a> [enable\_amazon\_eks\_adot](#input\_enable\_amazon\_eks\_adot)| Enables the ADOT Operator on the EKS Cluster |`bool`|`true`| no |
156
156
| <aname="input_enable_cert_manager"></a> [enable\_cert\_manager](#input\_enable\_cert\_manager)| Allow reusing an existing installation of cert-manager |`bool`|`true`| no |
Copy file name to clipboardExpand all lines: examples/existing-cluster-with-base-and-infra/README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ terraform init
42
42
43
43
3. AWS Region
44
44
45
-
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`.
45
+
Specify the AWS Region where the resources will be deployed. Edit the `terraform.tfvars` file and modify`aws_region="..."`. You can also use environement variables `export TF_VAR_aws_region=xxx`.
46
46
47
47
4. EKS Cluster
48
48
@@ -93,7 +93,7 @@ terraform apply
93
93
94
94
1. Prometheus datasource on Grafana
95
95
96
-
Open your Grafana workspace and under Configuration -> Data sources, you should see `aws-observability-accelerator`. Open and click `Save & test`. You should see a notification confirming that the AMP workspace is ready to be used on Grafana.
96
+
Open your Grafana workspace and under Configuration -> Data sources, you should see `aws-observability-accelerator`. Open and click `Save & test`. You should see a notification confirming that the Amazon Managed Service for Prometheus workspace is ready to be used on Grafana.
97
97
98
98
2. Grafana dashboards
99
99
@@ -105,9 +105,9 @@ Open a specific dashboard and you should be able to view its visualization
105
105
106
106
<imgwidth="1721"alt="Screenshot 2022-08-30 at 20 01 32"src="https://user-images.githubusercontent.com/10175027/187515925-67864dd1-2b35-4be0-a15e-1e36805e8b29.png">
107
107
108
-
2. Amazon Managed Service for Prometheus (AMP) rules and alerts
108
+
2. Amazon Managed Service for Prometheus rules and alerts
109
109
110
-
Open the AMP console and view the details of your workspace. Under the `Rules management` tab, you should find new rules deployed.
110
+
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.
111
111
112
112
<imgwidth="1311"alt="Screenshot 2022-08-30 at 20 22 27"src="https://user-images.githubusercontent.com/10175027/187514450-0f70b5ce-b2ee-4712-850c-c2b32db1d8d6.png">
113
113
@@ -158,10 +158,9 @@ add this `managed_prometheus_region=xxx` and `managed_prometheus_workspace_id=ws
158
158
| Name | Description | Type | Default | Required |
| <aname="input_eks_cluster_id"></a> [eks\_cluster\_id](#input\_eks\_cluster\_id)|Name of the EKS cluster|`string`| n/a | yes |
162
162
| <aname="input_grafana_api_key"></a> [grafana\_api\_key](#input\_grafana\_api\_key)| API key for authorizing the Grafana provider to make changes to Amazon Managed Grafana |`string`|`""`| no |
163
163
| <aname="input_managed_grafana_workspace_id"></a> [managed\_grafana\_workspace\_id](#input\_managed\_grafana\_workspace\_id)| Amazon Managed Grafana Workspace ID |`string`|`""`| no |
164
-
| <aname="input_managed_prometheus_endpoint"></a> [managed\_prometheus\_endpoint](#input\_managed\_prometheus\_endpoint)| Amazon Managed Service for Prometheus Workspace ID |`string`|`""`| no |
165
164
| <aname="input_managed_prometheus_workspace_id"></a> [managed\_prometheus\_workspace\_id](#input\_managed\_prometheus\_workspace\_id)| Amazon Managed Service for Prometheus Workspace ID |`string`|`""`| no |
0 commit comments