targetInstanceTypes
The instance type or family that this override launch template should be applied to.
This parameter is required when defining a launch template override.
Information included in this parameter must meet the following requirements:
Must be a valid Amazon EC2 instance type or family.
The following Batch
InstanceTypesare not allowed:optimal,default_x86_64, anddefault_arm64.targetInstanceTypescan target only instance types and families that are included within theComputeResource.instanceTypesset.targetInstanceTypesdoesn't need to include all of the instances from theinstanceTypeset, but at least a subset. For example, ifComputeResource.instanceTypesincludes[m5, g5],targetInstanceTypescan include[m5.2xlarge]and[m5.large]but not[c5.large].targetInstanceTypesincluded within the same launch template override or across launch template overrides can't overlap for the same compute environment. For example, you can't define one launch template override to target an instance family and another define an instance type within this same family.