I want to migrate my platoform built with PHP/APACHE to AWS Cloud. My application serves multiple website with different domains and SSL Certificates. I can use only 50 certificate with AWS Application Load Balancer ( this is the hard limit ), so I am planning a different solution.
Can I use the Network Load Balancer and forward port 443 to my ECS instance ( Fargate ) without attaching a certificate and then terminate the SSL on apache instead of ELB?
In this way I can bypass the certificate limit and manage it with virtual host.
I'm right?