AWS Elastic Beanstalk environment with multiple Load Balancers

后端 未结 5 890
天命终不由人
天命终不由人 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条回答
  •  Happy的楠姐
    2021-02-07 12:33

    It's a tough one with Elastic Beanstalk as they have a cookie cutter way of deploying your app and if it's not in their options then you have either "hack it" or just go with a completely different solution using EC2 or plain cloud servers.

    One thing you can try is creating another ELB with the certificate of the second domain (and subdomains) and point it to your Elastic Beanstalk Instance. If you go to the ELB console you should be able to see the ELB for the first domain. Then, you can create your second domain based on the first domain.

    Hope it helps.

提交回复
热议问题