batch: Add support for multiple container jobs on ECS (EcsProperties) to MultiNodeJobDefinition #31243
Open
1 of 2 tasks
Labels
@aws-cdk/aws-batch
Related to AWS Batch
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
AWS Batch now supports multiple containers in a single job definition. For multi-node parallel jobs, this means that MultiNodeJobDefinition L2 construct would need to support two new properties that stem from the NodeRangePropertyProperty L1 construct:
readonly ecsProperties: IEcsContainerDefintion
readonly eksProperties: EksContainerDefinition
Note that (2) is encapsulated in issue #30906
Use Case
To be able to define multiple containers in MNP job definitions across both ECS and EKS clusters with AWS Batch
Proposed Solution
Possible actions are to:
a. ,
MultiNodeEcsJobDefinition
for ECSb.
MultiNodeEksJobDefintion
for EKS (as mentioned in batch: support multi-node job on Amazon EKS #30906 )NodeRanges
, that aligns closer to the current Batch API.Other Information
No response
Acknowledgements
CDK version used
2.154.1
Environment details (OS name and version, etc.)
all
The text was updated successfully, but these errors were encountered: