Upgrade license In ECK to try some platinum features

I have a three node ECK running on AWS EKS. The ECK is exposed to external client outside of k8s through an AWS application load balancer using AWS certificate issued by AWS certificate manager. In my set up, I disable TLS on the HTTP layer following Instructions here: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-accessing-elastic-services.html#k8s-disable-tls .
Basic license features seem to work so far. Planning to upgrade license to try some platinum features, but I noticed that platinum features require configuring security in Elasticsearch. Question: Will trial license with platinum features work if my ECK cluster TLS on HTTP layer is disabled as such
spec:
http:
tls:
selfSignedCertificate:
disabled: true

Hi @pingz,

Yes, it will work as you expect.
To enable a trial license and access Platinum features, please look at ECK trial license documentation.