Describes one or more Auto Scaling instances
Describes one or more Auto Scaling instances.
autoscaling_describe_auto_scaling_instances(InstanceIds, MaxRecords, NextToken)
InstanceIds |
The IDs of the instances. You can specify up to |
MaxRecords |
The maximum number of items to return with this call. The default value
is |
NextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
A list with the following syntax:
list( AutoScalingInstances = list( list( InstanceId = "string", InstanceType = "string", AutoScalingGroupName = "string", AvailabilityZone = "string", LifecycleState = "string", HealthStatus = "string", LaunchConfigurationName = "string", LaunchTemplate = list( LaunchTemplateId = "string", LaunchTemplateName = "string", Version = "string" ), ProtectedFromScaleIn = TRUE|FALSE, WeightedCapacity = "string" ) ), NextToken = "string" )
svc$describe_auto_scaling_instances( InstanceIds = list( "string" ), MaxRecords = 123, NextToken = "string" )
## Not run: # This example describes the specified Auto Scaling instance. svc$describe_auto_scaling_instances( InstanceIds = list( "i-4ba0837f" ) ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.