|
|
|
|
|
by joe_hoyle
3513 days ago
|
|
IMO the better way to run is with _no_ shared file system at all. Use CodeDeploy to ship the deploy files to all ec2 servers, and then use S3 to store all uploaded files. WordPress doesn't need to do any file writing outside of the `uploads` directory. This allows you to sidestep a large amount of pain points with shared filesystems, and every ec2 server has local disk performance. |
|