amazonka-opsworks-1.3.6: Amazon OpsWorks SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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 User Permissions.

See: AWS API Reference for SetLoadBasedAutoScaling.

Synopsis

Creating a Request

setLoadBasedAutoScaling Source

Creates a value of SetLoadBasedAutoScaling with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

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.

slbasEnable :: Lens' SetLoadBasedAutoScaling (Maybe Bool) Source

Enables load-based auto scaling for the layer.

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.

Destructuring the Response

setLoadBasedAutoScalingResponse :: SetLoadBasedAutoScalingResponse Source

Creates a value of SetLoadBasedAutoScalingResponse with the minimum fields required to make a request.