My Projects

Hands-on AWS & IT Infrastructure Projects

Highlighted Projects

S3 Private Access

Accessing S3 from private instance

Designed a solution for accessing S3 without routing traffic through the public internet.

View More
EC2 Placement Groups

Cluster-like placement groups performance

Comparing network latency across EC2 instances inside and outside a Cluster placement group.

View More
PostgreSQL on EC2

Accessing Postgres installed on EC2 (Red Hat)

Designed a simple solution that allows a secure connection to a PostgreSQL database installed on a Red Hat EC2 instance.

View More
Serverless Architecture

Static Website Hosting (S3 + Route 53 + Lambda)

Deployed and managed a personal website using AWS S3 for hosting, Route 53 for DNS, and Lambda for backend logic.

Visit Site
DNS Server Configuration

Configuring a DNS server

Implemented a simple but functional DNS server allowing AWS EC2 instances to communicate via hostnames.

View More
CloudWatch Log Analysis

Reading CloudWatch logs with Athena

Used Amazon Athena to query and transform CloudWatch logs into a more usable format for analysis.

View More
AWS Comprehend Sentiment Analysis

Using AWS Comprehend for Sentiment Analysis

Developed an ETL pipeline using Boto3 to create a CSV, upload it to S3, and trigger a Lambda function to process the text data.

View More
API Gateway Architecture

Serverless Architecture for Dynamic Content

Designed a serverless AWS architecture for a website hosted on S3/CloudFront, adding a dynamic layer via API Gateway, Lambda, and DynamoDB.

View More
Static Website Generator

Automated Static Site Generator

Engineered a Python-based generator containerized with Docker. Infrastructure provisioned via Terraform with automated CI/CD deployments using GitHub Actions.

View More
Website Visitors Counter

Website Visitors Counter

Developed a simple website visitors counter using AWS Lambda functions and DynamoDB.

View More
Email notification with DynamoDB, python and github actions

Email notification with DynamoDB, python and github actions

Developed an automated email notification system using AWS DynamoDB, Python, Gmail and GitHub Actions.

View More