Projects
Hands-on AWS architectures and cloud builds
Building and deploying real-world AWS architectures demonstrating secure, scalable, and cost-optimised infrastructure design. Covers multi-tier web architecture on EC2, S3 static hosting with CloudFront CDN, IAM policy design for least-privilege access, VPC networking with public/private subnets, and RDS database deployment with CloudWatch monitoring dashboards.
Designed a highly available and fault-tolerant web application architecture using EC2 with Auto Scaling and an Application Load Balancer, RDS in Multi-AZ configuration for database redundancy, VPC with segregated public and private subnets, and IAM roles enforcing least-privilege access. CloudWatch dashboards track operational metrics and set alarms for proactive monitoring.
Deployed a static website on Amazon S3 with versioning and lifecycle policies to manage object retention and storage costs. Distributed globally via Amazon CloudFront with HTTPS enforced. Configured S3 bucket policies, origin access control (OAC), and CloudFront cache behaviours to optimise both performance and cost while securing the origin.