AWS Elastic Beanstalk environment with multiple Load Balancers

后端 未结 5 825
天命终不由人
天命终不由人 2021-02-07 12:06

I have the following situation: I have 1 Rails App that has 2 domains, each of these domains has multiple/dynamical subdomains. This app is in AWS using a load-balanced Elastic

5条回答
  •  [愿得一人]
    2021-02-07 12:47

    I think that the best solution for your problem is to have multiple domains on the same SSL certificate and then assign that certificate to your ELB environment.

    (you can have wildcards, maybe that wasn't available at the time the question was asked)

    You don't need extra load balancers.

提交回复
热议问题