open_to_opportunities

hello, worldAlan Sarang|

AWS Certified professional building reliable cloud infrastructure, CI/CD pipelines and automated cost-optimization systems.

โ†“ resume.pdf
1+
years_exp
9
projects
4
aws_certs
profile.json
// Cloud & DevOps Engineer
name: "Alan Sarang M A"
role: "Cloud & DevOps Intern"
company: "TechBrein IT Solutions"
location: "Bengaluru, IN"
cloud: [AWS, Azure, GCP]
certs: 4
status: "open_to_work"
๐Ÿ…
AWS Solutions Architect Associate
โ˜๏ธ
AWS Cloud Technology Consultant
๐ŸŽ“
AWS Cloud Solutions Architect
๐Ÿ”ท
Oracle Cloud Infrastructure DevOps
ABOUT ME

The engineer behind the infra

I'm Alan Sarang M A, an AWS Certified Cloud & DevOps Engineer based in Bengaluru, Karnataka. Passionate about building reliable infrastructure, automating toil, and keeping systems observable and cost-efficient.

Currently interning at TechBrein IT Solutions in Calicut, where I provision and manage EC2 infrastructure, implement monitoring with CloudWatch, Prometheus & Grafana, and document deployment and recovery procedures.

I hold 4 certifications across AWS and Oracle. Outside of cloud work, I enjoy building small games โ€” check out my Game Center!

// quick_facts.json
location
Bengaluru, Karnataka
experience
Intern (Sep 2025 - now)
education
BCA, Kannur University
focus
Cloud & DevOps
stack
Bash ยท Python ยท YAML
email
alansarang21@gmail.com
certifications
AWS Solutions Architect Associate
AWS Cloud Technology Consultant
AWS Cloud Solutions Architect
Oracle Cloud Infrastructure DevOps Pro
SKILLS

What I bring to the table

A toolkit built across cloud infrastructure, automation, and DevOps.

โ˜๏ธ
Cloud Platforms
Hands-on AWS across EC2, VPC, Lambda, RDS and more, plus Azure & GCP foundations.
EC2S3IAMVPCRDSLambdaRoute 53
๐Ÿ”
CI/CD & DevOps
Pipelines that automate build, test, and deploy workflows end-to-end.
JenkinsGitHub ActionsDockerCI/CD
๐Ÿง
Linux & Scripting
Terminal-native: automation scripts and day-to-day Linux system management.
BashPythonLinux Admin
๐Ÿ—๏ธ
Infrastructure as Code
Repeatable, version-controlled cloud infra using Terraform and AWS-native tools.
TerraformVPC RoutingLoad BalancingSecurity Groups
๐Ÿ“Š
Monitoring & Alerting
Full observability โ€” metrics, logs and alerting to keep systems healthy.
CloudWatchPrometheusGrafanaSNSCloudTrail
๐Ÿค
Collaboration & Tools
Working effectively across teams with modern DevOps tooling.
GitJiraConfluenceSlack
PROJECTS

Things I've built & deployed

AWS projects ranging from scalable infrastructure to cost automation, security, and observability.

๐Ÿ—๏ธ
AWS Infrastructure
Multi-Tier Web App on AWS
Highly available architecture using VPC, public/private subnets, ALB, EC2 Auto Scaling and Amazon RDS with full network isolation.
VPCEC2ALBRDSAuto Scaling
๐Ÿ’ฐ
Scripting & Automation
Automated Cost Optimization
Lambda-based solution detecting idle EC2 instances and unattached EBS volumes, integrated with CloudWatch metrics and SNS alerts.
LambdaCloudWatchSNSPython
๐Ÿ›ก๏ธ
Cloud Infrastructure
Disaster Recovery with RDS
Automated RDS snapshots with documented recovery procedures, defined RPO/RTO targets aligned with cloud operational best practices.
Amazon RDSSnapshotsCloudWatch
๐Ÿ”’
Security & Networking
Secure 3-Tier Architecture
Production-grade 3-tier setup with public load balancer, private app tier, isolated DB subnet with NACLs, security groups, and bastion host.
VPCNACLsSecurity GroupsBastion HostIAM
๐Ÿ’พ
Storage & Automation
Automated Backup & S3 Lifecycle
S3 lifecycle policies transitioning objects to Glacier at 30 days, expiring at 365. Lambda triggers send SNS completion notifications.
S3GlacierLambdaSNSLifecycle Rules
๐Ÿ—„๏ธ
Database Management
Managed RDS Databases
Multi-AZ RDS instances with automated failover, read replicas, parameter group tuning and CloudWatch alarms for all critical thresholds.
RDSMulti-AZRead ReplicasCloudWatchParameter Groups
๐ŸŒ
Networking
VPC Infrastructure Design
Full VPC from scratch with custom CIDR, public/private subnets across multiple AZs, Internet Gateway, NAT Gateway and route tables.
VPCSubnetsNAT GatewayIGWRoute Tables
๐Ÿ“‹
Observability
Centralized Logging System
CloudWatch Logs pipeline with metric filters and CloudTrail API audit trails. Real-time dashboards and alarms for all infrastructure events.
CloudWatch LogsCloudTrailMetric FiltersAlarmsS3
โš™๏ธ
CI/CD
CI/CD Pipeline with GitHub Actions
End-to-end deployment with linting, testing, Docker build, push to ECR, and rolling deploy to EC2 on every merge to main with rollback.
GitHub ActionsDockerECREC2Bash
BLOG

