How to Use AWS IAM Role on AWS EKS PODs

From dzone.com

Attach IAM Role to the Kubernetes POD

It’s possible to attach an IAM role in a Kubernetes POD without using third-party software, such as kube2iam and kiam. This is thanks to the integration between AWS IAM and Kubernetes ServiceAccount, following the approach of IAM Roles for Service Accounts (IRSA).

Read more…