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.
launch elb in aws console. if eb instance in vpc launch elb in same vpc.
when launching elb attach eb instance load balancer.
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.
Comments
Post a Comment