Hi, if i have a EKS cluster with ALB as ingress co...
# kubernetes
m
Hi, if i have a EKS cluster with ALB as ingress controller is there a way to link AWS shield to the ALB created?
c
You should be able to do this with the aws-load-balancer-controller by placing annotations on the Service resource: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/ingress/annotations/#shield-advanced-protection
m
oh i missed that annotation THANKS