I am looking to setup a VPN Server in AWS EC2 instance. I do understand ec2 instances have limited bandwidth according to its instance type.
Let assume, I have a t2 medium instance on which VPN Server is configured and running but i want to implement a limit for each user to consume defined limit of bandwidth. like total bandwidth of ec2 instance is 10 Mbs and 2 users are connected to my server but they can use 2 Mbs speed each however, rest 6 Mbs will be free.
Is there any way we can do that. Does EC2 instance provide this feature to implement bandwidth division either directly on instance or by using any third party tool.