AwsInstanceTypeCloudFeatures object
AWS instance type configuration.
Polymorphism
AwsInstanceTypeCloudFeatures is a type that implements the InstanceTypeCloudFeatures type.
When an object of type InstanceTypeCloudFeatures is expected, you can use one of type AwsInstanceTypeCloudFeatures (or use any other implementation).
Example JSON representation
{
"ebsEncryption": true,
"ebsOptimized": true,
"enhancedNetworking": true,
"hvmOnly": true,
"type": "AwsInstanceTypeCloudFeatures",
"vpcOnly": true
}
Properties
| property | attributes | valid values | description | filter option |
|---|---|---|---|---|
| type string |
required |
"AwsInstanceTypeCloudFeatures" | ||
| ebsEncryption boolean |
optional |
Whether current instance type supports EBS encryption. |
||
| ebsOptimized boolean |
optional |
EBS-optimized instance uses an optimized configuration stack and provides additional, dedicated capacity for Amazon EBS I/O. |
||
| enhancedNetworking boolean |
optional |
Enhanced networking uses single root I/O virtualization (SR-IOV) to provide high-performance networking capabilities on supported instance types. |
||
| hvmOnly boolean |
optional |
Instance type supports only HVM images. |
||
| vpcOnly boolean |
optional |
Instance type can be launched only in VPC. |