Skip to content

Commit 5e9126d

Browse files
author
AWS
committed
Amazon Elastic Kubernetes Service Update: EKS managed node groups now support BOTTLEROCKET_x86_64 and BOTTLEROCKET_ARM_64 AMI types.
1 parent 53697e9 commit 5e9126d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
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": "EKS managed node groups now support BOTTLEROCKET_x86_64 and BOTTLEROCKET_ARM_64 AMI types."
6+
}

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,9 @@
596596
"AL2_x86_64",
597597
"AL2_x86_64_GPU",
598598
"AL2_ARM_64",
599-
"CUSTOM"
599+
"CUSTOM",
600+
"BOTTLEROCKET_ARM_64",
601+
"BOTTLEROCKET_x86_64"
600602
]
601603
},
602604
"Addon":{

0 commit comments

Comments
 (0)