Skip to content

Commit 96b5c8b

Browse files
author
AWS
committed
AWS Batch Update: This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.
1 parent 6261b73 commit 96b5c8b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Batch",
4+
"contributor": "",
5+
"description": "This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs."
6+
}

services/batch/src/main/resources/codegen-resources/service-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,6 +1767,10 @@
17671767
"shape":"EksAttemptContainerDetails",
17681768
"documentation":"<p>The details for the init containers.</p>"
17691769
},
1770+
"eksClusterArn":{
1771+
"shape":"String",
1772+
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon EKS cluster.</p>"
1773+
},
17701774
"podName":{
17711775
"shape":"String",
17721776
"documentation":"<p>The name of the pod for this job attempt.</p>"
@@ -3261,6 +3265,10 @@
32613265
"instanceTypes":{
32623266
"shape":"StringList",
32633267
"documentation":"<p>An object that contains the instance types that you want to replace for the existing resources of a job.</p>"
3268+
},
3269+
"eksPropertiesOverride":{
3270+
"shape":"EksPropertiesOverride",
3271+
"documentation":"<p>An object that contains the properties that you want to replace for the existing Amazon EKS resources of a job.</p>"
32643272
}
32653273
},
32663274
"documentation":"<p>The object that represents any node overrides to a job definition that's used in a <a href=\"https://docs.aws.amazon.com/batch/latest/APIReference/API_SubmitJob.html\">SubmitJob</a> API operation.</p>"
@@ -3292,6 +3300,10 @@
32923300
"ecsProperties":{
32933301
"shape":"EcsProperties",
32943302
"documentation":"<p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>"
3303+
},
3304+
"eksProperties":{
3305+
"shape":"EksProperties",
3306+
"documentation":"<p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>"
32953307
}
32963308
},
32973309
"documentation":"<p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>"

0 commit comments

Comments
 (0)