Use SSL Certificate from AWS ACM instead of Let's Encrypt

Hi

I had trouble upgrading the Let’s Encrypt SSL certificate for our Astronomer Enterprise installation on AWS EKS because of an issue with RDS:

Can we use wildcard SSL certificates provided by AWS ACM to replace the ones provided by Let’s Encrypt?. I also found that we can use terraform to provision them:

https://www.terraform.io/docs/providers/aws/d/acm_certificate.html

I’m not sure if we use ELB (Classic) or if we have ALB as the ACM certificates would only work for ALB though.

https://www.terraform.io/docs/providers/aws/r/lb_listener.html

https://www.terraform.io/docs/providers/aws/r/elb.html