AWS Classroom Series – 28/Jan/2020

Scenario For Migration

Preview

Step-1: Create a Hyper-V supported VM in AWS

  • Create an Ec2 Instance with Windows Server 2016 and HyperV image and atleast a 4 core instance type Preview
  • Login into the machine and open Server Manager Preview
  • Connect to the VM using RDP and Perform the following steps
  • Install Chocolatey
# Open Powershell as Admin and execute
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
  • Restart VM
  • Connect to RDP again and install chrome
choco install googlechrome -y
  • Download Windows Server 2016, Ubuntu 18.04 LTS iso and Centos 7 dvd iso

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About learningthoughtsadmin