What other resources are required for EC2 instance

- Lets create a vm in singapore region
- We need a vpc with subnets

- Lets create a security group which allows all communication on 22 port (ssh) and 80 port (http)

- Now lets create a key pair.

- Now create an ec2 with the created security group and key pair

- Now login into ec2 instance using
ssh -i <path-to-pem> ec2-user@<public-ip/dns>

- We need a vpc with subnets
- Exercise:
- Create a security group for opening RDP (3389) and http (80) port.
- Create a new key pair
- Create a windows 2019 server (t2.micro)
