An Amazon EC2 instance is a virtual server hosted on AWS. In this project, I'm deploying a Windows Server instance to simulate a real-wolrd cloud cloud-hosted Windows environment
- Navigate to EC2 Dashboard : Launch instance
- Set the Name
- Choose an AMI: Microsoft Windows Server
- Select instance type : t2.micro(free tier eligible)
- Choose an exixting VPC and select a Public Subnet
- Ensure Auto assign Public IP is enabled
- Create a new Security Groups or select an existing one
- Add an Inbound rule
- Type : RPP
- Protocol: TCP
- Port Range: 3389
- Source :IP address
- Create a new key Pair
- Download the .pem file securely it's needed to decrypt your Windows password
- Use key Pair to decrypt the Windows password
- Open Remote Desktop Connetion on your machine(Laptop)
- Windows server AMI: Pre-configured image with Windows OS
- Public Subnet: Makes the instances accessible over the inetrnet
- Security Groups: Acts as a virtual firewall to control inbound/ outbound traffic
- Remote Desktop Protocol Access: Allows you to remotely log into the Windows instance using Remote Desktop Protocol(port 3389)