All Products
Search
Document Center

PolarDB:Service-linked role for PolarDB

Last Updated:Aug 24, 2026

This topic describes the scenarios of the service-linked role for PolarDB (AliyunServiceRoleForPolarDB) and how to delete it.

Background information

The service-linked role for PolarDB (AliyunServiceRoleForPolarDB) is a RAM role provided to obtain access permissions to other cloud services when PolarDB needs to implement a specific feature.

Scenarios

AliyunServiceRoleForPolarDB overview

Role name: AliyunServiceRoleForPolarDB

Role policy: AliyunServiceRolePolicyForPolarDB

Permissions:

{
    "Action": [
      "pvtz:DescribeUserServiceStatus",
      "pvtz:DescribeZones",
      "pvtz:DescribeZoneInfo",
      "pvtz:DescribeZoneRecords",
      "pvtz:CheckZoneName",
      "pvtz:AddZone",
      "pvtz:BindZoneVpc",
      "pvtz:DeleteZone",
      "pvtz:AddZoneRecord",
      "pvtz:UpdateZoneRecord",
      "pvtz:DeleteZoneRecord",
      "dts:CreateDtsInstance",
      "dts:ConfigureDtsJob",
      "dts:StartDtsJob",
      "dts:DescribePreCheckStatus",
      "dts:DescribeDtsJobDetail",
      "dts:DescribeDtsJobs",
      "dts:ModifyDtsJob",
      "dts:SuspendDtsJob",
      "dts:StopDtsJob",
      "dts:DeleteDtsJob"
    ],
    "Resource": "*",
    "Effect": "Allow"
  }

Delete a service-linked role

To delete AliyunServiceRoleForPolarDB (service-linked role), you must first release the PolarDB clusters that depend on this service-linked role.

  • For more information about how to release a PolarDB cluster, seeRelease a cluster