ComputeEnvironmentComputeResourcesEc2Configuration

data class ComputeEnvironmentComputeResourcesEc2Configuration(val imageIdOverride: String? = null, val imageType: String? = null)

Constructors

constructor(imageIdOverride: String? = null, imageType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val imageIdOverride: String? = null

The AMI ID used for instances launched in the compute environment that match the image type. This setting overrides the image_id argument in the compute_resources block.

Link copied to clipboard
val imageType: String? = null

The image type to match with the instance type to select an AMI. If the image_id_override parameter isn't specified, then a recent Amazon ECS-optimized Amazon Linux 2 AMI (ECS_AL2) is used.