All Products
Search
Document Center

Resource Access Management:AliyunADBFullAccess

Last Updated:Jan 22, 2026

AliyunADBFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunADBFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunADBFullAccess policy: Provides full access to AnalyticDB for MySQL V3.0 via Management Console.

Policy details

  • Type: service system policy

  • Creation time: 01:34:14 on October 22, 2019

  • Update time: 02:09:03 on January 22, 2026

  • Current version: v5

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Action": "adb:*",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "adbaps:*",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "ram:ListUserBasicInfos",
      "Effect": "Allow",
      "Resource": "*"
    },
    {
      "Action": "ram:CreateServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": "ads.aliyuncs.com"
        }
      }
    },
    {
      "Action": "ram:PassRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "acs:Service": "ads.aliyuncs.com"
        }
      }
    }
  ]
}

References