how do we execute the same distributed test from several regions simultaneously?
we want to be able to run the same scenario from different regions concurrently, for example viewing the same video stream from different locations in the world. The current way we do this is to deploy the solution in different regions and launching the same test in each interested region. Is there an easier way that's not documented or not yet implemented?
We noticed that this implementation has the ability to do so, but the current solution does not allow for it (at least it's not obvious).
https://github.com/aws-samples/distributed-load-testing-using-aws-fargate
thanks in advance