Compute Environment Compute Resources Ec2Configuration
data class ComputeEnvironmentComputeResourcesEc2Configuration(val imageIdOverride: String? = null, val imageType: String? = null)
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 image_id
argument in the compute_resources
block.
Link copied to clipboard
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.