Need details on deploying IHP docker to AWS EC2
I need details on deploying an IHP app using docker on AWS EC2. Specifically I need to know where the SSL Certificate should be. The link from the deploy doc to http://harlambert.co.uk/ihp_notes/ appears to be broken. Thanks for any help!
Have you seen the docker instructions in the IHP docs?
Typically when we deploy to EC2 we use a AWS LBS loadbalancer in front of the EC2 instance. This LBS instance is doing the SSL handling together with ACM (AWS Cert Manager).