Introduction to Amazon Elastic Compute Cloud (EC2) with Windows Server

2 minutes

Amazon EC2’s simple web service interface allows you to obtain and configure capacity with minimal friction. It provides you with complete control of your computing resources and lets you run on Amazon’s proven computing environment. Amazon EC2 reduces the time required to obtain and boot new server instances to minutes, allowing you to quickly scale capacity, both up and down, as your computing requirements change.

Amazon EC2 changes the economics of computing by allowing you to pay only for capacity that you actually use. Amazon EC2 provides developers the tools to build failure resilient applications and isolate themselves from common failure scenarios.

In this lab we will learn to create windows server instance using AMI.

Step 1:

Open AWS management console and select EC2 from services.

Select Instances and click Launch Instance.

upload(1)

Choose Windows Server 2012 R2 as AMI and click on select.

upload(2)

Keep the instance type selected default and click Next.

upload(3)

Click Next.

upload(4)

Click Next.

upload(5)

Give the Key name, Value and click Next.

upload(6)

Leave the default options selected and click Review and Launch.

upload(7)

Click Launch.

upload(8)

Select the existing Key and click Launch Instance.

upload(9)

Click view launch log to check the status.

upload(10)

Now you can see the running instance in the instances list.

In the connection area, click the drop-down to download .pem file or you can rename your previous downloaded .ppk file to .pem.

Click on Connect.

upload(11)

Click download Remote Desktop File, click get password.

upload(12)

Now click choose .pem file. Click Decrypt Password.

upload(14)

Copy the username and password in a notepad and click close.

upload(15)

Now  double click the downloaded Remote Desktop file and click connect.

upload(16)

Paste the copied password below administrator username and click Ok.

upload(17)

Click Yes for the warning.

upload(18)

Now you will login to the downloaded windows server 2012 R2.

upload(19)upload(20)

This is the process to connect windows server R2 with AWS EC2.