We would like to migrate our SaaS offer from Azure to Google Cloud Engine.
Our current solution:
Run on Windows 2012 server, while the current offering by Google enables the usage of Windows 2008 Server R2. Our server heavily uses Web Sockets that are supported only from IIS 8. We have several options:
- Find a way to install IIS 8 on Windows 2008 Server R2. (we didn’t find such way and IIS8 express edition can’t do the work)
- Migrate the Azure’s Image (vhd format... large file) and use it as
image for the google VM instance.
My questions:
- Is there another way to tackle the above problem?
- Is there a way to run IIS 8 (with WebSockets support) on Windows 2008 Server R2?
- What is the best way to create Google VM Instance from VHD or iso? Do you have a documentation for this process? (Step by Step preferred)
thanks, R.