Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have some experience with Amazon's linux instance. But, I need a Windows machine, and I need to manage it with GUI (something like remote desktop or so). Can any body answer me if this is possible and how ?

share|improve this question

closed as off topic by user57368, Mac, Matteo, hims056, j0k Nov 1 '12 at 8:07

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

up vote 2 down vote accepted

Yes this is definitely possible, I use it all the time. Just provision a windows instance and then once it is running, right click on it in the EC2 management interface and select "Get Administrator Password".

You will need to specify a private key at launch time, and use that to get the decrypted password.

You can then use any Remote Desktop client to access the machine using this password and the public DNS name.

share|improve this answer
Is the GUI possible with Linux too? – Jury A Oct 31 '12 at 22:38
I believe there are open source Linux Remote Desktop clients, but I have never used one. – CIGuy Oct 31 '12 at 23:12

Windows has Remote Desktop, which allows you to drive through GUI, or else putting on VNC and connect through there.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.