| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| Cloud Migration | CMG_QCSLinkedRoleInCredentialAccess | Service-Related Roles | credentialaccess.cmg.cloud.tencent.com |
Use Cases: The role is used to authorize the CMG to access Tencent cloud resources such as SSM and COS without requiring the user to host the key, which makes the operation more efficient and secure.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"ssm:GetSecretValue",
"ssm:DescribeSecret",
"cos:HeadObject",
"cos:GetObject"
],
"resource": "*"
}
]
}
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários