Thank you for visiting my website. I truly appreciate your time exploring my Cloud & DevOps learning project.
If you are seeing this page, it means you have successfully reached my server hosted on AWS EC2.
My name is Pandu Sairam. I am currently learning Cloud Computing and DevOps step by step by building real hands-on projects using AWS and Linux servers.
As part of my Cloud/DevOps learning journey, I deployed a complete web server environment on AWS.
I created an AWS account, launched an EC2 instance in the Asia Pacific (Hyderabad) region, and connected securely using SSH with a .pem key.
Inside the server, I practiced Linux commands such as cd, ls, pwd and explored important directories like:
/etc β system configuration /var β system data and logs /var/www/html β website root directory
I installed and configured the Apache web server (httpd) and deployed a custom website by editing the index.html file.
I configured AWS Security Groups to allow the required ports:
This allows secure remote access and web traffic to reach the server safely.
I connected my custom domain to the EC2 server using DNS and configured secure web access.
Using Letβs Encrypt Certbot, I generated an SSL certificate and configured Apache to enable HTTPS encryption.
All HTTP traffic is redirected to HTTPS to ensure secure communication between users and the server.
I also learned the differences between Linux package managers such as:
and practiced updating and maintaining server packages.
This project helped me understand the real-world fundamentals of:
I am continuously improving my skills to become a Cloud / DevOps Engineer.