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 ?
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.
|
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. |
|||
|
Windows has Remote Desktop, which allows you to drive through GUI, or else putting on VNC and connect through there. |
||||
|
|