William Weixin Zhang
10/30/2025, 9:51 PMStarRocks's AWS authentication implementation appears to be designed primarily for EC2 instances, not for EKS with IRSA. The "instance profile" mode tries to use IMDS, which doesn't exist in Kubernetes pods.
https://docs.starrocks.io/docs/integrations/authenticate_to_aws_resources/
I tried to use IRSA, seems keep failing , permission denied
what is the right way to setup permission for StarRocks from AWS EKS to glue and S3?