Use resource groups for fine-grained access control

Updated at:

You can use Resource Group to manage Global Accelerator (GA) resources as a collection and apply Resource Access Management (RAM) policies that authorize actions only on resources within a specific group. This lets you enforce the principle of least privilege (PoLP) in your Alibaba Cloud account.

Note

You can scope permissions to a resource group only for supported resource types and actions. For unsupported actions, any resource group scope in a policy is ignored, and permissions must be granted at the account level instead.

How it works

Resource groups organize your resources by project or environment. Once resources are grouped, you can attach a RAM policy to an identity (such as a RAM user, user group, or role) that scopes its permissions exclusively to that group. For more information, see Resource grouping and authorization.

This approach provides two key benefits:

  • Fine-grained access control: Instead of granting account-wide permissions, you can limit an identity's access to only the resources within a specific group. This helps isolate project-specific workloads and reduce the risk of unintended access.

  • Simplified management: When new resources are added to a resource group, RAM identities with permissions scoped to that group automatically gain access. You do not need to update RAM policies each time a new resource is created.

Grant resource group-level permissions to a RAM user

This section demonstrates how to grant a RAM user permission to access only the resources of Global Accelerator (GA) within a specific resource group.

1. Prerequisites

2. Grant permissions

You can grant resource group-level permissions from either the Resource Management console or the RAM console.

Resource Management console

  • Log on to the Resource Management console.

  • On the Resource Group page, find the target resource group and click Permission Management in the Actions column.

  • On the Permissions tab, click Grant Permission.

  • In the Grant Permission panel, configure the principal and access policy.

  • Click OK.

For more information, see Grant permissions on resource groups to a RAM identity.

RAM console

  • Log on to the RAM console using an Alibaba Cloud account or a RAM administrator account.

  • In the navigation pane on the left, choose Identities > Users. On the Users page, find the target RAM user and click Attach Policy in the Actions column.

  • In the Attach Policy panel, add permissions for the RAM user.

    • Resource Scope: Select Resource Group.

    • Principal: Select an existing RAM user or the RAM user created in the previous step.

    • Policy: Select a System Policy or a Custom Policy. For more information, see Create a custom permission policy.

  • Click OK.

For more information, see Manage RAM user permissions.

Supported resources

The following resources from Global Accelerator (GA) support resource group-level authorization:

Alibaba Cloud service

Service code

Resource type

Global Accelerator (GA)

ga

accelerator : standard instance

Global Accelerator (GA)

ga

acl : ACL

Global Accelerator (GA)

ga

bandwidthpackage : bandwidth plan

Global Accelerator (GA)

ga

basicaccelerator : basic instance

Note

To request support for resource types not listed here, submit feedback via Resource Management console.

image

Unsupported actions

The following actions of Global Accelerator (GA) do not support resource group-level authorization:

Action

Description

ga:CheckServiceLinkedRoleForDeleting

-

ga:CheckTrialQualification

-

ga:CopyTrialAcceleratorConfig

-

ga:CreateCustomRoutingEndpoints

Creates endpoints for a custom routing listener.

ga:CreateTrialAccelerator

-

ga:DeleteCustomRoutingEndpointGroupDestinations

Deletes mappings from an endpoint group that is associated with a custom routing listener.

ga:DeleteCustomRoutingEndpointGroups

Deletes multiple endpoint groups that are associated with a custom routing listener.

ga:DeleteCustomRoutingEndpoints

Deletes endpoints from a custom routing listener.

ga:DescribeAcceleratorPrice

-

ga:DescribeAcceleratorServiceStatus

Queries the status of a pay-as-you-go Global Accelerator (GA) instance.

ga:DescribeBandwidthPackageAutoRenewAttribute

Queries the auto-renewal status of a bandwidth plan.

ga:DescribeCommodity

Queries information about commodities.

ga:DescribeCommodityPrice

Queries the prices of commodities.

ga:DescribeCustomRoutingEndpoint

Queries a specified endpoint that is associated with a custom routing listener.

ga:DescribeRegions

Queries the regions where Global Accelerator (GA) instances are deployed.

