Linkedin

Launching an EC2 Windows Instance in AWS Cloud

Project Overview

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

Architecture Diagram

To know more about this project connect with us

Launching an EC2 Windows Instance in AWS Cloud