autoscaling_describe_instance_refreshes: Describes one or more instance refreshes
Description
Describes one or more instance refreshes.
You can determine the status of a request by looking at the Status
parameter. The following are the possible statuses:
Pending - The request was created, but the operation has not
started.
InProgress - The operation is in progress.
Successful - The operation completed successfully.
Failed - The operation failed to complete. You can troubleshoot
using the status reason and the scaling activities.
Cancelling - An ongoing operation is being cancelled. Cancellation
does not roll back any replacements that have already been
completed, but it prevents new replacements from being started.
if (FALSE) {
# This example describes the instance refreshes for the specified Auto# Scaling group.svc$describe_instance_refreshes(
AutoScalingGroupName = "my-auto-scaling-group")
}