tencent cloud

Cloud Access Management

문서Cloud Access ManagementBusiness Use CasesCVMAuthorizing Sub-account Access to Perform Operations on EIPs

Authorizing Sub-account Access to Perform Operations on EIPs

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 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.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백