Describes the running instances for the specified EC2 Fleet.
ec2_describe_fleet_instances(DryRun, MaxResults, NextToken, FleetId,
Filters)
A list with the following syntax:
list(
ActiveInstances = list(
list(
InstanceId = "string",
InstanceType = "string",
SpotInstanceRequestId = "string",
InstanceHealth = "healthy"|"unhealthy"
)
),
NextToken = "string",
FleetId = "string"
)
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
The maximum number of results to return in a single call. Specify a
value between 1 and 1000. The default value is 1000. To retrieve the
remaining results, make another call with the returned NextToken
value.
The token for the next set of results.
[required] The ID of the EC2 Fleet.
The filters.
instance-type
- The instance type.
svc$describe_fleet_instances(
DryRun = TRUE|FALSE,
MaxResults = 123,
NextToken = "string",
FleetId = "string",
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
)
)