AliyunECSNetworkInterfaceManagementAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunECSNetworkInterfaceManagementAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunECSNetworkInterfaceManagementAccess policy: Provides full access to ECS Network Interface.
Policy details
Type: service system policy
Creation time: 00:52:27 on May 30, 2018
Update time: 00:52:27 on May 30, 2018
Current version: v1
Policy content
{
"Version": "1",
"Statement": [
{
"Action": [
"vpc:DescribeVSwitchAttributes"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"ecs:CreateNetworkInterface",
"ecs:DeleteNetworkInterface",
"ecs:DescribeNetworkInterfaces",
"ecs:CreateNetworkInterfacePermission",
"ecs:DescribeNetworkInterfacePermissions",
"ecs:DeleteNetworkInterfacePermission"
],
"Resource": "*",
"Effect": "Allow"
}
]
}