Instance Cpu Options
data class InstanceCpuOptions(val amdSevSnp: String? = null, val coreCount: Int? = null, val threadsPerCore: Int? = null)
Properties
Link copied to clipboard
Sets the number of CPU cores for an instance. This option is only supported on creation of instance type that support CPU Options CPU Cores and Threads Per CPU Core Per Instance Type - specifying this option for unsupported instance types will return an error from the EC2 API.
Link copied to clipboard
If set to 1, hyperthreading is disabled on the launched instance. Defaults to 2 if not set. See Optimizing CPU Options for more information. For more information, see the documentation on Optimizing CPU options.