How to add an IAM User to an EKS Cluster?
<p>You can take advantage of IAM's authentication mechanism when adding a new user to your EKS cluster.</p>
<p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/0*wXPak0DDaLBLDu3r" style="height:481px; width:700px" /></p>
<p>Photo by <a href="https://unsplash.com/@bamin?utm_source=medium&utm_medium=referral" rel="noopener ugc nofollow" target="_blank">Pierre Bamin</a> on <a href="https://unsplash.com/?utm_source=medium&utm_medium=referral" rel="noopener ugc nofollow" target="_blank">Unsplash</a></p>
<p>Imagine you need two different user groups; <code>developers</code> , <code>admins</code></p>
<p>Users in the group <em>developers</em> can see only pods and their logs<br />
Users in the group <em>admins</em> can do everything in the cluster</p>
<p>Let’s create a role:</p>
<p>Go to the IAM Roles Page and click Create Role:</p>
<p><a href="https://adil.medium.com/how-to-add-an-iam-user-or-role-to-an-eks-cluster-fc188b9abf76"><strong>Read More</strong></a></p>