Launch a Windows Server on EC2

Objective

To launch a Windows server on EC2.  See Amazon for current pricing information.  (aws.amazon.com/windows)  See Windows AMIs for EC2 for a breakdown of each type of machine image.

Create a Security Group for Windows

The first step is to create a security group for you Windows instances and open port 3389 so you can Remote Desktop into the instance once it's launched.

Go to Clouds -> AWS -> Security Groups and click New

04-windows_sec_group.gif

Click Create.  Open port 3389.  Be sure to specify IPs: 0.0.0.0/0 to allow any set of IP addresses.

  • /0 allows [0-255].[0-255].[0-255].[0-255]
  • /32 only allows 0.0.0.0

05-windows_port.gif

 

Launch a Windows Server from an Image

You are now ready to launch a Windows server.  Go to Clouds -> AWS -> Images.  Under the Amazon tab, you'll find a list of distributed Amazon Machine Images (AMI) that you can use to launch fresh Windows instances on EC2.  For a more detailed breakdown of each type of Windows AMI, see the matrix on Windows AMIs for EC2.

Find the desired AMI and click the associated launch button.  

01-windows_launch.gif

 

Provide the following configuration parameters.  Be sure to select the "Windows" security group that you just created.  Click Launch.

02-windows_properties.gif

In a couple of minutes, the server will become "operational."  You can click on the server's nickname to view more detailed information about the server.

 07-windows_server.gif

 

Remote Desktop into the Windows Server

Now that the server is operational, you can click on the RDP icon to Remote Desktop directly into the Windows server.

NOTE: You cannot log into a Windows Server using Firefox.  You must use Internet Explorer and ActiveX must be installed and enabled.

06-windows_ssh.gif

10-windows_remote_screen.gif

 

Windows Standard Remote Desktop Connection

You can also use a Remote Desktop Connection to connect to the server.   (Windows XP: All Programs > Accessories > Communications > Remote Desktop Connection).   Enter the Public DNS Name (ex: ec2-75-101-230-246.compute-1.amazonaws.com) and click Connect.

09-windows_remote_desktop_plain.gif

 

The last step is to login as "Administrator."  The initial password is located under the Info tab of the operational server.

08-windows_remote_desktop.gif

 

Tag page
You must login to post a comment.