tencent cloud

Application Performance Management
Last updated: 2025-12-04 09:16:09
Application Performance Management
Last updated: 2025-12-04 09:16:09

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
Application Performance Management APM_QCSLinkedRoleInPromInstance Service-Related Roles promInstance.apm.cloud.tencent.com
Application Performance Management APM_QCSLinkedRoleInCKafkaInstance Service-Related Roles ckafka.apm.cloud.tencent.com

APM_QCSLinkedRoleInPromInstance

Use Cases: The current role is the APM service linked role, which will access your Managed Service for Prometheus within the scope of the permissions of the associated policy.
Authorization Polices

  • Policy Name: QcloudAccessForAPMLinkedRoleInPromInstance
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "monitor:DescribePrometheusInstances",
                  "monitor:DescribePrometheusInstancesOverview"
              ],
              "resource": "*"
          }
      ]
    }

APM_QCSLinkedRoleInCKafkaInstance

Use Cases: The current role is the APM service linked role, which will access your Managed Service for CKafka within the scope of the permissions of the associated policy.
Authorization Polices

  • Policy Name: QcloudAccessForAPMLinkedRolelnCKafkaInstance
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "ckafka:DescribeInstanceAttributes",
                  "ckafka:DescribeInstances",
                  "ckafka:DescribeTopicAttributes",
                  "ckafka:DescribeRoute",
                  "ckafka:CreateRoute",
                  "ckafka:DeleteRoute",
                  "ckafka:CreateToken",
                  "ckafka:AuthorizeToken"
              ],
              "resource": "*"
          }
      ]
    }
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback