DEV Community

Discussion on: Deployment Strategies for Auto-Scaling and Load Balancing EC2 Instances in AWS

Collapse
 
taragrg6 profile image
taragurung

Great! I would like to give you one simple situation and know how is it often solved.

Suppose I created one AMI with wordpress setup done. Now I can scale another out of it but the problem will be if there is changes in data in the first instance , the same data might not appear in newly created. It might be hectic to create new AMI for every data change or is there a way to make it automatically for each changes.

How is it often taken care of? Is EFS the only solutions? How experts do it?