EKS AWS Load Balancer Controller -getting error while provisioning AWS ALB LBR in EKS

0

Hello All, to provision aws alb Ingress i am following below https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.5/ https://repost.aws/knowledge-center/eks-alb-ingress-controller-setup

After performing all steps i am getting below error

{"level":"error","ts":"2023-05-18T01:04:02Z","logger":"controllers.ingress","msg":"unable to determine AWS Shield subscription state, skipping AWS shield reconciliation","error":"AccessDeniedException: User: arn:**************************3935 is not authorized to perform: shield:GetSubscriptionState on resource: arn:aws:shield:::subscription/ because no permissions boundary allows the shield:GetSubscriptionState action"}

Can Anyone give me some insights around this??

Regards Anoop

1 Antwort
0

Do you know what user "User: arn:**************************3935" is?
It seems that this user lacks the "field:GetSubscriptionState" permission, so why not try to set it up in IAM?

profile picture
EXPERTE
beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor einem Monat
  • Thanks for responding Rinku

    The User: arn:**************************3935 is associated to AWS ALB controller .........what sort of permission shall i require??? and why does that require that permission that is not clear to me

  • I don't know exactly either, but it may be that AWS Load Balancer Controller is getting information from AWS Shield and using it for DDos protection, etc. The only way to know for sure is to explore the information in the "AWS Load Balancer Controller". In the meantime, it would be a good idea to attach privileges to the user and see if the error disappears. The "GetSubscriptionState" is not a permission to delete or create anything, so there is little danger in attaching it.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen