
describe-auto-scaling-groups
****************************


DESCRIPTION
===========

Returns a full description of each Auto Scaling group in the given
list. This includes all Amazon EC2 instances that are members of the
group. If a list of names is not provided, the service returns the
full details of all Auto Scaling groups.

This action supports pagination by returning a token if there are more
pages to retrieve. To get the next page, call this action again with
the returned token as the "--next-token" parameter.


SYNOPSIS
========

   aws autoscaling describe-auto-scaling-groups
     [--max-records <value>]
     [--next-token <value>]
     [--auto-scaling-group-names <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--max-records"  (integer)
   The maximum number of records to return.

"--next-token"  (string)
   A string that marks the start of the next batch of returned
   results.

"--auto-scaling-group-names"  (list of string)
   A list of Auto Scaling group names.

   *Parameter Syntax*

      ["string", ...]
