Y
Hacker News
new
|
ask
|
show
|
jobs
by
SlalomStallone
4088 days ago
One nice thing would be hosting wordpress on multiple EC2 servers. All local copies of your wordpress directory would be kept in sync automatically with no other configuration.
1 comments
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.
link
SlalomStallone
4088 days ago
How do you manage it now? Plugin? S3?
link
ceejayoz
4088 days ago
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.
link