了解使用警示管理員所需的 IAM 許可 - Amazon Managed Service for Prometheus

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

了解使用警示管理員所需的 IAM 許可

您必須授予使用者權限,才能在 Prometheus 的 Amazon 受管服務中使用警示管理器。建立具有下列權限的 AWS Identity and Access Management (IAM) 政策,並將政策指派給您的使用者、群組或角色。

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "aps: CreateAlertManagerDefinition", "aps: DescribeAlertManagerSilence", "aps: DescribeAlertManagerDefinition", "aps: PutAlertManagerDefinition", "aps: DeleteAlertManagerDefinition", "aps: ListAlerts", "aps: ListRules", "aps: ListAlertManagerReceivers", "aps: ListAlertManagerSilences", "aps: ListAlertManagerAlerts", "aps: ListAlertManagerAlertGroups", "aps: GetAlertManagerStatus", "aps: GetAlertManagerSilence", "aps: PutAlertManagerSilences", "aps: DeleteAlertManagerSilence", "aps: CreateAlertManagerAlerts" ], "Resource": "*" } ] }