기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
AWSOpsWorksCMServiceRole
설명: OpsWorks CM 서버 생성에 사용할 서비스 역할 정책입니다.
AWSOpsWorksCMServiceRole
AWS 관리형 정책입니다.
이 정책 사용
사용자, 그룹 및 역할에 AWSOpsWorksCMServiceRole
를 연결할 수 있습니다.
정책 세부 정보
-
유형: 서비스 역할 정책
-
생성 시간: 2016년 11월 24일, 09:49 UTC
-
편집된 시간: 2021년 4월 23일, 17:32 UTC
-
ARN:
arn:aws:iam::aws:policy/service-role/AWSOpsWorksCMServiceRole
정책 버전
정책 버전: v14(기본값)
정책의 기본 버전은 정책에 대한 권한을 정의하는 버전입니다. 정책을 사용하는 사용자 또는 역할이 AWS 리소스에 대한 액세스를 요청하면 정책의 기본 버전을 AWS 확인하여 요청을 허용할지 여부를 결정합니다.
JSON 정책 문서
{ "Version" : "2012-10-17", "Statement" : [ { "Effect" : "Allow", "Resource" : [ "arn:aws:s3:::aws-opsworks-cm-*" ], "Action" : [ "s3:CreateBucket", "s3:DeleteObject", "s3:DeleteBucket", "s3:GetObject", "s3:ListBucket", "s3:PutBucketPolicy", "s3:PutObject", "s3:GetBucketTagging", "s3:PutBucketTagging" ] }, { "Effect" : "Allow", "Resource" : [ "*" ], "Action" : [ "tag:UntagResources", "tag:TagResources" ] }, { "Effect" : "Allow", "Resource" : [ "*" ], "Action" : [ "ssm:DescribeInstanceInformation", "ssm:GetCommandInvocation", "ssm:ListCommandInvocations", "ssm:ListCommands" ] }, { "Effect" : "Allow", "Resource" : [ "*" ], "Condition" : { "StringLike" : { "ssm:resourceTag/aws:cloudformation:stack-name" : "aws-opsworks-cm-*" } }, "Action" : [ "ssm:SendCommand" ] }, { "Effect" : "Allow", "Resource" : [ "arn:aws:ssm:*::document/*", "arn:aws:s3:::aws-opsworks-cm-*" ], "Action" : [ "ssm:SendCommand" ] }, { "Effect" : "Allow", "Resource" : [ "*" ], "Action" : [ "ec2:AllocateAddress", "ec2:AssociateAddress", "ec2:AuthorizeSecurityGroupIngress", "ec2:CreateImage", "ec2:CreateSecurityGroup", "ec2:CreateSnapshot", "ec2:CreateTags", "ec2:DeleteSecurityGroup", "ec2:DeleteSnapshot", "ec2:DeregisterImage", "ec2:DescribeAccountAttributes", "ec2:DescribeAddresses", "ec2:DescribeImages", "ec2:DescribeInstanceStatus", "ec2:DescribeInstances", "ec2:DescribeSecurityGroups", "ec2:DescribeSnapshots", "ec2:DescribeSubnets", "ec2:DisassociateAddress", "ec2:ReleaseAddress", "ec2:RunInstances", "ec2:StopInstances" ] }, { "Effect" : "Allow", "Resource" : [ "*" ], "Condition" : { "StringLike" : { "ec2:ResourceTag/aws:cloudformation:stack-name" : "aws-opsworks-cm-*" } }, "Action" : [ "ec2:TerminateInstances", "ec2:RebootInstances" ] }, { "Effect" : "Allow", "Resource" : [ "arn:aws:opsworks-cm:*:*:server/*" ], "Action" : [ "opsworks-cm:DeleteServer", "opsworks-cm:StartMaintenance" ] }, { "Effect" : "Allow", "Resource" : [ "arn:aws:cloudformation:*:*:stack/aws-opsworks-cm-*" ], "Action" : [ "cloudformation:CreateStack", "cloudformation:DeleteStack", "cloudformation:DescribeStackEvents", "cloudformation:DescribeStackResources", "cloudformation:DescribeStacks", "cloudformation:UpdateStack" ] }, { "Effect" : "Allow", "Resource" : [ "arn:aws:iam::*:role/aws-opsworks-cm-*", "arn:aws:iam::*:role/service-role/aws-opsworks-cm-*" ], "Action" : [ "iam:PassRole" ] }, { "Effect" : "Allow", "Resource" : "*", "Action" : [ "acm:DeleteCertificate", "acm:ImportCertificate" ] }, { "Effect" : "Allow", "Resource" : "arn:aws:secretsmanager:*:*:opsworks-cm!aws-opsworks-cm-secrets-*", "Action" : [ "secretsmanager:CreateSecret", "secretsmanager:GetSecretValue", "secretsmanager:UpdateSecret", "secretsmanager:DeleteSecret", "secretsmanager:TagResource", "secretsmanager:UntagResource" ] }, { "Effect" : "Allow", "Action" : "ec2:DeleteTags", "Resource" : [ "arn:aws:ec2:*:*:instance/*", "arn:aws:ec2:*:*:elastic-ip/*", "arn:aws:ec2:*:*:security-group/*" ] } ] }