I am currently in the process of migrating my app from Heroku to AWS ECS. I am at the stage where I want to establish a secure connection by enabling https for my app. From what I understand, I need a certificate, which I can obtain using the AWS ACM.
I tried to generate a certificate by providing the currently active production domain name used on my app hosted on Heroku. I purchased this domain name from OVH.
However, the response from AWS was very delayed, and I ultimately found out that my certificate request had failed.
Can you assist me ?
Thank you.