AWS eks documentation change
Summary
Added 'edit scrapers' option and updated API references to include UpdateScraper link
Security assessment
The change adds documentation about editing scrapers and updates API references but doesn't address security vulnerabilities or introduce security features.
Diff
diff --git a/eks/latest/userguide/prometheus.md b/eks/latest/userguide/prometheus.md index 0fc397416..dbecb0c8b 100644 --- a//eks/latest/userguide/prometheus.md +++ b//eks/latest/userguide/prometheus.md @@ -93 +93 @@ For more information about how to use the Prometheus metrics after you turn them -To manage scrapers, choose the **Observability** tab in the Amazon EKS console. A table shows a list of scrapers for the cluster, including information such as the scraper ID, alias, status, and creation date. You can add more scrapers, delete scrapers, or view more information about the current scrapers. +To manage scrapers, choose the **Observability** tab in the Amazon EKS console. A table shows a list of scrapers for the cluster, including information such as the scraper ID, alias, status, and creation date. You can add more scrapers, edit scrapers, delete scrapers, or view more information about the current scrapers. @@ -95 +95 @@ To manage scrapers, choose the **Observability** tab in the Amazon EKS console. -To see more details about a scraper, choose the scraper ID link. For example, you can view the ARN, environment, workspace ID, IAM role, configuration, and networking information. You can use the scraper ID as input to Amazon Managed Service for Prometheus API operations like `DescribeScraper` and `DeleteScraper`. For more information on using the Prometheus API, see the [Amazon Managed Service for Prometheus API Reference](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-APIReference.html). +To see more details about a scraper, choose the scraper ID link. For example, you can view the ARN, environment, workspace ID, IAM role, configuration, and networking information. You can use the scraper ID as input to Amazon Managed Service for Prometheus API operations like [`DescribeScraper`](https://docs.aws.amazon.com/prometheus/latest/APIReference/API_DescribeScraper.html), [`UpdateScraper`](https://docs.aws.amazon.com/prometheus/latest/APIReference/API_UpdateScraper.html), and [`DeleteScraper`](https://docs.aws.amazon.com/prometheus/latest/APIReference/API_DeleteScraper.html). For more information on using the Prometheus API, see the [Amazon Managed Service for Prometheus API Reference](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-APIReference.html).