기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
AmazonDevOpsGuruServiceRolePolicy
설명: Amazon DevOpsGuru가 리소스에 액세스하는 데 필요한 서비스 연결 역할입니다.
AmazonDevOpsGuruServiceRolePolicy
은(는) AWS 관리형 정책입니다.
이 정책 사용
이 정책은 서비스에서 사용자를 대신하여 작업을 수행할 수 있도록 서비스 연결 역할에 연결됩니다. 사용자, 그룹 또는 역할에 정책을 연결할 수 없습니다.
정책 세부 정보
-
유형: 서비스 연결 역할 정책
-
생성 시간: 2020년 12월 1일, 10:24 UTC
-
편집된 시간: 2023년 1월 10일, 14:36 UTC
-
ARN:
arn:aws:iam::aws:policy/aws-service-role/AmazonDevOpsGuruServiceRolePolicy
정책 버전
정책 버전: v9(기본값)
정책의 기본 버전은 정책에 대한 권한을 정의하는 버전입니다. 정책이 있는 사용자 또는 역할이 AWS 리소스에 대한 액세스를 요청하면는 정책의 기본 버전을 AWS 확인하여 요청을 허용할지 여부를 결정합니다.
JSON 정책 문서
{ "Version" : "2012-10-17", "Statement" : [ { "Effect" : "Allow", "Action" : [ "autoscaling:DescribeAutoScalingGroups", "cloudtrail:LookupEvents", "cloudwatch:GetMetricData", "cloudwatch:ListMetrics", "cloudwatch:DescribeAnomalyDetectors", "cloudwatch:DescribeAlarms", "cloudwatch:ListDashboards", "cloudwatch:GetDashboard", "cloudformation:GetTemplate", "cloudformation:ListStacks", "cloudformation:ListStackResources", "cloudformation:DescribeStacks", "cloudformation:ListImports", "codedeploy:BatchGetDeployments", "codedeploy:GetDeploymentGroup", "codedeploy:ListDeployments", "config:DescribeConfigurationRecorderStatus", "config:GetResourceConfigHistory", "events:ListRuleNamesByTarget", "xray:GetServiceGraph", "organizations:ListRoots", "organizations:ListChildren", "organizations:ListDelegatedAdministrators", "pi:GetResourceMetrics", "tag:GetResources", "lambda:GetFunction", "lambda:GetFunctionConcurrency", "lambda:GetAccountSettings", "lambda:ListProvisionedConcurrencyConfigs", "lambda:ListAliases", "lambda:ListEventSourceMappings", "lambda:GetPolicy", "ec2:DescribeSubnets", "application-autoscaling:DescribeScalableTargets", "application-autoscaling:DescribeScalingPolicies", "sqs:GetQueueAttributes", "kinesis:DescribeStream", "kinesis:DescribeLimits", "dynamodb:DescribeTable", "dynamodb:DescribeLimits", "dynamodb:DescribeContinuousBackups", "dynamodb:DescribeStream", "dynamodb:ListStreams", "elasticloadbalancing:DescribeLoadBalancers", "elasticloadbalancing:DescribeLoadBalancerAttributes", "rds:DescribeDBInstances", "rds:DescribeDBClusters", "rds:DescribeOptionGroups", "rds:DescribeDBClusterParameters", "rds:DescribeDBInstanceAutomatedBackups", "rds:DescribeAccountAttributes", "logs:DescribeLogGroups", "logs:DescribeLogStreams", "s3:GetBucketNotification", "s3:GetBucketPolicy", "s3:GetBucketPublicAccessBlock", "s3:GetBucketTagging", "s3:GetBucketWebsite", "s3:GetIntelligentTieringConfiguration", "s3:GetLifecycleConfiguration", "s3:GetReplicationConfiguration", "s3:ListAllMyBuckets", "s3:ListStorageLensConfigurations", "servicequotas:GetServiceQuota", "servicequotas:ListRequestedServiceQuotaChangeHistory", "servicequotas:ListServiceQuotas" ], "Resource" : "*" }, { "Sid" : "AllowPutTargetsOnASpecificRule", "Effect" : "Allow", "Action" : [ "events:PutTargets", "events:PutRule" ], "Resource" : "arn:aws:events:*:*:rule/DevOps-Guru-managed-*" }, { "Sid" : "AllowCreateOpsItem", "Effect" : "Allow", "Action" : [ "ssm:CreateOpsItem" ], "Resource" : "*" }, { "Sid" : "AllowAddTagsToOpsItem", "Effect" : "Allow", "Action" : [ "ssm:AddTagsToResource" ], "Resource" : "arn:aws:ssm:*:*:opsitem/*" }, { "Sid" : "AllowAccessOpsItem", "Effect" : "Allow", "Action" : [ "ssm:GetOpsItem", "ssm:UpdateOpsItem" ], "Resource" : "*", "Condition" : { "StringEquals" : { "aws:ResourceTag/DevOps-GuruInsightSsmOpsItemRelated" : "true" } } }, { "Sid" : "AllowCreateManagedRule", "Effect" : "Allow", "Action" : "events:PutRule", "Resource" : "arn:aws:events:*:*:rule/DevOpsGuruManagedRule*" }, { "Sid" : "AllowAccessManagedRule", "Effect" : "Allow", "Action" : [ "events:DescribeRule", "events:ListTargetsByRule" ], "Resource" : "arn:aws:events:*:*:rule/DevOpsGuruManagedRule*" }, { "Sid" : "AllowOtherOperationsOnManagedRule", "Effect" : "Allow", "Action" : [ "events:DeleteRule", "events:EnableRule", "events:DisableRule", "events:PutTargets", "events:RemoveTargets" ], "Resource" : "arn:aws:events:*:*:rule/DevOpsGuruManagedRule*", "Condition" : { "StringEquals" : { "events:ManagedBy" : "devops-guru.amazonaws.com" } } }, { "Sid" : "AllowTagBasedFilterLogEvents", "Effect" : "Allow", "Action" : [ "logs:FilterLogEvents" ], "Resource" : "arn:aws:logs:*:*:log-group:*", "Condition" : { "StringEquals" : { "aws:ResourceTag/DevOps-Guru-Analysis" : "true" } } }, { "Sid" : "AllowAPIGatewayGetIntegrations", "Effect" : "Allow", "Action" : "apigateway:GET", "Resource" : [ "arn:aws:apigateway:*::/restapis/??????????", "arn:aws:apigateway:*::/restapis/*/resources", "arn:aws:apigateway:*::/restapis/*/resources/*/methods/*/integration" ] } ] }