Checks which of the specified ECS instance types are available.
Description
Filters the instanceTypes list and returns only the available ECS instance types.
Syntax
Action: ACS::ECS::CheckAvailableInstanceTypes
Properties:
instanceTypes: List
regionId: String
zoneId: String
instanceChargeType: String
networkCategory: String
Attributes
|
Attribute |
Description |
Type |
Required |
Default value |
Limit |
|
instanceTypes |
ECS instance types to check. |
List |
Yes |
||
|
regionId |
Region ID. |
String |
No |
{{ACS::RegionId}} |
|
|
zoneId |
Zone ID. |
String |
Yes |
||
|
instanceChargeType |
Instance billing method. |
String |
No |
PostPaid |
|
|
networkCategory |
Network type. |
String |
No |
vpc |
Output
|
Output item |
Description |
Type |
|
availableInstanceTypes |
List |
References
The action source code is in ACS::ECS::CheckAvailableInstanceTypes.yml on GitHub.