Note that various information pop-ups may appear at the top of the console screen as you do things and may obscure other items. Dismiss these when they appear.
Before creating an EKS cluster you need to create a Cluster service IAM (Identity and Access Management) role. This grants permissions for the EKS service to access AWS APIs on your behalf.
-
Navigate to the IAM console
- Click in the search box and type
iam
- Click on
IAM
in the result list
- Click in the search box and type
-
Click on
Roles
in the left menu -
Click on orange
Create Role
button towards the top right -
On the next screen
AWS Service
should be selected. If not, click on it to select. -
In the
Use case
box, click onChoose a service or use case
and typeeks
. EKS should come up in the list. Click on it. -
In the list of radio buttons that will now appear, ensure
EKS - Cluster
is selected. It should now look like this: -
Click on orange
Next
button at the bottom right. You may need to scroll down to get to it. -
Press
Next
at the Add Permission screen. There are no additional permission required. -
Finally name the role as
eksClusterRole
, scroll to end and press orangeCreate role
button
Prev: Sign in
Next: Configure Cluster