My main development machine is an OS X laptop, but for years I have run Windows systems (standalone, on a bootcamp volume, or via various virtualization systems), in order to test projects I work on for Windows compatibility. I'd like to get out of the business of maintaining local Windows systems (and cease buying Windows licenses), so today I tried setting up an Amazon EC2 Windows Server 2008 instance with ActivePerl, Cygwin, Strawberry Perl and MSVC++ 2010 Express. Everything went smoothly.

From here, there are a couple options:

Regardless of which path we go down, my own problems are solved: no more maintaining a local Windows box!

However, the AMI path has another advantage: I have some collaborators who do not have easy access to Windows machines but who do have access to EC2, and I can share the AMI with them.

Is there anybody around here who has set up something similar? Any comments or advice?


In reply to Sharing an Amazon AMI Windows test environment by creamygoodness

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.