# Come implementare il deployment distribuito di Discourse?

**URL:** <https://meta.discourse.org/t/how-to-implement-distributed-deployment-of-discourse/281717>\
**Category:** Self-hosting\
**Created:** [10 Ottobre 2023, 6:47am UTC](https://meta.discourse.org/t/how-to-implement-distributed-deployment-of-discourse/281717 "2023-10-10T06:47:22Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![Alex\_王](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alex_%E7%8E%8B/32/318340_2.png) [@Alex\_王](https://meta.discourse.org/u/Alex_%E7%8E%8B)\
**Post date:** [10 Ottobre 2023, 6:47am UTC](https://meta.discourse.org/t/how-to-implement-distributed-deployment-of-discourse/281717/1 "2023-10-10T06:47:22Z")

</div>

Il mio obiettivo è costruire un sito web che risponda ad almeno 500 richieste al secondo, per cui potrei aver bisogno di un deployment distribuito. Attualmente ho il sito distribuito su un server AWS EC2 gratuito con un database Postgresql RDS gratuito e S3 come database.  
Per la scalabilità della piattaforma potrei aver bisogno di più nodi EC2 come server con load balancer.  
Tuttavia, non ho esperienza con il distribuito e vorrei sapere come dovrei fare, qualcuno può condividere la sua esperienza o fornire tutorial per favore? È davvero molto apprezzato.

---

<div class="post-metadata">

**Author:** ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)\
**Post date:** [10 Ottobre 2023, 9:57am UTC](https://meta.discourse.org/t/how-to-implement-distributed-deployment-of-discourse/281717/2 "2023-10-10T09:57:54Z")

</div>

Un modo è inviare le immagini create con il launcher a un repository e poi usare ecs per gestirle.

Non credo che sarai in grado di ottenere quel livello di prestazioni con il piano gratuito.

---

<div class="post-metadata">

**Author:** ![Alex\_王](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alex_%E7%8E%8B/32/318340_2.png) [@Alex\_王](https://meta.discourse.org/u/Alex_%E7%8E%8B)\
**Post date:** [10 Ottobre 2023, 3:11pm UTC](https://meta.discourse.org/t/how-to-implement-distributed-deployment-of-discourse/281717/3 "2023-10-10T15:11:26Z")

</div>

Sì, userò un’istanza a pagamento. Se voglio solo 2 istanze, come dovrei fare? Copiare l’istanza originale e usare un load balancer AWS per gestirle va bene? Grazie!
