I have a website hosted with amazon aws, ec2 server. If you don’t know, ec2 gives me a Windows Server I can access with remote desktop where I install IIS ect… I am using Web.Forms(with aspx files)
I have a DNS with GoDaddy. I am using Forwarding because I want to direct it to a specific aspx page, rather than just an IP address. I bought an SSL certificate with GoDaddy. Steps I have taken:
1) Steps 1-7 here: https://uk.godaddy.com/help/manually-install-an-ssl-certificate-on-my-iis-10-server-27349
2) I followed all the steps here: https://uk.godaddy.com/help/manually-install-an-ssl-certificate-on-my-aws-server-32075
3) I followed these steps: https://uk.godaddy.com/help/redirect-my-website-to-https-in-pleskwindows-27873 -- After doing these steps, http does not work anymore(which is expected)
4) I configured Windows Firewall to allow inbound and outbound to ports 80 and 443
5) I have seen this: HTTPS setup in Amazon EC2
Is there anything I am missing? I have a feeling the solution is going to be super easy, once it is discovered of course.