Nvidia Image support eks cluster?

Hi, just curious, does the NVIDIA image ( NVIDIA GPU-Optimized AMI) could be used in the EKS cluster nodegroup instance AMI?
tried to folllow this doc Create custom Amazon Linux AMIs for Amazon EKS | AWS re:Post to create EKS AMI, but got the error

2023-04-23T18:04:52-07:00: ==> amazon-ebs: Error launching source instance: UnsupportedOperation: The instance configuration for this AWS Marketplace product is not supported. Please see the AWS Marketplace site for more information about supported instance types, regions, and operating systems.
==> amazon-ebs: 	status code: 400, request id: eafd0b97-6cdc-46d4-9e94-8c6de80d6562
2023-04-23T18:04:52-07:00: ==> amazon-ebs: No volumes to clean up, skipping
2023-04-23T18:04:52-07:00: ==> amazon-ebs: Deleting temporary security group...
2023-04-23T18:04:53-07:00: ==> amazon-ebs: Deleting temporary keypair...
2023-04-23T18:04:56-07:00: Build 'amazon-ebs' errored after 16 seconds 805 milliseconds: Error launching source instance: UnsupportedOperation: The instance configuration for this AWS Marketplace product is not supported. Please see the AWS Marketplace site for more information about supported instance types, regions, and operating systems.

Amazon Machine Image (AMI), for that NVIDIA GPU-Optimized AMI in AWS:
Internal NVIDIA Deep Learning AMI 23.03.0-676eed8d-dcf5-4784-87d7-0de463205c17
ami-030259a55e5c4ec13

which said the AMI is not supported for AWS EKS.

here is variable that i mdoified:

    "source_ami_filter_name": "Internal NVIDIA Deep Learning AMI 23.03.0-676eed8d-dcf5-4784-87d7-0de463205c17",               
    "source_ami_id": "ami-030259a55e5c4ec13",
    "source_ami_owners": "679593333241",

even though AWS has their own eks-gpu-optimial-ami.

does anyone run into this or are interested???

Hey @weliul,

I really cannot answer that, AMS and AMI is outside my area of expertise. I was thinking to move this post to the AWS forum category, but honestly I don’t see much activity there either, so let’s keep it here.

Meanwhile I recommend talking to AWS customer support and ask for clarification.