Projects

Personal Cloud Portfolio Website

Designed and deployed a static portfolio website using AWS cloud infrastructure. The site is hosted in an Amazon S3 bucket and distributed globally through CloudFront for low latency and improved performance.

A custom deployment script using the AWS CLI allows the site to be updated instantly from a local development environment. The script synchronises files with S3 and automatically invalidates the CloudFront cache to ensure updates propagate globally.

Technologies: AWS S3, CloudFront, AWS CLI, Static Site Hosting, CDN

AWS Cloud Deployment Automation

Developed a streamlined deployment workflow to manage updates to a static website hosted on AWS. The process automates file synchronisation with S3 and triggers CloudFront cache invalidation through a local command script.

This workflow reduces manual steps in the AWS console and enables fast iteration when developing and updating the website.

Technologies: AWS CLI, Bash, S3 Sync, CloudFront Invalidation

Cloud Architecture Learning Lab

Actively building hands-on experience with AWS infrastructure by experimenting with common cloud architecture patterns including secure storage, content delivery networks, and infrastructure deployment workflows.

These experiments are focused on developing practical understanding of cloud services and operational workflows used in modern infrastructure environments.

Technologies: AWS, IAM, S3, CloudFront, Networking