Getting when running StarRocks in AWS EKS, and try...
# questions-and-troubleshooting
w
Getting when running StarRocks in AWS EKS, and try to access AWA glue and S3
Copy code
StarRocks'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?