Skip to content

Commit af4d7fc

Browse files
author
AWS
committed
Amazon Elastic Kubernetes Service Update: Added support for new AL2023 ARM64 NVIDIA AMIs to the supported AMITypes.
1 parent 449da7e commit af4d7fc

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": "Added support for new AL2023 ARM64 NVIDIA AMIs to the supported AMITypes."
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
@@ -987,7 +987,8 @@
987987
"AL2023_x86_64_STANDARD",
988988
"AL2023_ARM_64_STANDARD",
989989
"AL2023_x86_64_NEURON",
990-
"AL2023_x86_64_NVIDIA"
990+
"AL2023_x86_64_NVIDIA",
991+
"AL2023_ARM_64_NVIDIA"
991992
]
992993
},
993994
"AccessConfigResponse":{

0 commit comments

Comments
 (0)