tencent cloud

Cloud Access Management

DocumentaçãoCloud Access ManagementBusiness Use CasesCVMAuthorizing Sub-account Access to Perform Operations on EIPs

Authorizing Sub-account Access to Perform Operations on EIPs

PDF
Modo Foco
Tamanho da Fonte
Última atualização: 2024-01-23 18:02:53
The enterprise account, CompanyExample (ownerUin: 12345678), has a sub-account, Developer, that requires permissions for the CVM service under the CompanyExample enterprise account. The sub-account needs to view Elastic IPs (EIPs) in the CVM Console, and use the EIPs.
Step 1: create the following policy by using policy syntax.
{
"version": "2.0",
"statement": [
{
"action": [
"cvm:AllocateAddresses",
"cvm:AssociateAddress",
"cvm:DescribeAddresses",
"cvm:DisassociateAddress",
"cvm:ModifyAddressAttribute",
"cvm:ReleaseAddresses"
],
"resource": "*",
"effect": "allow"
}
]
}
Step 2: associate the policy with the sub-account. For more information on authorization, see Authorization Management.
The following policy allows a sub-account to view the EIPs and associate them with instances. The sub-account can modify the attributes of the EIPs, disassociate them from instances, and release the EIPs.
Step 1: create the following policy by using policy syntax.
{
"version": "2.0",
"statement": [
{
"action": [
"cvm:DescribeAddresses",
"cvm:AllocateAddresses",
"cvm:AssociateAddress"
],
"resource": "*",
"effect": "allow"
}
]
}
Step 2: associate the policy with the sub-account. For more information on authorization, see Authorization Management.

Ajuda e Suporte

Esta página foi útil?

comentários