ga:DescribeTrialAccelerator

-

ga:DescriberCommodity

-

ga:DescriberCommodityPrice

-

ga:GetInvalidDomainCount

Queries the number of invalid domain names.

ga:ListAccelerateAreas

Queries available acceleration areas and regions.

ga:ListApplicationMonitor

Queries origin probing tasks.

ga:ListApplicationMonitorDetectResult

Queries the diagnostic results of origin probing tasks.

ga:ListBusiRegions

Queries the acceleration regions that are supported by Global Accelerator (GA).

ga:ListCommonAreas

Queries available acceleration areas and regions.

ga:ListCrossBorderCdtUsageDetailForGa

-

ga:ListCrossBorderPackageForCompliance

-

ga:ListCrossBorderPackageUsageDetail

-

ga:ListCustomRoutingPortMappingsByDestination

Queries the port mapping table of a specified backend instance that is associated with a custom routing listener.

ga:ListEips

-

ga:ListEndpointChangeRecord

-

ga:ListGaCrossBorderPackageForComplianceCheck

-

ga:ListIspTypes

Queries the line types of elastic IP addresses (EIPs) that are supported in an acceleration region.

ga:ListSystemSecurityPolicies

Queries the TLS security policies that are supported by HTTPS listeners.

ga:ListTrialAccelerators

-

ga:OpenAcceleratorService

Activates the pay-as-you-go Global Accelerator (GA) service. If you want to use pay-as-you-go GA instances, you must activate the pay-as-you-go GA service first.

ga:QueryCrossBorderApprovalStatus

Queries the approval status of cross-border permissions for an Alibaba Cloud account (main account).

ga:QueryCrossPrivatePermission

-

ga:TagResources

Adds tags to Global Accelerator (GA) resources.

ga:UntagResources

Removes tags from Global Accelerator (GA) resources.

ga:UpdateBandwidthPackagaAutoRenewAttribute

Changes the auto-renewal status of a bandwidth plan.

ga:UpdateCustomRoutingEndpoints

Modifies the endpoints of a custom routing listener.

ga:UpdateDomain

Modifies an accelerated domain name.

ga:UpdateDomainState

Updates the ICP filing status of an accelerated domain name.

ga:VerifyGaCrossBorderPackageForCompliance

-

For these actions, you must create a custom policy with the scope set to Account.

