Skip to content

Commit 4342b8b

Browse files
Added support for new AL2023 ARM64 NVIDIA AMIs to the supported AMITypes.
1 parent fa64edb commit 4342b8b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

generator/ServiceModels/eks/eks-2017-11-01.api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,8 @@
930930
"AL2023_x86_64_STANDARD",
931931
"AL2023_ARM_64_STANDARD",
932932
"AL2023_x86_64_NEURON",
933-
"AL2023_x86_64_NVIDIA"
933+
"AL2023_x86_64_NVIDIA",
934+
"AL2023_ARM_64_NVIDIA"
934935
]
935936
},
936937
"AccessConfigResponse":{

generator/ServiceModels/eks/eks-2017-11-01.normal.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":{

sdk/src/Services/EKS/Generated/ServiceEnumerations.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@ public class AMITypes : ConstantClass
249249
/// </summary>
250250
public static readonly AMITypes AL2_x86_64_GPU = new AMITypes("AL2_x86_64_GPU");
251251
/// <summary>
252+
/// Constant AL2023_ARM_64_NVIDIA for AMITypes
253+
/// </summary>
254+
public static readonly AMITypes AL2023_ARM_64_NVIDIA = new AMITypes("AL2023_ARM_64_NVIDIA");
255+
/// <summary>
252256
/// Constant AL2023_ARM_64_STANDARD for AMITypes
253257
/// </summary>
254258
public static readonly AMITypes AL2023_ARM_64_STANDARD = new AMITypes("AL2023_ARM_64_STANDARD");

0 commit comments

Comments
 (0)