文档

AliyunEHPCFullAccess

更新时间:

AliyunEHPCFullAccess 是阿里云管理的产品系统策略,您可以将 AliyunEHPCFullAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了管理弹性高性能计算(EHPC)的权限。

策略详情

  • 类型:系统策略

  • 创建时间:2018-03-09 07:02:02

  • 更新时间:2023-08-16 03:57:15

  • 当前版本:v5

策略内容

{
  "Version": "1",
  "Statement": [
    {
      "Action": [
        "ecs:DescribeZones",
        "ecs:DescribeAvailableResource",
        "ecs:DescribeSecurityGroups",
        "ecs:DescribeKeyPairs",
        "ecs:DescribeInstanceTypes",
        "ecs:DescribeInstances",
        "ecs:DescribeSpotInstanceAdvice",
        "kms:ListKeys",
        "nas:DescribeProtocolMountTarget",
        "ecs:DescribeDeploymentSets"
      ],
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": [
        "vpc:DescribeVpcs",
        "vpc:DescribeVSwitches"
      ],
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "ehpc:*",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Effect": "Allow",
      "Action": [
        "ram:GetRole",
        "ram:CreateRole",
        "ram:AttachPolicyToRole"
      ],
      "Resource": [
        "acs:ram:*:*:policy/AliyunECSInstanceForEHPCRolePolicy",
        "acs:ram:*:*:role/AliyunECSInstanceForEHPCRole"
      ]
    },
    {
      "Action": "ram:PassRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "acs:Service": "ehpc.aliyuncs.com"
        }
      }
    },
    {
      "Action": "ram:CreateServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": "ehpc.aliyuncs.com"
        }
      }
    }
  ]
}

相关文档

  • 本页导读 (1)
文档反馈