How to enable HTTPS for my backend on AWS EC2 to work with my frontend on Netlify?
I’ve successfully deployed my full-stack project, with the frontend using Netlify and the backend initially using Render. However, due to slow response times on Render, I decided to move my backend to an AWS EC2 instance.