Skip to content

Commit 2cce8c2

Browse files
author
AWS
committed
Amazon Elastic Kubernetes Service Update: Added support for new AL2023 AMIs to the supported AMITypes.
1 parent 8e95256 commit 2cce8c2

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 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
@@ -958,7 +958,9 @@
958958
"WINDOWS_CORE_2019_x86_64",
959959
"WINDOWS_FULL_2019_x86_64",
960960
"WINDOWS_CORE_2022_x86_64",
961-
"WINDOWS_FULL_2022_x86_64"
961+
"WINDOWS_FULL_2022_x86_64",
962+
"AL2023_x86_64_STANDARD",
963+
"AL2023_ARM_64_STANDARD"
962964
]
963965
},
964966
"AccessConfigResponse":{

0 commit comments

Comments
 (0)