Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible to link a single K8s serviceAccount with multiple AWS IAM roles. A serviceAccount can only be associated with a single IAM role via an annotation on the Kubernetes resource. However, you can create multiple serviceAccounts, each associated with a different IAM role, and then assign them to different pods in your Kubernetes cluster.