Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

autoscaling_describe_auto_scaling_instances

Describes one or more Auto Scaling instances


Description

Describes one or more Auto Scaling instances.

Usage

autoscaling_describe_auto_scaling_instances(InstanceIds, MaxRecords,
  NextToken)

Arguments

InstanceIds

The IDs of the instances. You can specify up to MaxRecords IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.

MaxRecords

The maximum number of items to return with this call. The default value is 50 and the maximum value is 50.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

Value

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"
)

Request syntax

svc$describe_auto_scaling_instances(
  InstanceIds = list(
    "string"
  ),
  MaxRecords = 123,
  NextToken = "string"
)

Examples

## Not run: 
# This example describes the specified Auto Scaling instance.
svc$describe_auto_scaling_instances(
  InstanceIds = list(
    "i-4ba0837f"
  )
)

## End(Not run)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.