AWS::OpsWorks::Layer LoadBasedAutoScaling
Describes a layer's load-based auto scaling configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DownScaling" :AutoScalingThresholds, "Enable" :Boolean, "UpScaling" :AutoScalingThresholds}
YAML
DownScaling:AutoScalingThresholdsEnable:BooleanUpScaling:AutoScalingThresholds
Properties
DownScaling-
An
AutoScalingThresholdsobject that describes the downscaling configuration, which defines how and when Amazon OpsWorks Stacks reduces the number of instances.Required: No
Type: AutoScalingThresholds
Update requires: No interruption
Enable-
Whether load-based auto scaling is enabled for the layer.
Required: No
Type: Boolean
Update requires: No interruption
UpScaling-
An
AutoScalingThresholdsobject that describes the upscaling configuration, which defines how and when Amazon OpsWorks Stacks increases the number of instances.Required: No
Type: AutoScalingThresholds
Update requires: No interruption