Static Website Hosting

Static Website Hosting on AWS S3 with CloudFront and Route 53

Ita's portforlio website 

For this project, my goal was to deploy a fast, secure, and cost-efficient static website using AWS best practices. I chose Amazon S3 for hosting due to its durability and simplicity, and paired it with Amazon CloudFront to ensure low-latency, global content delivery. Route 53 manages the domain and DNS routing, providing reliable availability and seamless HTTPS integration through ACM. This setup results in a highly scalable architecture with 99.99% availability, sub-second load times, and a monthly cost of under $2.

This portfolio website you’re viewing is the live implementation of this architecture. You’re currently viewing it live on AWS infrastructure.

Explore my code on GitHub !

Architectural Diagrams

Screenshot of files in the S3 Bucket

 

Screenshot of the Route 53 console

 

Lessons Learned

Back to portfolio