shlogg · Early preview
Joseph Ibeh @joseph-ibeh

Building A Scalable Web Server From Scratch On AWS

Building a web server from scratch on AWS using Ubuntu, Apache & SSL encryption. Follow these steps: Provision a Linux server, install Apache, deploy custom HTML landing page & secure with SSL.

Introduction
Building a web server from scratch is an essential skill for any cloud or DevOps engineer. This project walks you through provisioning a Linux server, installing Apache, deploying a custom HTML landing page, and securing the server with SSL encryption. Whether you're a beginner or looking to solidify your skills, this guide provides practical steps to help you deploy a scalable and secure web server.  
  
  
  Objective

The main goals of this project are:  

Provision a Linux server on AWS.
Install and configure Apache as a web server.
Create and deploy a custom HTML landing page...