I was not able to find a way to pass a annotation for kong ingress to change the default ssl policy for the listener, by default is using the ELBSecurityPolicy-2016-08
value, described as default at AWS’s documentation Create an HTTPS listener for your Application Load Balancer - Elastic Load Balancing
I’ve found that kubernetes-sig has some implementation for that using the annotation ssl-policy Annotations - AWS LoadBalancer Controller
Has kong some kind of annotation to tell AWS to change the ssl-policy?