Launch Template Cpu Options
data class LaunchTemplateCpuOptions(val amdSevSnp: LaunchTemplateCpuOptionsAmdSevSnp? = null, val coreCount: Int? = null, val threadsPerCore: Int? = null)
Specifies the CPU options for an instance. For more information, see Optimize CPU options in the User Guide. `CpuOptions`
is a property of AWS::EC2::LaunchTemplate LaunchTemplateData.
Constructors
Link copied to clipboard
constructor(amdSevSnp: LaunchTemplateCpuOptionsAmdSevSnp? = null, coreCount: Int? = null, threadsPerCore: Int? = null)
Properties
Link copied to clipboard
Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see AMD SEV-SNP for Amazon EC2 instances.
Link copied to clipboard
The number of threads per CPU core. To disable multithreading for the instance, specify a value of `1`
. Otherwise, specify the default value of `2`
.