Cancels an instance refresh operation in progress
Cancels an instance refresh operation in progress. Cancellation does not roll back any replacements that have already been completed, but it prevents new replacements from being started.
For more information, see Replacing Auto Scaling Instances Based on an Instance Refresh.
autoscaling_cancel_instance_refresh(AutoScalingGroupName)
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
A list with the following syntax:
list( InstanceRefreshId = "string" )
svc$cancel_instance_refresh( AutoScalingGroupName = "string" )
## Not run: # This example cancels an instance refresh operation in progress. svc$cancel_instance_refresh( AutoScalingGroupName = "my-auto-scaling-group" ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.