DescribeTags#

Description#

Request to get the list of Auto Scaling Group (ASG) tags.

Request Parameters#

  • Filters — Filters the results by the specified tags.

    • Type: List of Filter objects

    • Required: No

Supported Filters#

  • Key — Filters the tags by the specified keys.

  • Value — Filters the tags by the specified values.

  • PropagateAtLaunch — Filters the tags to be assigned or not assigned to new instances at launch in ASG.

  • ResourceId — Filters the tags by the specified ASGs.

Response Elements#

Examples#

c2-as DescribeTags Filters.1.Name Key Filters.1.Values.1 key1
c2-as DescribeTags Filters.1.Name PropagateAtLaunch Filters.1.Values.1 True
c2-as DescribeTags Filters.1.Name ResourceId Filters.1.Values.1 asg-xxxxxxxx
c2-as DescribeTags Filters.1.Name Value Filters.1.Values.1 value1