All Products
Search
Document Center

Resource Access Management:AliyunServiceRolePolicyForGovernanceCloudNativeBlueprint

Last Updated:Dec 28, 2023

AliyunServiceRolePolicyForGovernanceCloudNativeBlueprint is the authorization policy dedicated to a service-linked role. The policy is automatically attached to a service role when the service role is created. Then, the service-linked role is authorized to access other cloud services. This policy is updated by the relevant Alibaba Cloud service. Do not attach this policy to a RAM identity other than a service-linked role.

Policy details

  • Type: service system policy

  • Creation time: 08:39:25 on December 22, 2022

  • Update time: 02:24:48 on July 19, 2023

  • Current version: v5

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "ros:GetStack",
        "ros:CreateStack",
        "ros:ContinueCreateStack",
        "ros:UpdateStack"
      ],
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "ecs:ImportKeyPair",
        "ecs:DescribeKeyPairs",
        "ecs:ListTagResources",
        "vpc:CreateVpc",
        "vpc:DescribeVpcs",
        "vpc:DescribeVSwitchAttributes",
        "vpc:CreateVSwitch",
        "vpc:CreateNatGateway",
        "vpc:DescribeNatGateways",
        "vpc:AllocateEipAddress",
        "vpc:AssociateEipAddress",
        "vpc:DescribeEipAddresses",
        "vpc:CreateSnatEntry",
        "vpc:ListTagResources",
        "vpc:DescribeSnatTableEntries",
        "vpc:DescribeRouteTableList",
        "cs:CreateCluster",
        "cs:DescribeClusterResources",
        "cs:DescribeClusterDetail",
        "cs:DescribeClusterNodePools",
        "cs:DescribeClusterNodePoolDetail",
        "cs:DescribeClusterCerts",
        "cs:DescribeClusterUserKubeconfig",
        "cs:CreateClusterNodePool",
        "cs:AttachInstances",
        "cs:DescribeClusterNodePoolDetail",
        "cs:DescribeClusterNodes",
        "cs:DescribeUserPermission",
        "cs:GrantPermissions",
        "cs:GetClusters"
      ],
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": "ram:CreateServiceLinkedRole",
      "Resource": "*",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": [
            "nat.aliyuncs.com"
          ]
        }
      }
    },
    {
      "Effect": "Allow",
      "Action": [
        "ram:ListRoles"
      ],
      "Resource": "acs:ram:*:*:role/*"
    },
    {
      "Effect": "Allow",
      "Action": "ram:GetRole",
      "Resource": "acs:ram:*:*:role/resourcedirectoryaccountaccessrole"
    },
    {
      "Action": "ram:DeleteServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": "blueprint-cloud-native.governance.aliyuncs.com"
        }
      }
    }
  ]
}

References