What were you trying to accomplish?
Create a nodegroup using ARM64 GPU AL2023 AMI
What happened?
Getting below error while creating nodegroup for custom ARM64 GPU AL2023 AMI
Error:
Error: could not create cluster provider from options: ARM GPU instance types are not supported for unmanaged nodegroups with AMIFamily AmazonLinux2023
Source code link for error:
|
return fmt.Errorf("ARM GPU instance types are not supported for unmanaged nodegroups with AMIFamily %s", ng.AMIFamily) |
How to reproduce it?
Try to create a nodegroup using custom ARM64 GPU AL2023 AMI
Logs
Anything else we need to know?
Versions