All Products
Search
Document Center

Resource Access Management:AliyunECSWorkbenchFullAccess

Last Updated:Dec 28, 2023

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

Policy details

  • Type: service system policy

  • Creation time: 05:37:44 on August 23, 2023

  • Update time: 05:37:44 on August 23, 2023

  • Current version: v1

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Action": "ecs-workbench:LoginInstance",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "ram:CreateServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": "workbench.ecs.aliyuncs.com"
        }
      }
    }
  ]
}

References