-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
@aws-cdk/aws-eksRelated to Amazon Elastic Kubernetes ServiceRelated to Amazon Elastic Kubernetes ServicebugThis issue is a bug.This issue is a bug.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortp2
Description
Describe the bug
It seems that the GPU instances are missing AL2023 Nvidia and Neuron entries
aws-cdk/packages/aws-cdk-lib/aws-eks/lib/managed-nodegroup.ts
Lines 595 to 600 in bf77e51
| const gpuAmiTypes: NodegroupAmiType[] = [ | |
| NodegroupAmiType.AL2_X86_64_GPU, | |
| NodegroupAmiType.BOTTLEROCKET_X86_64_NVIDIA, | |
| NodegroupAmiType.BOTTLEROCKET_ARM_64_NVIDIA, | |
| ]; | |
are
Regression Issue
- Select this option if this issue appears to be a regression.
Last Known Working CDK Version
No response
Expected Behavior
All supported GPU instances are in the enumeration
Current Behavior
GPU instances are missing AL2023 Nvidia and Neuron entries
Reproduction Steps
See the enum
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.171.1 (build a95560c)
Framework Version
No response
Node.js Version
22
OS
Mac
Language
TypeScript
Language Version
No response
Other information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-eksRelated to Amazon Elastic Kubernetes ServiceRelated to Amazon Elastic Kubernetes ServicebugThis issue is a bug.This issue is a bug.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortp2
