AliyunEMRonACKFullAccess 是阿里云管理的产品系统策略,您可以将 AliyunEMRonACKFullAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了管理EMR on ACK的权限。
策略详情
类型:系统策略
创建时间:2025-12-30 09:23:33
更新时间:2025-12-30 09:23:33
当前版本:v1
策略内容
{
"Version": "1",
"Statement": [
{
"Action": "emrkube:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"cs:GetClusters",
"cs:DescribeClusterNodePools",
"ecs:DescribeSecurityGroups",
"ecs:DescribeInstanceTypes",
"ecs:DescribeImageSupportInstanceTypes",
"ecs:DescribeAvailableResource",
"oss:ListBuckets",
"vpc:DescribeVpcs",
"vpc:DescribeVSwitches",
"vpc:DescribeVpcAttribute",
"bss:GetPayAsYouGoPrice",
"bss:DescribePrice"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "onack.emr.aliyuncs.com"
}
}
}
]
}相关文档
该文章对您有帮助吗?