ServiceRoleForMse | MSE 服务关联角色模板对应的策略内容。 - 关联策略:ServiceRolePolicyForMse
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"vpc:CreateNetworkInterface",
"vpc:CreateNetworkInterfacePermission",
"vpc:DeleteNetworkInterface",
"vpc:DeleteNetworkInterfacePermission",
"vpc:DescribeVpcAttributes",
"vpc:DescribeSubnetAttributes",
"vpc:DescribeNetworkInterfaces",
"vpc:DescribeNetworkInterfaceAttributes",
"vpc:DescribeNetworkInterfacePermissions",
"vpc:DescribeVpcs",
"vpc:DescribeSecurityGroups",
"vpc:DescribeSecurityGroupAttributes",
"vpc:CreateSecurityGroup",
"vpc:DeleteSecurityGroup",
"vpc:AuthorizeSecurityGroupEgress",
"vpc:RevokeSecurityGroupEgress",
"vpc:DescribeSubnets",
"vpc:DescribeSubnetAttributes",
"vpc:DescribeNetworkInterfaces",
"vke:GetKubeconfig",
"vke:GetCluster",
"ecs:DescribeInstances",
"quota:GetProductQuota"
],
"Resource": [
"*"
]
}
]
}
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"sts:AssumeRole"
],
"Principal": {
"Service": [
"mse"
]
}
}
]
}
|