|
|
|
|
|
by neurostimulant
2256 days ago
|
|
> 1. If you need multiple WP instances, you'll need to duplicate that setup with read replica + load balancer Don't forget that wordpress is not stateless. It'll need write access to its code directory, which complicates scaling. AWS has EFS which support up to 1000 clients, but at that point you'll probably better off rewriting your website with something else that easier to scale on the cloud. |
|