Angeliki Isari

Aspiring Cloud & DevOps Engineer

Building hands-on cloud projects using AWS, Git, and modern deployment workflows.

View this project on GitHub

About This Project

This website is part of my cloud engineering portfolio.

The goal of this project is to demonstrate how a static website can be deployed and delivered using cloud infrastructure on AWS.

The architecture evolves from a simple static deployment to a production-style setup using CDN, HTTPS and automated deployments.

AWS Services Used

Amazon S3

Object storage used to host the static website files (HTML and CSS).

CloudFront

Content Delivery Network (CDN) used to distribute the website globally and improve performance.

HTTPS

Secure delivery of the website using encrypted HTTPS connections.

GitHub

Source control and versioning for the project repository.

Deployment Workflow

Local Development (VS Code)

Git Version Control

GitHub Repository

AWS S3 Static Hosting

CloudFront CDN

Public HTTPS Website

Cloud Architecture

User

CloudFront CDN

Amazon S3 Bucket

Static Website Files

Future Improvements

CI/CD deployment using GitHub Actions

Custom domain configuration

AWS Certificate Manager for SSL

Serverless visitor counter