View source: R/opsworks_operations.R
opsworks_set_load_based_auto_scaling | R Documentation |
Specify the load-based auto scaling configuration for a specified layer. For more information, see Managing Load with Time-based and Load-based Instances.
See https://www.paws-r-sdk.com/docs/opsworks_set_load_based_auto_scaling/ for full documentation.
opsworks_set_load_based_auto_scaling(
LayerId,
Enable = NULL,
UpScaling = NULL,
DownScaling = NULL
)
LayerId |
[required] The layer ID. |
Enable |
Enables load-based auto scaling for the layer. |
UpScaling |
An |
DownScaling |
An |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.