Is it possible to launch a GUI (JMeter in my case) from an EC2 cloud instance and view/access this GUI from my localhost? If so how would I do that?
I SSH into EC2, start gui but I receive the following error:
An error occurred: No X11 DISPLAY variable was set, but this program performed an operation which requires it.
Thank you!
You can use it with non GUI. With GUI if your local S.O is windows you need to install Xming and configure X11 forwarding in Putty or if it's linux search how to export X with ssh.