AWS has introduced [EKS Pod Identity](https://docs.aws.amazon.com/eks/latest/userguide/pod-identities.html) as a new way for authenticating Kubernetes Pods against AWS APIs. This requires upgrading the Go AWS SDK to at least [1.23.0](https://github.com/aws/aws-sdk-go-v2/releases/tag/release-2023-11-14), currently 1.16.0 is being used
AWS has introduced EKS Pod Identity as a new way for authenticating Kubernetes Pods against AWS APIs.
This requires upgrading the Go AWS SDK to at least 1.23.0, currently 1.16.0 is being used