All Products
Search
Document Center

Elastic Compute Service:DescribeDeploymentSetSupportedInstanceTypeFamily

Last Updated:Apr 11, 2024

Queries the instance families that support deployment sets.

Operation description

Usage notes

For more information about instance families, see Overview of instance families.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
StrategystringNo

The deployment strategy. Valid values:

  • Availability: high availability strategy.
  • AvailabilityGroup: high availability group strategy.
  • LowLatency: low latency strategy.

Default value: Availability.

Availability

Response parameters

ParameterTypeDescriptionExample
object
InstanceTypeFamiliesstring

The instance families that support deployment sets.

ecs.i2g,ecs.i1,ecs.i2ne,ecs.i2gne
RequestIdstring

The request ID.

473469C7-AA6F-4DC5-B7DB-A3DC7DE1****

Examples

Sample success responses

JSONformat

{
  "InstanceTypeFamilies": "ecs.i2g,ecs.i1,ecs.i2ne,ecs.i2gne",
  "RequestId": "473469C7-AA6F-4DC5-B7DB-A3DC7DE1****"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-04-26The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: Strategy