tencent cloud

Feedback

Authorizing Sub-account Access to Perform Operations on EIPs

Last updated: 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.
Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support