Compute Environment Compute Resources Ec2Configuration Args
data class ComputeEnvironmentComputeResourcesEc2ConfigurationArgs(val imageIdOverride: Output<String>? = null, val imageType: Output<String>? = null) : ConvertibleToJava<ComputeEnvironmentComputeResourcesEc2ConfigurationArgs>
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.