Running Umbraco 7 on AWS with multiple instances and load balancing
Hi,
I was curious about something. We are looking to use Umbraco on a new development which will be deployed to AWS. Thing is, it will be running on multiple instances with a load-balancer in place.
Saving the media to S3 storage is the obvious solution when uploading images and media (I noticed there is a provider for this), however, what happens in the case when the users create new Layouts, Templates and views in Umbraco? These get saved down to the local file system meaning the other instances will be out of sync.
Has anyone else encountered this issue and a way to solve it?
Please make sure to follow the documentation to the letter, load balancing is supported but anything that's a little bit different then the documentation could make it fail:
Running Umbraco 7 on AWS with multiple instances and load balancing
Hi,
I was curious about something. We are looking to use Umbraco on a new development which will be deployed to AWS. Thing is, it will be running on multiple instances with a load-balancer in place.
Saving the media to S3 storage is the obvious solution when uploading images and media (I noticed there is a provider for this), however, what happens in the case when the users create new Layouts, Templates and views in Umbraco? These get saved down to the local file system meaning the other instances will be out of sync.
Has anyone else encountered this issue and a way to solve it?
Thanks in advance
Gordon
Please make sure to follow the documentation to the letter, load balancing is supported but anything that's a little bit different then the documentation could make it fail:
http://our.umbraco.org/documentation/Installation/load-balancing
is working on a reply...