DevOps Engineer & Cloud Architect
Archit
Bohra
AWS Certified Solutions Architect
Applying mathematical rigor to cloud infrastructure and distributed systems. Building resilient architectures where abstract algebra meets infrastructure as code.
Archit Bohra — 2025
Mathematical thinking
meets cloud engineering
I'm a DevOps Engineer and AWS Certified Solutions Architect who sees infrastructure through the lens of mathematics. From lambda calculus informing serverless design to graph theory shaping service mesh topologies — every architectural decision is grounded in formal reasoning.
I specialize in designing fault-tolerant distributed systems on AWS, building robust CI/CD pipelines, and implementing infrastructure as code with the same precision you'd expect from a mathematical proof.
What I work with
Cloud Architecture
Designing fault-tolerant, cost-optimized systems on AWS. From VPC topology to multi-region failover — every layer considered.
Container Orchestration
Running production workloads on Kubernetes (EKS) and ECS. Deep understanding of scheduling, networking, and resource management.
CI/CD & Automation
Building deployment pipelines with mathematical precision. Automated testing, canary deployments, and infrastructure validation.
Infrastructure as Code
Treating infrastructure with the same rigor as application code. Version-controlled, tested, and peer-reviewed.
Observability
Building visibility into complex distributed systems. Metrics, logs, and traces that tell the full story of system behavior.
Security & Compliance
Implementing defense-in-depth with policy-as-code. From IAM design to network segmentation — security as a first principle.
Writing & research
Technical deep-dives based on real-world production experience and personal research.
Why is my response time high in EKS?
Your CPU usage is below 50% and memory looks fine — so why are responses slow? A deep dive into CPU throttling, CFS quotas, and the hidden causes of latency in Kubernetes.
How to add extensions to a PHP Docker image
Default PHP images like php:7.0-fpm lack critical extensions — mysqli, pdo, mbstring. Here's how to properly add them for Drupal, WordPress, and Laravel.
4 Keyboard Shortcuts for the Mac Terminal User
Speed up your terminal workflow with these essential shortcuts — jump between words with Option+Arrow, delete words with Ctrl+W, and more.