View source: R/autoscaling_operations.R
autoscaling_set_instance_protection | R Documentation |
Updates the instance protection settings of the specified instances. This operation cannot be called on instances in a warm pool.
See https://www.paws-r-sdk.com/docs/autoscaling_set_instance_protection/ for full documentation.
autoscaling_set_instance_protection(
InstanceIds,
AutoScalingGroupName,
ProtectedFromScaleIn
)
InstanceIds |
[required] One or more instance IDs. You can specify up to 50 instances. |
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
ProtectedFromScaleIn |
[required] Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.