Cloud Projects
Showcasing my AWS cloud solutions and innovative engineering projects.
Static Website Hosting
Designed and deployed a static website using Amazon S3 as the hosting backend, integrated with CloudFront for global content delivery and Route 53 for domain and DNS management.
Enabled HTTPS using AWS Certificate Manager and secured the bucket with least-privilege policies.
Three-Tier Web Architecture on AWS
Built a secure three-tier architecture using EC2 instances behind a load balancer, a private RDS database, and custom VPC with public and private subnets.
Configured IAM roles, security groups, and NACLs to control access and isolate layers.
Developed a serverless form that captures submissions through API Gateway, processes them with Lambda, and stores data in DynamoDB.
Integrated AWS SES for email notifications, using IAM for minimal-permission execution roles.
CI/CD Pipeline (In Progress)
Set up a CI/CD pipeline using GitHub Actions to automatically deploy static website changes to Amazon S3.
Used AWS CLI with IAM-restricted credentials for secure and efficient deployment workflows.
Serverless Contact Form
AWS Cost Optimization Dashboard
Built a monitoring dashboard using AWS Cost Explorer and CloudWatch to visualize monthly cloud spend.
Set up alerts with Budgets and SNS to track overages and identify cost-saving opportunities.
Cloud-Based File Sharing System
Implemented a secure internal file sharing platform using Amazon S3 for object storage and IAM policies for fine-grained access control.
Configured bucket policies and role-based permissions to enable secure collaboration between multiple users and departments.