## TLDR - Simplifies EKS workloads (pods) authorization to AWS services (S3) by mutating requests to have credentials with the specified IAM permissions ### Pre Requisites - EKS Cluster - EKS Pod Identity Agent (the EKS add-on makes it super simple to deploy and manage this) ### How To 1. Create IAM Role for the EKS workload with the required permissions 2. Add an association to associate the IAM role with the pod's namespace and service account ### Example w/ AWS Load Balancer Controller (TODO)