Hi,
I also want to setup Open Edx for 2000 concurrent users.
I'm using following server structure:
1. LMS and CMS --> 2 instance (8 CPU, 32 GB RAM (t2.2xlarge)) with ELB
2. RDS --> 1 instance (4 CPU, 16GB RAM (db.t2.xlarge))
3. MongoDB --> 3 instance (2 CPU, 8 GB RAM (t2.large)) (Using MongoDB replica set)
4. Elastic Search and Memcache --> 1 Instance (2 CPU, 8 GB RAM (t2.large))
5. Workers and RabbitMQ --> 1 Instance (2 CPU, 8 GB RAM (t2.large))
I had also installed following services on (LMS and CMS) instance:
1. Ecommerce
2. Forum
3. Xqueue
4. Certs
5. Discovery
6. Notifier
Can anyone say this configuration is enough to handle 2000 concurrent users ?
Thanks