Is it possible to use istio with AWS ACM to create a service with end to end encryption

Hi I am trying to find examples online to use istio as a service mesh and have end to end SSL encryption and preferable integration with AWS ACM (AWS certificate manager) deployed into EKS. If it is not possible is there a simple example that I can refer to that shows how the whole thing works ?

Thanks

This is an interesting question. Did you find your information somewhere?

No, still looking out for resources to see if this is possible.

AFAIK, istio.io does not have an example of integration with AWS ACM.
FWIW, the article https://faun.pub/managing-tls-keys-and-certs-in-istio-using-amazons-acm-8ff9a0b99033 discusses how to use AWS ACM for TLS key management of Istio ingress gateway.