How to have multiple pixel streaming sessions of an unreal engine project on an EC2 instance?

Hello everyone, I am using EC2 to Pixel Stream my Unreal Engine 5.5 project and have been able to successfully deploy it.
The main problem arises when sharing the project link to a group of people since everyone rather than getting their own experiences, get a shared one.
How can I multiple private sessions for the same?

Thank You in advance!

You would have multiple EC2 instances running, and then you’d need another server that each player connects to initially before being redirected to an available UE instance. There is some documentation and code available for what was called the Matchmaker, but this has since been deprecated.

If you’re interested in keeping everything on AWS, they have their own dedicated service for this called Amazon GameLift Streams.