翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
CloudWatchAgentServerPolicy
説明: サーバー AmazonCloudWatchAgent で を使用するために必要なアクセス許可
CloudWatchAgentServerPolicy
は AWS マネージドポリシー です。
このポリシーを使用すると
ユーザー、グループおよびロールに CloudWatchAgentServerPolicy
をアタッチできます。
ポリシーの詳細
-
タイプ: AWS 管理ポリシー
-
作成日時: 2018 年 3 月 7 日 01:06 UTC
-
編集日時: 2024 年 2 月 6 日 16:37 UTC
-
ARN:
arn:aws:iam::aws:policy/CloudWatchAgentServerPolicy
ポリシーのバージョン
ポリシーのバージョン: v3 (デフォルト)
ポリシーのデフォルトバージョンは、ポリシーのアクセス許可を定義するバージョンです。ポリシーを持つユーザーまたはロールが AWS リソースへのアクセスをリクエストすると、 はポリシーのデフォルトバージョン AWS をチェックして、リクエストを許可するかどうかを判断します。
JSON ポリシードキュメント
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "CWACloudWatchServerPermissions", "Effect" : "Allow", "Action" : [ "cloudwatch:PutMetricData", "ec2:DescribeVolumes", "ec2:DescribeTags", "logs:PutLogEvents", "logs:PutRetentionPolicy", "logs:DescribeLogStreams", "logs:DescribeLogGroups", "logs:CreateLogStream", "logs:CreateLogGroup", "xray:PutTraceSegments", "xray:PutTelemetryRecords", "xray:GetSamplingRules", "xray:GetSamplingTargets", "xray:GetSamplingStatisticSummaries" ], "Resource" : "*" }, { "Sid" : "CWASSMServerPermissions", "Effect" : "Allow", "Action" : [ "ssm:GetParameter" ], "Resource" : "arn:aws:ssm:*:*:parameter/AmazonCloudWatch-*" } ] }