AWS has made important changes to the EKS Cluster creation process, especially around IAM roles. This guide walks you through the updated process, combining the core concepts from Maximilian’s course with the latest AWS Console UI updates.


🧠 What is an EKS Cluster?


Updated IAM Requirements in AWS Console

AWS has introduced two separate IAM roles you must define during cluster creation:

1. Cluster IAM Role (Previously called “Cluster Service Role”)

2. Node IAM Role 🆕 (New requirement)


🔧 Step-by-Step Setup


🔹 1. Create the Cluster IAM Role (eksClusterRole)

This allows EKS to create AWS resources on your behalf.

🛠️ Create IAM Role: