I'm asking this here because google couldn't point me out in the proper direction. Are there any available tools for manipulating an EC2 instance via SSH using a GUI. I'm not very familiar with Ubuntu CLI commands (I actually crashed an instance by doing something over putty) so a GUI is my only option. What I actually want to do is to install a Glassfish web server on the instance. All necessary ports are forwarded (4848,8080,80).
            Asked
            
        
        
            Active
            
        
            Viewed 460 times
        
    0
            
            
        - 
                    This looks like a good guide to follow: http://stackoverflow.com/questions/25657596/how-to-set-up-gui-on-amazon-ec2-ubuntu-server – John Apr 23 '17 at 14:32
 - 
                    As well as https://aws.amazon.com/premiumsupport/knowledge-center/connect-to-linux-desktop-from-windows/ – John Apr 23 '17 at 14:33
 - 
                    Thank you @John this is exactly what I wanted – Venu Jayawardena Apr 23 '17 at 14:44