All Products
Search
Document Center

Auto Scaling:TagResources

Last Updated:Sep 17, 2026

Creates and binds tags to a list of specified Auto Scaling resources.

Operation description

Operation description

  • A maximum of 20 tags can be bound to a scaling group.

    Note

    Before binding tags, Alibaba Cloud verifies the number of existing tags on the resource. If the limit is exceeded, an error message is returned.

  • If the Tag.N.Propagate parameter is set to true, tags configured on the scaling group are propagated only to instances that are about to be created in the scaling group, not to instances that are already running in the scaling group.

  • If tags are configured in the scaling configuration and tags configured on the scaling group are set to propagate, instance tags on newly created instances are expected to be as follows:

    • The instances contain all tags from both the scaling configuration and the scaling group.

    • If a tag configured in the scaling configuration has the same tag key as a tag propagated from the scaling group, instance tag propagated from the scaling group is overwritten by instance tag configured in the scaling configuration.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

ess:TagResources

update

*ScalingGroup

acs:ess:{#regionId}:{#accountId}:scalinggroup/{#ScalingGroupId}

None None

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The region ID of the resource. You can call DescribeRegions to query the most recent region list.

cn-hangzhou

ResourceType

string

Yes

The resource type. Only scaling groups are supported. Valid value: scalinggroup.

scalinggroup

ResourceId

array

Yes

The resource ID. Valid values of N: 1 to 50.

asg-bp17xb4x1vr29lgt****

string

No

The resource ID. Valid values of N: 1 to 50.

asg-2zej7nf7hea77k5a****

Tag

array<object>

Yes

The tag information of the resource.

object

No

The tag information of the resource.

Key

string

No

The tag key of the resource. Valid values of N: 1 to 20.

This parameter cannot be an empty string. The tag key can be up to 128 characters in length and cannot start with aliyun or acs:. It cannot contain http:// or https://.

TestKey

Value

string

No

The tag value of the resource. Valid values of N: 1 to 20.

This parameter can be an empty string. The tag value can be up to 128 characters in length and cannot contain http:// or https://.

TestValue

Propagate

boolean

No

Specifies whether the tag is a propagatable tag. Valid values:

  • true: Tags on the scaling group are propagated only to instances that are about to be created, not to instances that are already running in the scaling group.

  • false: Tags on the scaling group are not propagated to instances.

Default value: false.

false

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

74C4E313-8570-479F-8791-DC25360D****

Examples

Success response

JSON format

{
  "RequestId": "74C4E313-8570-479F-8791-DC25360D****"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.