XF 2.1 How to handle load balanced setup?

hoks

Member
Hi,

I installed Xenforo on AWS with ALB and auto-scaling.

The xf core codes are deployed via codecommit -> codedeploy

The current problem is that each time a new ec2 is spawned by ALB, the internal_data directory will be empty.

Do you have any suggestions on how to efficiently regenerate the code_cache on each new ec2 instance?

Thanks
 
Back
Top Bottom