Module: AWSCDK::Batch::ECSMachineImageType

Defined in:
batch/ecs_machine_image_type.rb

Overview

Maps the image to instance types.

Constant Summary collapse

ECS_AL2 =
Deprecated.
Note:

Default:

Tells Batch that this machine image runs on non-GPU AL2 instances.

Jsii::Enum.new("aws-cdk-lib.aws_batch.EcsMachineImageType", "ECS_AL2")
ECS_AL2023 =
Deprecated.
Note:

Default:

Tells Batch that this machine image runs on non-GPU AL2023 instances.

Amazon Linux 2023 does not support A1 instances.

Jsii::Enum.new("aws-cdk-lib.aws_batch.EcsMachineImageType", "ECS_AL2023")
ECS_AL2_NVIDIA =
Deprecated.
Note:

Default:

Tells Batch that this machine image runs on GPU instances.

Jsii::Enum.new("aws-cdk-lib.aws_batch.EcsMachineImageType", "ECS_AL2_NVIDIA")
ECS_AL2023_NVIDIA =
Deprecated.
Note:

Default:

Tells Batch that this machine image runs on GPU AL2023 instances.

Jsii::Enum.new("aws-cdk-lib.aws_batch.EcsMachineImageType", "ECS_AL2023_NVIDIA")