amazon web services - AWS adding load balancer and autoscaling to existing https instance using let's encrypt -
i've existing ec2 instance running apache2 set https on, using let's encrypt service. i'd create autoscaling group (with 1 3 of these instances) , load balancer , i'd keep https certificate.
wich best way that?
if ssl certificate going installed on each ec2 instance, can setup port 443 on load balancer tcp listener, , pass traffic on port 443 directly instance, ssl certificate served.
note going require let's encrypt working on each instance gets created. easier new (free) certificate via aws acm service, , install on load balancer.
Comments
Post a Comment