In this project you will learn how to launch an EC2 windows instance in an aws region.
EC2
It is a web service that provides resizable compute capacity in cloud
Instance
It is a virtual server (VM) in aws cloud
Instance Type
Varying specification of instance.
e.g., t2.micro – 1vcpu and 1GB RAM
Amazon Machine Image (AMI)
It is the template which contains the operating system and application to launch instance
Security Group
It is a firewall for EC2 instance that controls traffic in and out
Key Pair
pair of keys (Private and Public Key) to securely connect to instance