DescribeAutoScalingGroups#

Description#

Gets information about Auto Scaling Groups (ASGs).

Request Parameters#

  • AutoScalingGroupNames — List of ASG names.

    • Type: Array of strings

    • Required: No

  • MaxRecords — The maximum number of ASG records to retrieve.

    • Type: Integer

    • Required: No

    • Default value: 100

    • Maximum value: 100

  • NextTokenNextToken returned by a previous call (see Response Elements).

    • Required: No

    • Type: String

Response Elements#

  • AutoScalingGroups — List of ASGs.

  • NextToken — The token is returned only when the response cannot contain all ASG records that meet the criteria. To retrieve further data, the returned value must be passed as a NextToken parameter in the same request.

    • Type: String

Examples#

c2-as DescribeAutoScalingGroups
c2-as DescribeAutoScalingGroups MaxRecords 5 NextToken <next_token>
c2-as DescribeAutoScalingGroups AutoScalingGroupNames.1 "asg_name"