Scaling SignalR on Amazon AWS

KamuZ

New Member
I wanted to know how to Scale SignalR on Amazon AWs. From my understanding, in order to scale SignalR I need to deploy my website on several EC2 servers. The problem is that there isn't a connection between the two or more servers. There is an option to use Redis DB to make the servers talk to each other.My questions are:1) Do I need also to scale Redis DB?2) Does the messages data are saved to the DB permanently or they deleted when the messages are sent? (I don't want the DB to save the messages because it can become very big)3) Any recommended configuration on Amazon to get started with a scalable SignalR deployment?Thanks.
 
Back
Top