Help improve this page
Want to contribute to this user guide? Choose the Edit this page on GitHub link that is located in the right pane of every page. Your contributions will help make our user guide better for everyone.
Create cluster with EKS Auto Mode
This chapter explains how to create an Amazon EKS cluster with Auto Mode enabled using various tools and interfaces. Auto Mode simplifies cluster creation by automatically configuring and managing the cluster’s compute, networking, and storage infrastructure. You’ll learn how to create an Auto Mode cluster using the Amazon CLI, Amazon Management Console, or the eksctl command line tool.
Note
EKS Auto Mode requires Kubernetes version 1.29 or greater.
Choose your preferred tool based on your needs: The Amazon Management Console provides a visual interface ideal for learning about EKS Auto Mode features and creating individual clusters. The Amazon CLI is best suited for scripting and automation tasks, particularly when integrating cluster creation into existing workflows or CI/CD pipelines. The eksctl CLI offers a Kubernetes-native experience and is recommended for users familiar with Kubernetes tooling who want simplified command line operations with sensible defaults.
Before you begin, ensure you have the necessary prerequisites installed and configured, including appropriate IAM permissions to create EKS clusters. To learn how to install CLI tools such as kubectl
, aws
, and eksctl
, see Set up to use Amazon EKS.
You can use the Amazon CLI, Amazon Management Console, or eksctl CLI to create a cluster with Amazon EKS Auto Mode.