| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| Elasticsearch MapReduce | EMR_QCSLinkedRoleInApplicationDataAccess | Service-Related Roles | applicationdataaccess.emr.cloud.tencent.com |
| Elasticsearch MapReduce | EMR_QCSLinkedRoleInApplicationCloudResource | Service-Related Roles | cloudresource.emr.cloud.tencent.com |
Use Cases: The current role is the EMR service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"action": [
"cos:GetService",
"cos:GetBucket",
"cos:ListMultipartUploads",
"cos:GetObject",
"cos:HeadObject",
"cos:OptionsObject",
"cos:ListParts",
"cos:DeleteObject",
"cos:PostObject",
"cos:PutObject",
"cos:InitiateMultipartUpload",
"cos:UploadPart",
"cos:UploadPartCopy",
"cos:CompleteMultipartUpload",
"cos:AbortMultipartUpload",
"cos:AppendObject",
"cos:HeadBucket",
"cos:RenameObject",
"cos:TruncateObject",
"cos:PutSymlink",
"cos:GetSymlink"
],
"resource": "*",
"effect": "allow"
}
]
}
Use Cases: The Elastic MapReduce (EMR) service role authorizes EMR to access cloud resources and will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"emr:CreateCloudNativeResource"
],
"resource": "*"
}
]
}
Feedback