# Amazon AutoScaling for OpenVidu CE

**URL:** https://openvidu.discourse.group/t/amazon-autoscaling-for-openvidu-ce/1339
**Category:** How to implement?
**Tags:** v2
**Created:** [June 30, 2020, 5:33pm UTC](https://openvidu.discourse.group/t/amazon-autoscaling-for-openvidu-ce/1339 "2020-06-30T17:33:56Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![aritomeo](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/aritomeo/32/691_2.png) [@aritomeo](https://openvidu.discourse.group/u/aritomeo)
#### Post date: [June 30, 2020, 5:33pm UTC](https://openvidu.discourse.group/t/amazon-autoscaling-for-openvidu-ce/1339/1 "2020-06-30T17:33:56Z")

</div>

Hello guys,  
Does anyone succeed in implement Amazon AutoScaling for OpenVidu CE? This is possible or the AutoScaling just works with the PRO version?  
Thanks.

---

<div class="post-metadata">

### Author: ![micael.gallego](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/micael.gallego/32/2_2.png) [@micael.gallego](https://openvidu.discourse.group/u/micael.gallego)
#### Post date: [June 30, 2020, 7:55pm UTC](https://openvidu.discourse.group/t/amazon-autoscaling-for-openvidu-ce/1339/2 "2020-06-30T19:55:14Z")

</div>

Autoscaling is a feature of the PRO edition.

OpenVidu CE doesn’t provide autoscaling.

Regards

---

<div class="post-metadata">

### Author: ![aritomeo](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/aritomeo/32/691_2.png) [@aritomeo](https://openvidu.discourse.group/u/aritomeo)
#### Post date: [June 30, 2020, 8:18pm UTC](https://openvidu.discourse.group/t/amazon-autoscaling-for-openvidu-ce/1339/3 "2020-06-30T20:18:34Z")

</div>

Thanks, @micael.gallego.

I know that, but my concern is if it’s possible to do that using CE edition with some hard work. I know that the PRO version has an option to make it easy to autoscale, but I want to test some scenarios with autoscaling before deciding to adopt the PRO version or stay on CE for a while.

I know if I use Load Balancer and AutoScaling, the servers will start, the problem I see is with the sessions. User1 \> SessionA (ServerA) and User2 \> SessionA (ServerB). I think they won’t see each other. Is there any workaround for this?

Regards,

---

<div class="post-metadata">

### Author: ![vipin\_mishra](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/vipin_mishra/32/32_2.png) [@vipin\_mishra](https://openvidu.discourse.group/u/vipin_mishra)
#### Post date: [July 2, 2020, 4:55pm UTC](https://openvidu.discourse.group/t/amazon-autoscaling-for-openvidu-ce/1339/4 "2020-07-02T16:55:22Z")

</div>

yes this is not proper solutions . But if you want test some scenario you try paid version 15 days trial given by openvidu

---

<div class="post-metadata">

### Author: ![Thiago\_Henrique](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/thiago_henrique/32/346_2.png) [@Thiago\_Henrique](https://openvidu.discourse.group/u/Thiago_Henrique)
#### Post date: [July 2, 2020, 9:18pm UTC](https://openvidu.discourse.group/t/amazon-autoscaling-for-openvidu-ce/1339/5 "2020-07-02T21:18:16Z")

</div>

Maybe you can introduce some logic to use sticky sessions to bind user session to a specific instance:

[https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html)

Regards

---

<div class="post-metadata">

### Author: ![vipin\_mishra](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/vipin_mishra/32/32_2.png) [@vipin\_mishra](https://openvidu.discourse.group/u/vipin_mishra)
#### Post date: [July 3, 2020, 6:35am UTC](https://openvidu.discourse.group/t/amazon-autoscaling-for-openvidu-ce/1339/6 "2020-07-03T06:35:04Z")

</div>

Is it working and you tested it.  
Thanks
