Project 1: Static Website

Secure static hosting

Project Overview

This project demonstrates the deployment of a static portfolio website using Amazon Web Services (AWS). The website was built using HTML and CSS, then hosted on an Amazon S3 bucket with public access disabled and CloudFront configured for secure HTTPS content delivery. Route 53 provides domain name management, and Certificate Manager handles SSL/TLS encryption.

Overview of AWS portfolio website project

Objectives

Technology Used

The project uses several AWS services to demonstrate a complete static hosting architecture:

Diagram showing AWS static hosting setup

Results

The final result is a fully functional and secure static website hosted on AWS infrastructure. The combination of S3, CloudFront, and Route 53 ensures high availability, scalability, and fast load times globally. SSL/TLS encryption guarantees data integrity, while the use of CloudFront caching improves performance efficiency.

Key Takeaways