tencent cloud

Cloud Access Management

Elastic MapReduce

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-05-05 09:28:28

Service roles and service-linked roles are predefined by Tencent Cloud services and, upon user authorization, the corresponding services can access and use resources by assuming these service-linked roles. This document provides detailed information on the use cases and associated authorization policies of these specific service-linked roles.

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

EMR_QCSLinkedRoleInApplicationDataAccess

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

  • Policy Name: QcloudAccessForEMRLinkedRoleInApplicationDataAccess
  • Policy Information:
    {
      "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",
                  "tccatalog:DescribeCatalogs",
                  "tccatalog:DescribeSchemaNames",
                  "tccatalog:DescribeVolumeNames",
                  "tccatalog:CreateCatalog",
                  "tccatalog:CreateSchema",
                  "tccatalog:CreateVolume",
                  "tccatalog:DescribeCatalogsByNames",
                  "tccatalog:DescribeVolumes",
                  "tccatalog:DescribeCredentials"
              ],
              "resource": "*",
              "effect": "allow"
          }
      ]
    }
    

EMR_QCSLinkedRoleInApplicationCloudResource

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

  • Policy Name: QcloudAccessForEMRLinkedRolelnCloudResource
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "emr:CreateCloudNativeResource"
              ],
              "resource": "*"
          }
      ]
    }
    

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백