Writing & thinking aloud

Notes on cloud infrastructure, DevOps practices, and lessons learned.

9 posts
๐Ÿ’ธ
Feb 10, 2025#AWS
How I cut AWS costs with Lambda automation
A walkthrough of my CloudWatch + Lambda setup that automatically hunts down idle resources before they drain your budget. Saved 40% on monthly EC2 spend with zero manual effort.
๐Ÿ“ก
Jan 22, 2025#Monitoring
Prometheus + Grafana on AWS: a practical guide
Setting up a full observability stack with metrics, dashboards, and alerting that wakes you up for the right reasons only. Covers Node Exporter, Alert Manager, and SNS integration.
๐Ÿ”
Dec 15, 2024#DevOps
VPC security groups: lessons learned the hard way
Real lessons from debugging network connectivity and building a security group strategy that balances access with isolation. Includes a reusable 3-tier template.
๐Ÿณ
Mar 5, 2025#CI/CD
Dockerizing a Node.js app and deploying to ECR + EC2
Step-by-step: write a lean Dockerfile, push to Elastic Container Registry, pull on EC2, and automate the whole thing with a GitHub Actions workflow on every push to main.
๐Ÿ—๏ธ
Feb 28, 2025#Terraform
My first Terraform module: a reusable VPC
How I went from copy-pasting CloudFormation to writing a parameterised Terraform module that spins up a production-ready VPC with public, private, and DB subnets in under 3 minutes.
โ˜๏ธ
Jan 8, 2025#AWS
IAM least-privilege: stop giving AdministratorAccess
A guide to writing tight IAM policies using the principle of least privilege. Covers condition keys, resource-level permissions, and how to audit your existing roles with IAM Access Analyzer.
๐Ÿ“ฆ
Dec 2, 2024#Storage
S3 lifecycle policies that actually save money
Breaking down Intelligent-Tiering vs. manual lifecycle rules vs. Glacier Deep Archive. With real cost comparisons and a ready-to-use Terraform snippet for automated transitions.
๐Ÿšจ
Nov 18, 2024#Monitoring
CloudWatch alarms I wish I had set up from day one
The six CloudWatch alarms every AWS account needs before anything goes to production โ€” covering CPU spikes, disk pressure, error rates, billing, and unhealthy ALB targets.
๐Ÿ”„
Oct 30, 2024#DevOps
RDS automated backups vs. snapshots: when to use what
Demystifying the difference between automated RDS backups, manual snapshots, and Aurora continuous backups. Includes a decision matrix for choosing the right RPO/RTO strategy.
GAME CENTER

Play Anything

๐ŸŽฎ

Drop a game file here

Supports .js, .ts, .tsx โ€” TypeScript stripped automatically

๐Ÿ
Snake Classic
Added: Built-in
๐Ÿงฑ
Breakout
Added: Built-in
๐Ÿ”ข
2048
Added: Built-in
๐ŸŸฆ
Tetris
Added: Built-in
๐ŸŸก
Pac-Man
Added: Built-in
๐Ÿ‘พ
Space Invaders
Added: Built-in
โš”๏ธ
Shadow Dungeon
Added: Built-in
CONTACT

Let's build something

Open to full-time roles, internships, and freelance cloud projects.

๐Ÿ“
location
Bengaluru, Karnataka
โœ‰๏ธ
email
alansarang21@gmail.com
๐Ÿ’ผ
linkedin
linkedin.com/in/alan-sarang
๐Ÿ™
github
github.com/alansarang