This post originated from an RSS feed registered with Python Buzz
by Phillip Pearson.
Original Post: Running a Windows EC2 instance, step by step
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
- Open ElasticFox (Tools | ElasticFox in Firefox).
- Click on the 'KeyPairs' tab and create a new keypair. Save it somewhere.
- Click to the 'AMIs and Instances' tab. Under 'Machine Images (AMIs)', enter ec2-public-windows in the search box and hit ENTER.
- You'll get a list of Windows machine images. Pick the appropriate one. You probably want ami-b53cd8dc, ec2-public-windows-images/Server2003r2-i386-anon-v1.01.manifest.xml. (This is different from the one I used in my last post, but I can't find that one via ElasticFox. Be careful which one you use as the SQL Server and Auth Services ones are more expensive.) Right click on it and select 'Launch Instances'.
- Leave everything at defaults, except make sure it is using your keypair.
- Once the instance is launched (shows up as 'running' rather than 'pending'), right-click on it and select 'Get Administrator Password'.
- Now you should be able to connect in to the instance using the Remote Desktop Client on Windows, or rdesktop on Linux/OS X. Log in as Administrator, with the password you just retrieved.
- Once you're done, shut the instance down by terminating it in ElasticFox, or by clicking Start | Windows Security in your remote desktop session, and selecting "Shut Down" on the menu in the window that pops up.