Launch Template Cpu Options Args
data class LaunchTemplateCpuOptionsArgs(val amdSevSnp: Output<LaunchTemplateCpuOptionsAmdSevSnp>? = null, val coreCount: Output<Int>? = null, val threadsPerCore: Output<Int>? = null) : ConvertibleToJava<LaunchTemplateCpuOptionsArgs>
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: Output<LaunchTemplateCpuOptionsAmdSevSnp>? = null, coreCount: Output<Int>? = null, threadsPerCore: Output<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`
.