Steps To Install Windows Virtual Machine
Steps To Install Windows Virtual Machine
Frequently multiple virtual machines with their own OS's are used in server
consolidation, where different services are run in separate virtual environments,
but on the same physical machine.
Amazon EC2 is the Amazon Web Service you use to create and run virtual
machines in the cloud (we call these virtual machines 'instances').
Log in to AWS and Enter the EC2 Dashboard. When you click here, the AWS
management console will open in a new browser tab. Find EC2 under
compute and click to open the Amazon EC2 Console.
Create and Configure Your Virtual Machine
Now in the Amazon EC2 console. Click Launch Instance
Find Microsoft Windows Server 2012 R2 Base and click Select.
Choose an instance type. Instance types comprise of varying combinations
of CPU, memory, storage, and networking capacity so choose the
appropriate applications. Select the default option of t2.micro - this
instance type is covered within the free tier. Then click Review and Launch
at the bottom of the page.
Review the options that are selected for the instance which include AMI
Details, Instance Type, Security Groups, Instance Details, Storage, and Tags.
Leave these at the defaults and click Launch from the bottom of the page.
Create a Key Pair and Launch Instance
To connect to virtual machine need a key pair. A key pair is used to log into
your instance (just like your house key is used to enter your home).
In the popover, select create a new key pair and name it MyFirstKey. Then
click Download Key Pair. MyFirstKey.pem will be downloaded to computer.
After downloaded and saved key pair, click Launch Instance to start
Windows Server instance.
On the next screen, click View Instances to view the instance which is just
created and see its status.
Connect to Your Instance
After launching your instance, it's time to retrieve the administrator
password and connect to it using a Remote Desktop Protocol (RDP) client.
AWS documentation includes information on how to install a RDP client if
you need one.
Select the Windows Server instance you just created and click Connect
In order to connect to Windows virtual machine instance, it will need a user
name and password:
The User name defaults to Administrator
To receive password, click Get Password
In order to retrieve the password, it will need to locate the Key Pair which
had created. Click Choose File and browse to the directory it stored
MyFirstKey.pem. The Key Pair will surface in the text box. Click Decrypt
Password.
Now decrypted password for Windows Server instance. Make sure to save
this information in a secure location. The Windows Server admin login is
credentials.
Click Download Remote Desktop File and open the file.
When prompted log in to the instance, use the User Name and Password
generated in to connect to virtual machine.
ADVANTAGES AND DISADVANTAGES OF VIRTUAL MACHINE
ADVANTAGES
Virtual machine can offer an instruction set architecture that differs from real
computer.
DISADVANTAGES
Virtual machine is not that efficient as a real one when accessing the hardware.