Does Elastic Beanstalk run all the deployment commands every time an EC2 instance is booted? -


i have python project requires installation , compilation of quite few dependencies can take 10-15 minutes.

if use elastic beanstalk , auto scaling mean each ec2 instance take 10-15 minutes boot, or eb more intelligent snapshotting/cloning?

would see better boot times pre-baking amis?

yes, idea have fast boot times. elastic beanstalk work custom amis. idea because if dependencies out of service, won't able start new servers. happened me before :(.


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

java - Could not locate OpenAL library -

Non Unique Username with ASP.Net Identity 2.0 -