Hacker News new | ask | show | jobs
by ceejayoz 4088 days ago
Yeah, I have a WP Multisite cluster that's a real pain to manage for this reason. Probably will be my first use of EFS.
1 comments

How do you manage it now? Plugin? S3?
Our uploads folder is an s3fs mountpoint with a custom plugin to rewrite URLs to a CloudFront distribution in front of it.

The rest gets updated on a dev server then deployed to the auto-scaling group via an AMI.