// Personal site — rev 2

Shubham Bodekar

Design Engineer (4 yrs, CAD/SolidWorks) building toward Cloud & DevOps Engineering — through real, self-directed infrastructure projects, not just certificates.

DisciplineMechanical → Cloud Infra
Based inPune, India
StatusActively building + applying
Contactshubhambodekar2810@gmail.com

About

I spent the last four years as a Design Engineer working in SolidWorks — precise, structured, documentation-heavy work. In parallel, I completed a six-month AWS & DevOps certification and started applying it for real: designing infrastructure the same way I used to design mechanical assemblies — with a clear spec, a working prototype, and a record of what changed and why.

Below are the projects I've actually built myself, not tutorials I followed along with. I'm currently extending this with a CI/CD pipeline and a monitoring stack — see "in progress" below.

Working with

Cloud

AWS — EC2, VPC, S3, RDS, IAM, Route 53, ALB, Auto Scaling, CloudWatch

IaC

Terraform — modular, reusable, parameterized per environment

Containers

Docker; Kubernetes fundamentals (in progress)

CI/CD

Jenkins, GitHub Actions, GitLab CI

Monitoring

Prometheus, Grafana (in progress)

Version control & scripting

Git, Bash, Python, PowerShell

Projects — built, not just studied

Multi-Region HA/DR Architecture on AWS

Sheet 01

Designed a highly available, disaster-resilient AWS architecture — Route 53 DNS failover with health checks, multi-AZ Application Load Balancers, and Auto Scaling Groups for self-healing.

2–3 minRTO
Multi-AZDeployment
AWSRoute 53ALBAuto ScalingVPC
→ View repo & README

HA/DR Infrastructure Automation with Terraform

Sheet 02

Automated deployment of the architecture above using modular Terraform — reusable modules for VPC, EC2, ASG, ALB, and Route 53, parameterized across environments.

2+ hrs → 15 minDeploy time
100%Repeatable across envs
TerraformAWSIaC
→ View repo & README
⚒ In progress — CI/CD pipeline (Jenkins + Docker) and a Prometheus/Grafana monitoring stack. Will be added here once built and pushed.