Beginner’s Guide to Creating an EC2 Instance and Connecting via SSH

This project guides you through creating a custom VPC, launching an EC2 instance inside it, and connecting via SSH. Steps include naming the VPC, assigning a CIDR block, creating a subnet, launching the EC2 instance, assigning a public IP, configuring security groups for SSH and HTTP, generating a key pair, and connecting using PuTTY. The project demonstrates how AWS networking and secure server access work together. 

Beginner’s Guide to Creating an EC2 Instance and Connecting via SSH