amazon web services - How to associate existing autoscaling group to elastic beanstalk environment? -


i have python web application need deploy on aws. when try create environment beanstalk wizard tries create new security group, launch configuration , autoscaling group. problem don't have rights create new security group , provided pre configured security groups, autoscaling groups , launch configuration else. launch configuration created copying launch configuration created beanstalk wizard if beanstalk wizard allowed create security groups , all. have bootstrapping code. how create beanstalk environment use existing autoscaling , security groups ? don't see option on ui wizard. couldn't find if possible achieve .ebextensions.

elastic beanstalk uses aws cloudformation manage resources uses. cloudformation cannot use existing resources.

the auto scaling group, security groups, etc. must created elastic beanstalk.

you need go team (that provided resources) , work permission issues out. or don't use eb.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -