Disable Metrics Collection
| autoscaling_disable_metrics_collection | R Documentation |
Disables group metrics collection for the specified Auto Scaling group¶
Description¶
Disables group metrics collection for the specified Auto Scaling group.
Usage¶
Arguments¶
AutoScalingGroupName[required] The name of the Auto Scaling group.
MetricsIdentifies the metrics to disable.
You can specify one or more of the following metrics:
GroupMinSizeGroupMaxSizeGroupDesiredCapacityGroupInServiceInstancesGroupPendingInstancesGroupStandbyInstancesGroupTerminatingInstancesGroupTotalInstancesGroupInServiceCapacityGroupPendingCapacityGroupStandbyCapacityGroupTerminatingCapacityGroupTotalCapacityWarmPoolDesiredCapacityWarmPoolWarmedCapacityWarmPoolPendingCapacityWarmPoolTerminatingCapacityWarmPoolTotalCapacityGroupAndWarmPoolDesiredCapacityGroupAndWarmPoolTotalCapacity
If you omit this property, all metrics are disabled.
For more information, see Amazon CloudWatch metrics for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.
Value¶
An empty list.