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

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -