Skip to content

Commit a515523

Browse files
author
AWS
committed
Amazon Elastic Kubernetes Service Update: Added support for new AL2023 GPU AMIs to the supported AMITypes.
1 parent c17ad6f commit a515523

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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 GPU AMIs to the supported AMITypes."
6+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,9 @@
962962
"WINDOWS_CORE_2022_x86_64",
963963
"WINDOWS_FULL_2022_x86_64",
964964
"AL2023_x86_64_STANDARD",
965-
"AL2023_ARM_64_STANDARD"
965+
"AL2023_ARM_64_STANDARD",
966+
"AL2023_x86_64_NEURON",
967+
"AL2023_x86_64_NVIDIA"
966968
]
967969
},
968970
"AccessConfigResponse":{

0 commit comments

Comments
 (0)