AliyunALBFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunALBFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunALBFullAccess policy: Provides full access to Application Load Balancer(ALB) via Management Console.
Policy details
Type: service system policy
Creation time: 01:37:26 on December 16, 2020
Update time: 01:37:26 on December 16, 2020
Current version: v1
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "alb:*",
"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": [
"alb.aliyuncs.com",
"logdelivery.alb.aliyuncs.com"
]
}
}
}
]
}