All Products
Search
Document Center

Resource Access Management:AliyunEHPCReadOnlyAccess

Last Updated:Aug 05, 2024

AliyunEHPCReadOnlyAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunEHPCReadOnlyAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunEHPCReadOnlyAccess policy: Provides read-only access to E-HPC via Management Console.

Policy details

  • Type: service system policy

  • Creation time: 07:02:05 on March 09, 2018

  • Update time: 07:02:05 on March 09, 2018

  • Current version: v1

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Action": [
        "ehpc:Describe*",
        "ehpc:List*",
        "ecs-workbench:LoginInstance"
      ],
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Effect": "Allow",
      "Action": "ram:GetRole",
      "Resource": "acs:ram:*:*:role/AliyunECSInstanceForEHPCRole"
    },
    {
      "Action": "ram:CreateServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": "workbench.ecs.aliyuncs.com"
        }
      }
    }
  ]
}

References