Goal
My goal was to learn how internet traffic reaches an EC2 web server and how AWS controls that access.
Implementation
I created a VPC and public subnet. Then I attached an internet gateway and configured the route table. I allowed HTTP and SSH through the security group. After launching EC2, I connected with PuTTY, installed Apache, and opened the website in my browser.
What I practiced
I practiced VPC addressing, subnetting, routes, security groups, EC2 setup, SSH, and basic Linux administration.