Skip to content
View muralidharan666666-dev's full-sized avatar
💭
Open to entry-level Cloud / DevOps roles ☁️
💭
Open to entry-level Cloud / DevOps roles ☁️

Block or report muralidharan666666-dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Hi, I'm Muralidharan M N

AWS Certified Cloud Practitioner (CLF-C02) · AWS re/Start Graduate

Building real, end-to-end AWS infrastructure — and documenting every build and every bug I fix along the way.

I'm an aspiring Cloud Engineer with hands-on AWS projects spanning networking, serverless, containers, and event-driven architecture. Each one was built, broken, debugged, and documented independently — the READMEs walk through the real errors I hit and how I traced them to root cause. Previously in banking and financial services; now focused on a cloud career.


Featured Projects

Project What it demonstrates Key AWS services
Three-Tier Web Application High-availability VPC design, layered security, auto scaling VPC, EC2, ALB, RDS Multi-AZ, Auto Scaling, Systems Manager
Serverless Tasks API Secure serverless REST API with auth + edge protection Lambda, API Gateway, DynamoDB, Cognito, WAF
Microservices on ECS Fargate Independent microservices, path routing, fault isolation ECS Fargate, Docker, ECR, ALB, DynamoDB
Event-Driven Order Processing Decoupled async pipeline with retries + dead-letter queue API Gateway, Lambda, SQS, SNS, DLQ

Each repo includes an architecture diagram, real test results, and a documented troubleshooting section.


Tech I Work With

  • Cloud: AWS — EC2, S3, VPC, IAM, Lambda, RDS, API Gateway, DynamoDB, ECS Fargate, CloudFront, CloudWatch, SNS, SQS, Cognito, WAF
  • Tools: Docker, Git/GitHub, Linux, Bash, Python (basics)
  • Practices: Least-privilege IAM, network segmentation, monitoring & alerting, root-cause troubleshooting

Connect

Pinned Loading

  1. aws-three-tier-web-application aws-three-tier-web-application Public

    Highly available 3-tier AWS architecture across 2 AZs — custom VPC, private EC2 behind an ALB with Auto Scaling, Multi-AZ RDS, and a layered security-group chain.

    Shell

  2. aws-serverless-tasks-api aws-serverless-tasks-api Public

    Secure serverless REST API (CRUD) on AWS Lambda + API Gateway + DynamoDB, protected by Cognito JWT authentication and AWS WAF.

    Python

  3. aws-ecs-fargate-microservices aws-ecs-fargate-microservices Public

    Two independent containerized microservices on ECS Fargate -Docker, ECR, path-based ALB routing, per-service DynamoDB, and Auto Scaling.

    Python

  4. aws-event-driven-order-system aws-event-driven-order-system Public

    Event-driven, decoupled order pipeline on AWS — API Gateway + Lambda + SQS + SNS with a Dead-Letter Queue for zero message loss.