Managing Service Quotas tags - Service Quotas
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Managing Service Quotas tags

You can manage Service Quotas tags by using the Amazon Web Services Management Console, the Amazon CLI, or the Amazon API.

Managing tags from the Amazon Web Services Management Console

  1. Sign in to the Amazon Web Services Management Console and open the Service Quotas console at https://console.amazonaws.cn/servicequotas/home.

  2. In the navigation page, choose Amazon services.

  3. Choose an Amazon Web Service from the list, or enter the name of the service in the search box.

  4. Choose a service that has a value in the Applied quota value column.

  5. In the Tags section, choose Manage tags. This option is not available for quotas that don't have an applied quota value.

  6. You can add or remove tags, or you can edit tag values for existing tags. Enter a name for the tag in Key. You can add an optional value for the tag in Value.

  7. After making all of your changes to tags, choose Save changes.

If the operation is successful, you return to the quota details page where you can verify your changes. If the operation fails, follow the instructions in the error message to resolve it.

Managing Service Quotas tags using the Amazon CLI or API

To manage Service Quotas tags using the CLI or API, choose a management task and use the corresponding CLI command or API call.

Tag management task CLI command API call

Add tags to applied quotas

aws service-quotas tag-resource

TagResource

View tags for an applied quota

aws service-quotas list-tags-for-resource

ListTagsForResource

Delete existing tag values for applied quotas

aws service-quotas untag-resource

UntagResource