image.pngCustomize the following policy examples to suit your needs:

  • Allow read-only access

    {
      "Version": "1",
      "Statement": [
        {
          "Effect": "Allow",
          "Action": [
            "ga:CheckServiceLinkedRoleForDeleting",
            "ga:CheckTrialQualification",
            "ga:DescribeAcceleratorPrice",
            "ga:DescribeAcceleratorServiceStatus",
            "ga:DescribeBandwidthPackageAutoRenewAttribute",
            "ga:DescribeCommodity",
            "ga:DescribeCommodityPrice",
            "ga:DescribeCustomRoutingEndpoint",
            "ga:DescribeRegions",
            "ga:DescribeTrialAccelerator",
            "ga:DescriberCommodity",
            "ga:DescriberCommodityPrice",
            "ga:GetInvalidDomainCount",
            "ga:ListAccelerateAreas",
            "ga:ListApplicationMonitor",
            "ga:ListApplicationMonitorDetectResult",
            "ga:ListBusiRegions",
            "ga:ListCommonAreas",
            "ga:ListCrossBorderCdtUsageDetailForGa",
            "ga:ListCrossBorderPackageForCompliance",
            "ga:ListCrossBorderPackageUsageDetail",
            "ga:ListCustomRoutingPortMappingsByDestination",
            "ga:ListEips",
            "ga:ListEndpointChangeRecord",
            "ga:ListGaCrossBorderPackageForComplianceCheck",
            "ga:ListIspTypes",
            "ga:ListSystemSecurityPolicies",
            "ga:ListTrialAccelerators",
            "ga:QueryCrossBorderApprovalStatus",
            "ga:QueryCrossPrivatePermission"
          ],
          "Resource": "*"
        }
      ]
    }
    
  • Allow full access

    {
      "Version": "1",
      "Statement": [
        {
          "Effect": "Allow",
          "Action": [
            "ga:CheckServiceLinkedRoleForDeleting",
            "ga:CheckTrialQualification",
            "ga:CopyTrialAcceleratorConfig",
            "ga:CreateCustomRoutingEndpoints",
            "ga:CreateTrialAccelerator",
            "ga:DeleteCustomRoutingEndpointGroupDestinations",
            "ga:DeleteCustomRoutingEndpointGroups",
            "ga:DeleteCustomRoutingEndpoints",
            "ga:DescribeAcceleratorPrice",
            "ga:DescribeAcceleratorServiceStatus",
            "ga:DescribeBandwidthPackageAutoRenewAttribute",
            "ga:DescribeCommodity",
            "ga:DescribeCommodityPrice",
            "ga:DescribeCustomRoutingEndpoint",
            "ga:DescribeRegions",
            "ga:DescribeTrialAccelerator",
            "ga:DescriberCommodity",
            "ga:DescriberCommodityPrice",
            "ga:GetInvalidDomainCount",
            "ga:ListAccelerateAreas",
            "ga:ListApplicationMonitor",
            "ga:ListApplicationMonitorDetectResult",
            "ga:ListBusiRegions",
            "ga:ListCommonAreas",
            "ga:ListCrossBorderCdtUsageDetailForGa",
            "ga:ListCrossBorderPackageForCompliance",
            "ga:ListCrossBorderPackageUsageDetail",
            "ga:ListCustomRoutingPortMappingsByDestination",
            "ga:ListEips",
            "ga:ListEndpointChangeRecord",
            "ga:ListGaCrossBorderPackageForComplianceCheck",
            "ga:ListIspTypes",
            "ga:ListSystemSecurityPolicies",
            "ga:ListTrialAccelerators",
            "ga:OpenAcceleratorService",
            "ga:QueryCrossBorderApprovalStatus",
            "ga:QueryCrossPrivatePermission",
            "ga:TagResources",
            "ga:UntagResources",
            "ga:UpdateBandwidthPackagaAutoRenewAttribute",
            "ga:UpdateCustomRoutingEndpoints",
            "ga:UpdateDomain",
            "ga:UpdateDomainState",
            "ga:VerifyGaCrossBorderPackageForCompliance"
          ],
          "Resource": "*"
        }
      ]
    }
    
Important

Granting account-level permissions allows access to all relevant resources in the account. Always follow PoLP.

FAQ

How do I find which resource group a resource belongs to?

  • Method 1: From the service console

    • Navigate to the service console where the resource was created. On the resource's details page, you can typically find the resource group listed in the basic information section.

  • Method 2: From the Resource Management console

    • Log on to the Resource Management console.

    • Choose Resource Center > Resource Search.

    • In the left pane, select the account that owns the target resource (the default is Current Account).

    • Use filter conditions to find your resource.

    • The Resource Group Name column shows which group the resource belongs to.

How do I view all resources in a specific resource group?

  • Method 1:

    • Log on to the Resource Management console.

    • Choose Resource Center > Resource Search.

    • In the left pane, under the account that owns the resources (the default is Current Account), click the name of the desired resource group.

    • In the right pane, select the cloud service from the Select resource types drop-down list.

    • All resources in that group will be displayed.

  • Method 2:

    • Log on to the Resource Management console.

    • Choose Resource Group > Resource Group.

    • Find the desired resource group and click Resource Management in the Actions column.

    • On the resource management page, select the cloud service from the Service drop-down list.

    • All resources in that group will be displayed.

How do I move multiple resources to a different resource group in batch?

  1. Log on to the Resource Management console.

  2. Choose Resource Group > Resource Group.

  3. Find the desired resource group and click Resource Management in the Actions column.

  4. On the resource management page, use filter conditions to find the resources you want to move.

  5. Select the checkbox for each resource.

  6. At the bottom of the page, click Transfer.

  7. In the dialog box, select the destination resource group and click Confirm.