amazonka-opsworks-0.3.0: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.SetLoadBasedAutoScaling

Contents

Description

Specify the load-based auto scaling configuration for a specified layer. For more information, see Managing Load with Time-based and Load-based Instances.

To use load-based auto scaling, you must create a set of load-based auto scaling instances. Load-based auto scaling operates only on the instances from that set, so you must ensure that you have created enough instances to handle the maximum anticipated load.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing UserPermissions.

http://docs.aws.amazon.com/opsworks/latest/APIReference/API_SetLoadBasedAutoScaling.html

Synopsis

Request

Request constructor

Request lenses

slbasDownScaling :: Lens' SetLoadBasedAutoScaling (Maybe AutoScalingThresholds) Source

An AutoScalingThresholds object with the downscaling threshold configuration. If the load falls below these thresholds for a specified amount of time, AWS OpsWorks stops a specified number of instances.

slbasEnable :: Lens' SetLoadBasedAutoScaling (Maybe Bool) Source

Enables load-based auto scaling for the layer.

slbasUpScaling :: Lens' SetLoadBasedAutoScaling (Maybe AutoScalingThresholds) Source

An AutoScalingThresholds object with the upscaling threshold configuration. If the load exceeds these thresholds for a specified amount of time, AWS OpsWorks starts a specified number of instances.

Response

Response constructor