Windows – Is it possible to setup and effectively use Remote Desktop Services on a google Cloud VM Instance

google-cloud-platformgoogle-compute-engineremote-desktop-serviceswindows

We currently have a Windows 2012 Server in our office running Remote Desktop Services. All of our users remote into the server when they need to run a windows application. We are thinking of simply firing up a windows server VM instance in Google Cloud (transferring all of our licenses), and use that instead (and get rid of our onsite server).

Is this possible and if so, is there any reason we should not do it? It would appear to be 1/2 the price of Desktop as a Service and our users are already used to remoting in to an RDS instance.

Best Answer

Yes, this is possible and very easy to implement on Google Cloud Platform.

There are many public images available within the platform, including Windows 2012 images, and these can be used to boot a new Windows 2012 instance.

When you create a new project a network "default-allow-rdp" rule is automatically set up which will allow RDP access into your virtual network from external sources for authenticated users.

Similarly, when you create a new Windows instance from one of the publicly available images, RDP is automatically configured. If you have Chrome RDP installed in your browser it's possible to access your new machine from an "RDP" button available in the Google Cloud Platform Console view.

There is a "Set Windows password" option in the Console which allows you to set the user and password before you access the machine for the first time.

You would also have the option of using any other RDP clients to access the VM. This is made simple by downloading an RDP file from the Console and using utilizing it with your chosen RDP client.

There is a good explanation here on how to set up RDP in Google Cloud.