I'm having issues setting up HTTPS on AWS via a load balancer. I've managed to get as far as proxying my standard :80 server, via HTTPS on the load balancer, so requests to https://www.example.com are working. So if AWS can handle HTTPS traffic at the ELB level, do I actually need to start a separate web server to handle the HTTPS traffic, or can I just leave it at that?
What are the disadvantages of proxying HTTPS -> HTTP using an AWS load balancer?