This topic describes the service-linked role that is automatically generated after the current logon account is granted the permissions to use EventBridge resources in DataWorks.
Background information
To use EventBridge to subscribe to and consume event messages that are generated in your workspace, the account that you use to log on to DataWorks must be granted the permissions to access your EventBridge resources. After the authorization is complete, the service-link role AliyunServiceRoleForDataWorksOpenPlatform is generated in the Resource Access Management (RAM) console. This role is used to access your resources in other Alibaba Cloud services from DataWorks Open Platform. For more information about service-linked roles in RAM, see Service-linked roles.
View the permissions of the AliyunServiceRoleForDataWorksOpenPlatform role
Delete the AliyunServiceRoleForDataWorksOpenPlatform role
- Log on to the RAM console. In the left-side navigation pane, choose .
- On the Roles page, enter AliyunServiceRoleForDataWorksOpenPlatform in the search box and click the search icon. The RAM role named AliyunServiceRoleForDataWorksOpenPlatform appears.
- Click Delete in the Actions column.
FAQ
Problem description: Why is the service-linked role AliyunServiceRoleForDataWorksOpenPlatform not automatically created for a RAM user of my Alibaba Cloud account?
{
"Statement": [
{
"Action": [
"ram:CreateServiceLinkedRole"
],
"Resource": "acs:ram:*:ID of your Alibaba Cloud account:role/*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"openplatform.dataworks.aliyuncs.com"
]
}
}
}
],
"Version":"1"
}