Struct aws_sdk_batch::model::ec2_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Ec2Configuration
Implementations
The image type to match with the instance type to select an AMI. If the imageIdOverride
parameter
isn't specified, then a recent Amazon ECS-optimized AMI (ECS_AL1
) is
used. Starting on March 31, 2021, this default will be changing to ECS_AL2
(Amazon Linux 2).
- ECS_AL2
-
Amazon Linux 2− Default for all Amazon Web Services Graviton-based instance families (for example,
C6g
,M6g
,R6g
, andT4g
) and can be used for all non-GPU instance types. - ECS_AL2_NVIDIA
-
Amazon Linux 2 (GPU)−Default for all GPU instance families (for example
P4
andG4
) and can be used for all non Amazon Web Services Graviton-based instance types. - ECS_AL1
-
Amazon Linux−Default for all non-GPU, non Amazon Web Services Graviton instance families. Amazon Linux is reaching the end-of-life of standard support. For more information, see Amazon Linux AMI.
The image type to match with the instance type to select an AMI. If the imageIdOverride
parameter
isn't specified, then a recent Amazon ECS-optimized AMI (ECS_AL1
) is
used. Starting on March 31, 2021, this default will be changing to ECS_AL2
(Amazon Linux 2).
- ECS_AL2
-
Amazon Linux 2− Default for all Amazon Web Services Graviton-based instance families (for example,
C6g
,M6g
,R6g
, andT4g
) and can be used for all non-GPU instance types. - ECS_AL2_NVIDIA
-
Amazon Linux 2 (GPU)−Default for all GPU instance families (for example
P4
andG4
) and can be used for all non Amazon Web Services Graviton-based instance types. - ECS_AL1
-
Amazon Linux−Default for all non-GPU, non Amazon Web Services Graviton instance families. Amazon Linux is reaching the end-of-life of standard support. For more information, see Amazon Linux AMI.
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.
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.
Consumes the builder and constructs a Ec2Configuration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more