All Products
Search
Document Center

Resource Access Management:AliyunGWLBFullAccess

Last Updated:Aug 23, 2024

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

Policy details

  • Type: service system policy

  • Creation time: 15:15:21 on August 23, 2024

  • Update time: 15:15:21 on August 23, 2024

  • Current version: v1

Policy content

{
    "Version": "1",
    "Statement": [
        {
            "Action": "gwlb:*",
            "Resource": "*",
            "Effect": "Allow"
        },
        {
            "Action": [
                "ecs:DescribeInstances",
                "ecs:DescribeNetworkInterfaces",
                "eci:DescribeContainerGroups",
                "cms:QueryMetricList",
                "vpc:DescribeVpcs",
                "vpc:DescribeVSwitches"
            ],
            "Resource": "*",
            "Effect": "Allow"
        },
        {
            "Action": "ram:CreateServiceLinkedRole",
            "Resource": "*",
            "Effect": "Allow",
            "Condition": {
                "StringEquals": {
                    "ram:ServiceName": [
                        "gwlb.aliyuncs.com"
                    ]
                }
            }
        }
    ]
}

References