Product | Role Name | Role Types | Role Entity |
---|---|---|---|
Cloud Virtual Machine | CVM_QCSLinkedRoleInCbsInit | Service-Related Roles | cbsinit.cvm.cloud.tencent.com |
Cloud Virtual Machine | CVM_QCSLinkedRoleInCVMSmartDiagnostic | Service-Related Roles | cvmsmartdiagnostic.cvm.cloud.tencent.com |
Use Cases: The current role is the CVM 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": [
{
"effect": "allow",
"resource": [
"*"
],
"action": [
"tat:RunCommand",
"tat:DescribeInvocations",
"tat:DescribeInvocationTasks",
"tat:DescribeAutomationAgentStatus"
]
}
]
}
Use Cases: The current role is the CVM 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": [
"tat:DescribeAutomationAgentStatus",
"tat:RunCommand",
"tat:DescribeInvocationTasks",
"cwp:DescribeMachineInfo",
"cwp:DescribeMalWareList",
"cwp:DescribeHostLoginList",
"cwp:DescribeBruteAttackList",
"cwp:DescribeRiskDnsList",
"cwp:DescribeBashEvents"
],
"resource": "*",
"effect": "allow"
}
]
}
문제 해결에 도움이 되었나요?