EKS NodeGroup IAM Role on Config File (yaml)

0

Hello,

I'm new to EKS and I have setup a cluster with a NodeGroup from the AWS Console. Now, I want to do this setup by code, by eksctl using the yaml file. Currently I can create the cluster properly through it, but I can't find how to create the NodeGroup. My doubt is about where and how I specify the "Node IAM Role" field that appears in the AWS Console, but in the yaml file.

Thanks!

asked 2 years ago821 views
1 Answer
1
Accepted Answer

You can view the eksctl config file schema. There is also an example eksctl config from a blog post that I wrote.

profile pictureAWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions