CloudWatchInternetMonitorFullAccess
描述:提供使用 Amazon CloudWatch 网络监测仪的操作的完全访问权限。还提供对其他服务的访问权限,例如 Amazon CloudWatch、Amazon EC2、Amazon CloudFront、Amazon WorkSpaces 和 Elastic Load Balancing,这些服务对于使用网络监测仪服务来监控和存储有关应用程序流量的信息是必需的。
CloudWatchInternetMonitorFullAccess 是一项 AWS 托管式策略。
使用此策略
您可以将 CloudWatchInternetMonitorFullAccess 附加到您的用户、组和角色。
策略详细信息
-
类型:AWS 托管策略
-
创建时间:2024 年 10 月 22 日 21:02 UTC
-
编辑时间:2024 年 10 月 22 日 21:02 UTC
-
ARN:
arn:aws:iam::aws:policy/CloudWatchInternetMonitorFullAccess
策略版本
策略版本:v1(默认)
此策略的默认版本是定义策略权限的版本。当使用该策略的用户或角色请求访问 AWS 资源时,AWS 会检查策略的默认版本以确定是否允许该请求。
JSON 策略文档
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "FullAccessActions", "Effect" : "Allow", "Action" : [ "internetmonitor:CreateMonitor", "internetmonitor:DeleteMonitor", "internetmonitor:GetHealthEvent", "internetmonitor:GetInternetEvent", "internetmonitor:GetMonitor", "internetmonitor:GetQueryResults", "internetmonitor:GetQueryStatus", "internetmonitor:Link", "internetmonitor:ListHealthEvents", "internetmonitor:ListInternetEvents", "internetmonitor:ListMonitors", "internetmonitor:ListTagsForResource", "internetmonitor:StartQuery", "internetmonitor:StopQuery", "internetmonitor:TagResource", "internetmonitor:UntagResource", "internetmonitor:UpdateMonitor" ], "Resource" : "*" }, { "Sid" : "ServiceLinkedRoleActions", "Effect" : "Allow", "Action" : "iam:CreateServiceLinkedRole", "Resource" : "arn:aws:iam::*:role/aws-service-role/internetmonitor.amazonaws.com/AWSServiceRoleForInternetMonitor", "Condition" : { "StringEquals" : { "iam:AWSServiceName" : "internetmonitor.amazonaws.com" } } }, { "Sid" : "RolePolicyActions", "Effect" : "Allow", "Action" : [ "iam:AttachRolePolicy" ], "Resource" : "arn:aws:iam::*:role/aws-service-role/internetmonitor.amazonaws.com/AWSServiceRoleForInternetMonitor", "Condition" : { "ArnEquals" : { "iam:PolicyARN" : "arn:aws:iam::aws:policy/aws-service-role/CloudWatchInternetMonitorServiceRolePolicy" } } }, { "Sid" : "ReadOnlyActions", "Effect" : "Allow", "Action" : [ "cloudwatch:GetMetricData", "cloudfront:GetDistribution", "cloudfront:ListDistributions", "ec2:DescribeVpcs", "elasticloadbalancing:DescribeLoadBalancers", "logs:DescribeLogGroups", "logs:GetQueryResults", "logs:StartQuery", "logs:StopQuery", "workspaces:DescribeWorkspaceDirectories" ], "Resource" : "*" } ] }