I have bought a domain from Godaddy and hosted my app on AWS EC2 instance. Currently I have A Record in Godaddy pointing to IP address of my EC2 instance which is working fine.
Now I wish to convert my site to https and here is what I have done so far. Created a load balancer which successfully redirects http and https requests to my EC2.
What changes do I need to make on my godaddy domain settings so that it redirects https requests to my loadbalancer?