aws-eks-ami

Find the latest EKS-optimized Amazon Linux 2023 AMI for a Kubernetes version in an AWS region.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/vincent119/ai-rules-kit --skill aws-eks-ami
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-eks-ami
Source: https://github.com/vincent119/ai-rules-kit/tree/main/skills/aws-eks-ami
Command: npx skills add https://github.com/vincent119/ai-rules-kit --skill aws-eks-ami

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires awscli, and includes scripts (resource) components.

What problem does it solve?

Automates discovery of the latest Amazon EKS AMI (AL2023 x86_64) across multiple regions for a specified Kubernetes version, simplifying worker node provisioning.

Core Features & Use Cases

  • Region-aware AMI lookup for EKS AL2023 x86_64 across AWS regions.
  • Supports multiple Kubernetes versions and regional mappings.
  • Outputs a table with Name, ImageId, Architecture, CreationDate, and PlatformDetails.

Quick Start

Run the script after setting K8S_VERSION and REGION to obtain the latest EKS AMI for AL2023 x86_64 in your target region.

Frequently Asked Questions about aws-eks-ami

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the latest EKS optimized Amazon Linux 2023 AMI for a specific Kubernetes version in my AWS region?

To find the latest EKS optimized Amazon Linux 2023 AMI, you can query AWS public AMIs using AWS CLI. This script automates that lookup, returning a table with the ImageId, Architecture, and CreationDate for your specified Kubernetes version and AWS region.

Can I compare EKS AMIs across multiple AWS regions at once?

Yes, you can compare EKS AMIs across multiple regions. The tool translates human-friendly region names into AWS region codes, enabling cross-region comparisons for APAC, AMER, and EU regions to simplify your worker node provisioning decisions.

What AWS CLI outputs do I get when fetching an EKS AMI for worker node provisioning?

When fetching an EKS AMI for worker node provisioning, you get a structured table output containing the AMI Name, ImageId, Architecture, CreationDate, and PlatformDetails for the AL2023 x86_64 image.

Does this EKS AMI lookup tool support ARM64 architecture or only x86_64?

This EKS AMI lookup tool only supports the x86_64 architecture. It specifically discovers the latest Amazon EKS optimized Amazon Linux 2023 AMI for x86_64 instances.

Do I need AWS credentials configured to query public EKS AMIs across regions?

Yes, you need AWS CLI installed and configured to query public EKS AMIs across regions. The script relies on the AWS CLI to fetch the latest Amazon Linux 2023 AMI details for your chosen Kubernetes version.