amazon web services - AWS Elastic Beanstalk - add load balancer to app retroactively -


i got new domain , want change elastic beanstalk app name domain-name.elasticbeanstalk.com www.domain-name.com. when created eb app, chose single instance.

i followed these instructions set domain. selected load balancer, domain seems map app have. seems because created 1 load balancer eb app, , not current app trying map domain to.

my questions are:

1) how can use single load balancer (associated different app) point domain correctly? not possible.

2) how can retroactively add load balancer existing eb app? or have recreate eb app , add load balancer @ point?

the 2 options described suggest use second option. follow below steps.

  1. launch elb in aws console. if eb instance in vpc launch elb in same vpc.

  2. when launching elb attach eb instance load balancer.

  3. then can point domain www.domain-name.com elb using route 53.

or can change environment type single instance load balancing environment.

check below user guide.

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features-managing-env-types.html?icmpid=docs_elasticbeanstalk_console


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -