Compute Environment Ec2Configuration Object
data class ComputeEnvironmentEc2ConfigurationObject(val imageIdOverride: String? = null, val imageKubernetesVersion: String? = null, val imageType: String)
Properties
Link copied to clipboard
The AMI ID used for instances launched in the compute environment that match the image type. This setting overrides the imageId
set in the computeResource
object.
Link copied to clipboard
The Kubernetes version for the compute environment. If you don't specify a value, the latest version that AWS Batch supports is used.