amazon web services - Elastic Beanstalk's Elastic Load Balancer name -


i have created new elastic beanstalk application on aws. have use cname redirect traffic end point of elastic load balancer through dns managed network solutions, , have size restrictions on length of cname target. appear elastic beanstalk chooses large random names load balancers.

  1. is there way rename load balancer?
  2. is there way specify load balancer name @ elastic beanstalk initialization?
  3. if create new load balancer there way add elastic beanstalk environment?

unfortunately answer no first 2.

the last one, able it, more or less goes against flow of elastic beanstalk. need create own elb whatever name , put in front ot instance created beanstalk. need need delete elb beanstalk created it's not sitting there costing money.

i can't remember if beanstalk boots environments via autoscaling group, if does, you'll need associate autoscaling group new elb.

after creating , syncing of up, need point cname new custom made elb.

that should work.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -