AliyunALBFullAccess 是阿里云管理的產品系統策略,您可以將 AliyunALBFullAccess 授權給 RAM 身份(RAM 用戶、RAM 用戶組和 RAM 角色),本策略定義了管理應用型負載均衡服務(ALB)的權限。
策略詳情
類型:系統策略
創建時間:2020-12-16 01:37:26
更新時間:2020-12-16 01:37:26
當前版本:v1
策略內容
{
"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"
]
}
}
}
]
}
相關文檔
文檔內容是否對您有幫助?