We are starting to move our infrastructure from VMware to AWS. VMware allows you to open a console connection to the VM to see what on the screen without RDPing to it. It's basically like logging directly into the machine as if it were real and you were in front of it.
This is particularly useful for some of our internal applications that require a persistent session and do things like screen scraping and OCR. They also automatically generate keystrokes and mouse movements.
I was wondering if a console session like the one in VMware is possible in AWS. The only thing I've found remotely close to what might work is installing VNC on it which opens up other security risks so that really isn't an option.
Anyone run into this and have any thoughts?
FYI: Our machines are currently Windows 7 and server 2012
AWS has the ability to capture a screen shot of a running instance, perhaps this is what you are looking for? It does not allow you to interact with the host.