The Artima Developer Community
Sponsored Link

Python Buzz Forum
Running a Windows EC2 instance, step by step

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Phillip Pearson

Posts: 1083
Nickname: myelin
Registered: Aug, 2003

Phillip Pearson is a Python hacker from New Zealand
Running a Windows EC2 instance, step by step Posted: Oct 27, 2008 5:37 PM
Reply to this message Reply

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
Latest Python Buzz Posts
Latest Python Buzz Posts by Phillip Pearson
Latest Posts From Second p0st

Advertisement

(Continued from my last post.)

- Install ElasticFox.

- 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.

Comment

Read: Running a Windows EC2 instance, step by step

Topic: Week 2, day 3 Previous Topic   Next Topic Topic: SQLAlchemy

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use