ComputeAttributes
Information about compute hardware assets.
Contents
- HostId
-
The host ID of the Dedicated Host on the asset.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Pattern:
^[A-Za-z0-9-]*$
Required: No
- InstanceFamilies
-
A list of the names of instance families that are currently associated with a given asset.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
^(?:.{1,200}/)?(?:[a-z0-9-_A-Z])+$
Required: No
- InstanceTypeCapacities
-
The instance type capacities configured for this asset. This can be changed through a capacity task.
Type: Array of AssetInstanceTypeCapacity objects
Required: No
- MaxVcpus
-
The maximum number of vCPUs possible for the specified asset.
Type: Integer
Required: No
- State
-
The state.
-
ACTIVE - The asset is available and can provide capacity for new compute resources.
-
ISOLATED - The asset is undergoing maintenance and can't provide capacity for new compute resources. Existing compute resources on the asset are not affected.
-
RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute resources is reduced. AWS sends notifications for resources that must be stopped before the asset can be replaced.
Type: String
Valid Values:
ACTIVE | ISOLATED | RETIRING
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: