View source: R/autoscaling_operations.R
autoscaling_start_instance_refresh | R Documentation |
Starts an instance refresh.
See https://www.paws-r-sdk.com/docs/autoscaling_start_instance_refresh/ for full documentation.
autoscaling_start_instance_refresh(
AutoScalingGroupName,
Strategy = NULL,
DesiredConfiguration = NULL,
Preferences = NULL
)
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
Strategy |
The strategy to use for the instance refresh. The only valid value is
|
DesiredConfiguration |
The desired configuration. For example, the desired configuration can specify a new launch template or a new version of the current launch template. Once the instance refresh succeeds, Amazon EC2 Auto Scaling updates the settings of the Auto Scaling group to reflect the new desired configuration. When you specify a new launch template or a new version of the current
launch template for your desired configuration, consider enabling the
|
Preferences |
Sets your preferences for the instance refresh so that it performs as
expected when you start it. Includes the instance warmup time, the
minimum and maximum healthy percentages, and the behaviors that you want
Amazon EC2 Auto Scaling to use if instances that are in
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.