Programatically retrieve recommended AMI id for GPU EKS nodes
0
For non-gpu EKS nodes we can programmatically retrieve the recommended AMI id with a call to GetParameter:
aws ssm get-parameter --name /aws/service/eks/optimized-ami/<1.19>/<amazon-linux-2>/recommended/image_id --region <region-code> --query "Parameter.Value" --output text
How can we programmatically retrieve the recommended EKS optimized accelerated Amazon Linux AMI (for GPU nodes)?
asked a year ago4 views
1 Answers
0
For anyone that runs across this, it appears you query for this parameter:
/aws/service/eks/optimized-ami/<kubernetes version>/amazon-linux-2-gpu/recommended/image_id
answered a year ago
Relevant questions
Encountering "PLEG is not healthy" error on EKS nodes
asked 18 days agoFailed to retrieve MediaPackage credentials for channel ID
asked 3 years agoProgramatically retrieve recommended AMI id for GPU EKS nodes
asked a year agoWhy is the GPU not working out of the box for Deep learning AMI EC2 instance?
asked a month agoAdding Nodes in EKS getting >>nodecreationfailure eks - Nodes instances failed to join the kubernetes cluster
Accepted Answerasked 4 months agoEKS static IPs for managed node group nodes
Accepted Answerasked a year agoEKS Control Plane Security
Accepted Answerasked 2 years agoUpdate EKS 1.16 managed worker nodes with 1.16 AMI do not join the cluster
asked 2 years agoImplications of automatic EKS Platform version update
asked 2 months agoEKS Fargate Nodes ami / kubelet version stuck?
asked 25 days ago