All Products
Search
Document Center

Resource Access Management:AliyunSLBFullAccess

Last Updated:Dec 28, 2023

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

Policy details

  • Type: service system policy

  • Creation time: 16:15:45 on April 28, 2015

  • Update time: 07:58:28 on May 19, 2021

  • Current version: v6

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Action": "slb:*",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "ecs:DescribeInstances",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "cms:QueryMetric*",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "ram:PassRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "acs:Service": "slb.aliyuncs.com"
        }
      }
    },
    {
      "Action": "ram:CreateServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": "logdelivery.slb.aliyuncs.com"
        }
      }
    }
  ]
}

References