Creating an IAM role for ServiceAccount
Learn how to create a web identity IAM role and attach it with any Service account for an EKS cluster.
When we set up an EKS cluster, we apply rbac(role-based access control) to permit the pods to access the cluster and AWS resources. RBAC includes a ServiceAccount annotated with an IAM role which is finally used by the pod.
