
enable-metrics-collection
*************************


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

Enables monitoring of group metrics for the Auto Scaling group
specified in "--auto-scaling-group-name" . You can specify the list of
enabled metrics with the "--metrics" parameter.

Auto scaling metrics collection can be turned on only if the
"InstanceMonitoring" flag, in the Auto Scaling group's launch
configuration, is set to "True" .


SYNOPSIS
========

   aws autoscaling enable-metrics-collection
     --auto-scaling-group-name <value>
     --granularity <value>
     [--metrics <value>]


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

"--auto-scaling-group-name"  (string)
   The name or ARN of the Auto Scaling group.

"--granularity"  (string)
   The granularity to associate with the metrics to collect.
   Currently, the only legal granularity is "1Minute".


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

"--metrics"  (list of string)
   The list of metrics to collect. If no metrics are specified, all
   metrics are enabled. The following metrics are supported:

   * GroupMinSize

   * GroupMaxSize

   * GroupDesiredCapacity

   * GroupInServiceInstances

   * GroupPendingInstances

   * GroupTerminatingInstances

   * GroupTotalInstances

   *Parameter Syntax*

      ["string", ...]
