AliyunMongoDBFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunMongoDBFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunMongoDBFullAccess policy: Provides full access to ApsaraDB for MongoDB via Management Console.
Policy details
Type: service system policy
Creation time: 06:00:03 on June 16, 2016
Update time: 12:16:14 on February 22, 2022
Current version: v3
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "dds:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"vpc:DescribeVpcs",
"vpc:DescribeVSwitches"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "hdm:*",
"Resource": "acs:dds:*:*:*",
"Effect": "Allow"
},
{
"Action": "dms:LoginDatabase",
"Resource": "acs:dds:*:*:*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "mongodb.aliyuncs.com"
}
}
}
]
}