翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
アラートマネージャーの操作に必要な IAM アクセス許可を理解する
Amazon Managed Service for Prometheus でアラートマネージャーを使用するためのアクセス許可をユーザーに付与する必要があります。以下のアクセス許可を含む AWS Identity and Access Management
(IAM) ポリシーを作成し、そのポリシーをユーザー、グループ、ロールに割り当てます。
- JSON
-
-
{
"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": "*"
}
]
}