Skip to content
View mihirxtc's full-sized avatar
♾️
♾️

Highlights

  • Pro

Block or report mihirxtc

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
mihirxtc/README.md
╔══════════════════════════════════════════════╗
║   Mihir Menon  ·  DevOps / Cloud Engineer   ║
║         Leicester, United Kingdom 🇬🇧        ║
╚══════════════════════════════════════════════╝

Typing SVG


$ whoami

role     : Junior DevOps / Cloud Engineer
location : Leicester, United Kingdom
visa     : Skilled Worker eligible

stack:
  iac    : Terraform
  cloud  : AWS (ECS, ECR, Fargate, IAM, VPC)
  cicd   : GitHub Actions + OIDC
  infra  : Docker, Kubernetes
  lang   : JavaScript, TypeScript, Node.js, Linux

studying : AWS SAA-C03 · Kubernetes (CKA)
open_to  : Junior DevOps / Cloud roles · UK

$ ls projects/

End-to-end AWS ECS Fargate pipeline — 100% Terraform IaC · OIDC auth · zero static credentials

GitHub Actions ──► Docker Build ──► ECR ──► ECS Fargate
     └── OIDC Federation (no long-lived AWS keys)
         └── Terraform: VPC · IAM · ECS · Rolling Deploy

Real debugging documented: Terraform state corruption recovery · git reflog hard reset · IAM EntityAlreadyExists fix

HCL 81% · JavaScript 17% · Dockerfile 2%


LLMs generate and validate Terraform before deployment — reduce errors at source

Prompt ──► LLM ──► Terraform ──► Syntax check ──► Security scan ──► Deploy

JavaScript · Terraform · LLM · Security Validation


$ cat goals.log

+ AWS ECS pipeline with Terraform — DONE
+ OIDC CI/CD, zero long-lived credentials — DONE
+ LLM-assisted IaC framework v0.1 — DONE

! AWS SAA-C03 — IN PROGRESS
! Kubernetes CKA — IN PROGRESS

- Prometheus + Grafana monitoring stack
- First open source contribution

$ uptime

GitHub Stats Top Languages


$ cat /etc/contact

{
  "linkedin"    : "linkedin.com/in/mihirmenon",
  "github"      : "github.com/mihirxtc",
  "open_to"     : "Junior DevOps / Cloud roles · UK · sponsorship welcome"
}

LinkedIn GitHub

Profile Views

Pinned Loading

  1. anthropic-mcp-example anthropic-mcp-example Public

    Example for creating MCP using Anthropic MCP/Tools

    Python

  2. llms-assisted-iac-generation-and-validation llms-assisted-iac-generation-and-validation Public

    This repository provides a framework for using Large Language Models to automatically generate and verify Infrastructure-as-Code (IaC) like Terraform. It focuses on reducing deployment errors by co…

    JavaScript

  3. devops-proj1-nodejs-app devops-proj1-nodejs-app Public

    This projects includes files and dir related to my recent DevOps-Project which focuses on deploying nodejs-app to aws ecs using ci-cd pipleline with terraform

    HCL

  4. cloud-ai-assistant-v1 cloud-ai-assistant-v1 Public

    An agentic AI-powered cloud infrastructure assistant that automates AWS management through natural language. Features multi-model LLM support, security analysis, cost optimization, and intelligent …

    Python