🎯 Learning Objectives


Part 1: Creating an EKS Cluster — Basic Configuration

Overview

In the EKS Console, we can choose between two configuration modes: Quick Configuration and Custom Configuration. We use Custom Configuration to explore all available options.

EKS Auto Mode

EKS Auto Mode is a new feature that allows EKS to manage the underlying infrastructure automatically. When a new Pod cannot fit onto existing nodes, EKS automatically creates a new node — no manual infrastructure management required.

Key Points