2

The Background

Today I was reflecting on the pain install/OS testing. As we approach a new release of our windows software, we have to verify:

  1. That it installs without issue
  2. That it runs, given a reasonable fulfillment of dependencies
  3. That our assumptions as to what is available on an "updated" machine are correct
  4. On a range of architectures (32/64 bit, etc)
  5. On a range of operating system versions (Windows XP, Windows Vista, 7, 8, etc.)

Our sad (but usual and cost effective) approach is to spin up some old boxes here on site. We either try to stuff an OS install into a VM system, or are forced to wipe the box and do a native install just to get to a "clean" install of the app. Depending on the functional approach, reverting snapshots may or may not be available.

The Idea

I realized that Windows Azure was making it very easy to spin up virtual machines these days and "pay for what you use". Mostly this appears to be focused on web hosting (Windows Server 2008 and Windows Server 8 are the only windows variants available in the "VM OS Selection" dialog). See this page for an overview.

But what if I could spin up other kinds of Windows OS images purely for testing?

I have an MSDN subscription, and access to a set of OSes that we should support. Couldn't I push these up somehow and have snapshottable, on-demand test hosts?

The Questions

  1. Is this feasible right now with Windows Azure? (I can do this for Server 2008 and Server 8 now, it would seem...can i do this with other OS images?)
  2. If so, how? (Can i upload a .vhd to storage in some manner as to have it show in the "my images" section?)
  3. If not, is there a good alternative? (I get the sense you could do this with Amazon EC2? Am I barking up the wrong tree? Is this better to try and do onsite with VM software entirely?)

In the best case, I want "fresh" (recently patched) images for a set of supported Windows OSes that I can spin up on demand, pay for what I use, and then shut down again. Does this exist?

Thanks for your time and consideration...

P.S. Not entirely sure if this should be here or on serverfault...please advise.

4

1 に答える 1

1

1.これは Windows Azure で現在実現可能ですか? (現在、Server 2008 と Server 8 でこれを行うことができます。他の OS イメージでこれを行うことはできますか?)

Windows Server は 8 ではなく 2012 です。いいえ。現在サポートされている Windows ファミリの OS は次のとおりです。率直に言って、Windows クライアント OS (XP、7、8 など) がサポートされることはないと思います。

2.もしそうなら、どのように?(「マイ イメージ」セクションに表示されるように、何らかの方法で .vhd をストレージにアップロードできますか?)

いいえ、そうではありません。

3.そうでない場合、良い代替手段はありますか?(Amazon EC2 でこれを行うことができると思いますか? 私は間違ったツリーを鳴らしていますか? これは、完全に VM ソフトウェアを使用してオンサイトで試してみた方がよいでしょうか?)

この質問に完全に答えることはできませんが、簡単に検索すると、現在 Amazon EC2 で実行できることがわかります。

Microsoft Windows Server® を実行する Amazon EC2 (2003 R2、2008、または 2008 R2 エディションで利用可能)

これまでのところ、Windows OS で。

要約すると、Azure と Amazon で実行できるのはServer Windows OS だけです。

ヒント: Azure または Amazon の Windows サーバーに Hyper-V をインストールすることはできません (既に仮想化されているものを仮想化することはできません)。

于 2012-10-19T20:04:37.823 に答える