## Assuming you already have putty installed, we will use SSH tunnelling to connect to the VNC server over port 22 so that we do not need to open additional firewall for the EC2 instance
## When prompted for VNC server, enter localhost:1 (note we are using localhost because we have established an SSH tunnel with the same local default port 5901 mapped to the remote (EC2) VNC server port 5901. So the viewer connects to localhost at display :1
## When prompted, enter the VNC password for ec2-user that was created earlier.
## You should get the GUI session for user ec2-user