https://www.padok.fr/ https://www.padok.fr/en/blog https://www.padok.fr/en/blog/tag/cloud https://www.padok.fr/en/blog/aws-eks-iam Granting access to AWS Resources

The general way of granting access to a resource in AWS is through IAM Roles, so our end-game here is for our Pod to be able to take actions using an IAM Role.

Configure a Kubernetes ServiceAccount to assume an IAM Role

We got an in-depth look in this article at how you can grant access to a Pod in Kubernetes to resources in AWS with IAM.

Related Articles