AliyunGWLBFullAccess 是阿里云管理的产品系统策略,您可以将 AliyunGWLBFullAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了管理网关型负载均衡服务(GWLB)的权限。
策略详情
类型:系统策略
创建时间:2024-08-23 15:15:21
更新时间:2024-08-23 15:15:21
当前版本:v1
策略内容
{
"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"
]
}
}
}
]
}