Skip to content

Commit 8875ea5

Browse files
author
AWS
committed
Amazon Elastic Kubernetes Service Update: Updates EKS managed node groups to support EC2 Capacity Blocks for ML
1 parent cd304df commit 8875ea5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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": "Amazon Elastic Kubernetes Service",
4+
"contributor": "",
5+
"description": "Updates EKS managed node groups to support EC2 Capacity Blocks for ML"
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,8 @@
15011501
"type":"string",
15021502
"enum":[
15031503
"ON_DEMAND",
1504-
"SPOT"
1504+
"SPOT",
1505+
"CAPACITY_BLOCK"
15051506
]
15061507
},
15071508
"Category":{

0 commit comments

Comments
 (0)