paws.management (version 0.5.0)

autoscaling_disable_metrics_collection: Disables group metrics collection for the specified Auto Scaling group

Description

Disables group metrics collection for the specified Auto Scaling group.

See https://www.paws-r-sdk.com/docs/autoscaling_disable_metrics_collection/ for full documentation.

Usage

autoscaling_disable_metrics_collection(AutoScalingGroupName, Metrics = NULL)

Arguments

AutoScalingGroupName

[required] The name of the Auto Scaling group.

Metrics

Identifies the metrics to disable.

You can specify one or more of the following metrics:

  • GroupMinSize

  • GroupMaxSize

  • GroupDesiredCapacity

  • GroupInServiceInstances

  • GroupPendingInstances

  • GroupStandbyInstances

  • GroupTerminatingInstances

  • GroupTotalInstances

  • GroupInServiceCapacity

  • GroupPendingCapacity

  • GroupStandbyCapacity

  • GroupTerminatingCapacity

  • GroupTotalCapacity

  • WarmPoolDesiredCapacity

  • WarmPoolWarmedCapacity

  • WarmPoolPendingCapacity

  • WarmPoolTerminatingCapacity

  • WarmPoolTotalCapacity

  • GroupAndWarmPoolDesiredCapacity

  • GroupAndWarmPoolTotalCapacity

If you omit this property, all metrics are disabled.

For more information, see Auto Scaling group metrics in the Amazon EC2 Auto Scaling User Guide.