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 -

php - How to Access to Laravel 5 with Pingpong-Modules to a specific Module -

sql server - Sharing data between stored procedures -