QuickAudience Service-linked Role (ADB Authorization)
This topic describes the application scenarios of the service-linked role (AliyunServiceRoleForQuickAudienceAdsIntegration) for QuickAudience and how to delete the service-linked role.
Background information
A service-linked role (AliyunServiceRoleForQuickAudienceAdsIntegration) for QuickAudience is a RAM role that is used to access other Alibaba Cloud services. For more information, see Service-linked Role.
Scenarios
When QuickAudience and AnalyticDB for MySQL 3.0 are jointly sold, QuickAudience automatically creates data sources. To implement this feature, you must obtain the ADB authorization (including the authorization to create users, databases, and whitelists).
AliyunServiceRoleForQuickAudienceAdsIntegration Introduction
Role name: AliyunServiceRoleForQuickAudienceAdsIntegration
Role policy: AliyunServiceRoleForQuickAudienceAdsIntegration
Permissions:
{
"Effect": "Allow",
"Action": [
"adb:DescribeDBClusterAccessWhiteList",
"adb:ModifyDBClusterAccessWhiteList",
"adb:CreateAccount"
],
"Resource": "*"
}
Delete a service-linked role
For more information about how to delete a AliyunServiceRoleForQuickAudienceAdsIntegration, see Delete Service-linked Role.