tencent cloud

Cloud Access Management
Last updated: 2025-12-04 09:16:12
Cloud Access Management
Last updated: 2025-12-04 09:16:12

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
Cloud Access Management CAM_QCSLinkedRoleInEkslog Service-Related Roles ekslog.cam.cloud.tencent.com
Cloud Access Management CAM_QCSLinkedRoleInEkslog002 Service-Related Roles ckmlog.cam.cloud.tencent.com
Cloud Access Management CAM_QCSRole Service Role cam.cloud.tencent.com

CAM_QCSLinkedRoleInEkslog

Use Cases: The current role is the CAM service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices

  • Policy Name: QcloudAccessForCAMLinkedRoleInEkslog
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "vpc:CreateAddress",
                  "sts:ListAccessKeys",
                  "sts:UpdateAccessKey",
                  "sts:DeleteAccessKey",
                  "cam:ListAccessKeys",
                  "cam:ListUsers",
                  "cam:GetUser"
              ],
              "resource": "*"
          }
      ]
    }

CAM_QCSLinkedRoleInEkslog002

Use Cases: The current role is the CAM service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices

  • Policy Name: QcloudAccessForCAMLinkedRoleInEkslog002
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "kms:CreateKey",
                  "clb:DescribeTaskStatus",
                  "vpc:CreateAddress"
              ],
              "resource": "*"
          }
      ]
    }

CAM_QCSRole

Use Cases: The current role is the CAM service role, which will access your other service resources within the scope of the permissions of the associated policy.`
Authorization Polices

  • Policy Name: QcloudAccessForCAM_QCSRole
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "cloudaudit:LookupEvents"
              ],
              "resource": "*"
          }
      ]
    }
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback