Currently open to SRE, DevOps & Multi-Cloud roles

Prateek Gupta

|

I architect resilient, auto-scaling multi-cloud infrastructure across Azure and AWS, automate DevSecOps pipelines with 15+ Terraform child modules, and enforce 99.99% site reliability.

Azure & AWS Multi-Cloud
DevSecOps & OPA Policy

SRE Live Command Center

Real-Time Cloud Telemetry

99.99% SLA Uptime
Active Multi-Cloud Topologies
Azure Landing Zone (Hub VNet)
10.0.0.0/16 • Azure Firewall & Bastion
HEALTHY
AWS Multi-AZ VPC
172.16.0.0/16 • Public/Private Subnets
HEALTHY
DevSecOps Guardrails
tfsec, Checkov & Trivy Scans
0 FAILURES
Multi-Cloud IaC Topology

Hub-and-Spoke Architecture Visualizer

SLA: 99.99% Operational

Azure Firewall & Bastion (Hub)

Centralized threat detection, IDPS inspection, and secure SSH/RDP Bastion tunnel.

Healthy (0 Threat Alerts)
Terraform Module Spec:main.tf
module "hub_firewall" {
  source         = "./modules/azure_firewall"
  resource_group = module.resource_group.name
  sku_tier       = "Standard"
  subnet_id      = module.hub_vnet.subnets["AzureFirewallSubnet"].id
}
Microsoft Azure
Terraform IaC
Trivy DevSecOps
Kubernetes (AKS)
GitHub Actions CI/CD
Prometheus Monitoring
Grafana Dashboards
Azure Entra ID IAM
Bash Automation
Python Scripting
Microsoft Azure
Terraform IaC
Trivy DevSecOps
Kubernetes (AKS)
GitHub Actions CI/CD
Prometheus Monitoring
Grafana Dashboards
Azure Entra ID IAM
Bash Automation
Python Scripting
Microsoft Azure
Terraform IaC
Trivy DevSecOps
Kubernetes (AKS)
GitHub Actions CI/CD
Prometheus Monitoring
Grafana Dashboards
Azure Entra ID IAM
Bash Automation
Python Scripting
SRE Background & Philosophy

Reliability Engineering at Scale

Greater Noida, India
Open to SRE Roles

I am a Computer Science & Engineering undergraduate (B.Tech 2022–2026 at AKTU) specializing in Site Reliability Engineering (SRE), Multi-Cloud Architecture (Microsoft Azure & Amazon Web Services), and DevSecOps continuous integration.

Currently working as a Cloud Infrastructure Intern at DevOps Insiders, I design enterprise Azure Landing Zones and AWS VPC topologies using 15+ modular Terraform child modules. I integrate tfsec, tflint, Checkov, and Trivy security scans into automated CI/CD pipelines.

My focus is 100% on multi-cloud reliability engineering — reducing Mean Time to Resolution (MTTR), establishing High-Level (HLD) & Low-Level Design (LLD) specifications, and tracking Infracost governance to optimize cloud infrastructure expenditure.

15+ Modular IaC Specs
99.99% Target SLA
Target SLA Uptime
99.99%
Resilient Hub & Spoke Infra
Certified
AZ-900
Azure Cloud Fundamentals
IaC Child Modules
15+
Terraform Azure & AWS Architecture
Telemetry Latency
<5ms
Prometheus & Grafana Observability
MICROSOFT CERTIFIED
Azure Fundamentals (AZ-900)
Verified Cloud Concepts, Security Governance & Architecture
Multi-Cloud Technical Stack

Production-Tested SRE & Cloud Skills

Architecting high-availability infrastructure across Azure & AWS, enforcing IaC governance, and building shift-left DevSecOps pipelines.

Multi-Cloud (Azure & AWS)

Enterprise Microsoft Azure & Amazon Web Services provisioning, networking, and IAM governance.

Microsoft AzureAdvanced

VMs, VNets, Blob Storage, Entra ID (Azure AD), Resource Groups

Core Competency
Amazon Web Services (AWS)Proficient

EC2, S3, VPC, IAM, Route 53, CloudWatch

Core Competency
Hub-and-Spoke NetworkingAdvanced

VNet Peering, ExpressRoute, VPN Gateway, Azure Firewall, Route Tables

Core Competency
Azure Landing ZoneAdvanced

CAF-aligned enterprise governance, HLD & LLD design architecture

Core Competency

Infrastructure as Code (IaC)

Declarative multi-cloud infrastructure provisioning with 15+ custom Terraform modules.

Terraform (azurerm & aws)Advanced

Multi-cloud providers, workspace management, remote state locking

Core Competency
15+ Modular Child ModulesAdvanced

15+ Reusable modules for VNets, VPCs, Subnets, VMs, Key Vaults, and Storage

Core Competency
Dynamic Blocks & LoopsAdvanced

for_each, count, dynamic blocks, map(object(...)) schema design

Core Competency
Remote State BackendAdvanced

Azure Blob & AWS S3 state backends with lease locking and encryption

Core Competency

DevSecOps & Shift-Left Security

Automated build workflows, static code analysis, and vulnerability scanning in CI/CD.

DevSecOps ScanningAdvanced

tfsec, tflint, Checkov, Trivy vulnerability & policy scanning in CI/CD

Core Competency
GitHub Actions & Azure PipelinesAdvanced

Automated Terraform plan/apply workflows, secret management

Core Competency
Infracost & OPA Policy-as-CodeProficient

Shift-left cost estimation and Open Policy Agent guardrail enforcement

Core Competency
Secrets & Vault GovernanceProficient

Azure Key Vault, GitHub Secrets, environment isolation

Core Competency

SRE & Telemetry Observability

Site reliability engineering, observability metrics, and automated alert response.

Prometheus & GrafanaProficient

Cluster telemetry dashboards, metric scrapers, alert rules

Core Competency
Docker & Kubernetes (AKS)Proficient

Containerizing microservices, AKS pod health monitoring

Core Competency
SLO/SLA Error BudgetsProficient

Tracking reliability budgets, alert escalation policies

Core Competency
Linux System Admin & ShellAdvanced

Linux admin, systemd services, automated Bash & PowerShell scripting

Core Competency

Scripting & Cloud Automation

Automating multi-cloud operations, system tasks, and infrastructure scripts.

Python & Bash ScriptingAdvanced

Linux shell automation, system cron jobs, CLI scripts

Core Competency
PowerShell & Az / AWS CLIProficient

Azure CLI & AWS CLI automation routines

Core Competency
Java & DSA FundamentalsProficient

Object-oriented programming and DSA fundamentals

Core Competency
Multi-Cloud Portfolio Implementations

Featured SRE & IaC Projects

Enterprise Azure Landing Zones, automated DevSecOps pipelines, and Prometheus observability stacks.

FLAGSHIP ARCHITECTUREDEVOPSINSIDERS_LANDING_ZONE

Azure Landing Zone Infrastructure

Architected a scalable, highly secure Azure Landing Zone infrastructure using 15+ reusable custom child modules. Designed nested map(object(...)) variables to dynamically provision virtual networks, subnets, peering, firewalls, and security rules without code duplication. Features HLD/LLD documentation and remote Azure Blob Storage backend state management with lease locking.

15+ Reusable child modules (VNet, Subnets, Security, Storage, VMs, Bastion, Firewall, Key Vault)
Advanced map(object(...)) and for_each dynamic Terraform constructs
Hub-and-Spoke topology with isolated subnet security boundaries
Remote Azure Blob Storage backend with state locking and encryption
TerraformAzureMulti-CloudHub-and-SpokeEntra IDVNet PeeringIaC
GitHub Repo
azure_landing_zone.tf
✓ Validated
module "landing_zone" {
  source           = "./modules/azure_hub_spoke"
  resource_group   = "rg-devopsinsiders-hub"
  vnet_hub_cidr    = ["10.0.0.0/16"]
  firewall_sku     = "Standard"
  enable_bastion   = true
  
  spoke_vnets = {
    aks_cluster    = { cidr = ["10.1.0.0/16"] }
    database_tier  = { cidr = ["10.2.0.0/16"] }
  }
}
CAF-Aligned Architecture100% Policy Pass
Cloud/DevOps

Azure Landing Zone Infrastructure

Production-ready, CAF-aligned Enterprise Hub-and-Spoke Landing Zone engineered with 15+ modular Terraform IaC child modules.

TerraformAzureMulti-Cloud
View Specifications
DevSecOps

DevSecOps Automated Pipeline

Automated GitHub Actions & Azure Pipelines CI/CD featuring tfsec, Checkov, Infracost, and Trivy vulnerability scanning.

DevSecOpsGitHub Actionstfsec
View Specifications
SRE/Monitoring

SRE Observability Telemetry System

Comprehensive site reliability monitoring stack tracking Kubernetes cluster health, node telemetry, and automated alert routes.

PrometheusGrafanaKubernetes
View Specifications
DevSecOps

Terraform Security & Governance Shield

Automated policy-as-code governance framework preventing non-compliant Azure & AWS cloud deployments.

TerraformOPA RegoCheckov
View Specifications
Career Milestones

Work Experience & Education

Engineering cloud infrastructure, building automated DevSecOps pipelines, and driving reliability.

Cloud Infrastructure & SRE Intern

PRESENT
DevOps Insiders
January 2026 - Present
India (Remote)
Architected and deployed enterprise Microsoft Azure & AWS multi-cloud infrastructure using 15+ modular Terraform Infrastructure as Code child modules.
Developed a 15+ module Azure Landing Zone featuring Hub-and-Spoke VNet peering, Azure Firewall, Bastion Host, and RBAC governance.
Built automated GitHub Actions pipelines with tfsec, tflint, Checkov IaC security guardrails, and Trivy container vulnerability scanning.
Configured remote Azure Blob Storage backends with state locking and encryption for team-wide IaC collaboration.
AzureAWSTerraform15+ IaC ModulesDevSecOpsGitHub ActionsHub-and-SpokeEntra ID

DevOps & Infrastructure Intern

Vate Software Systems
June 2025 - November 2025
India
Automated CI/CD build pipelines and containerized backend services using Docker.
Maintained Linux server environments, wrote automated Bash scripts for system maintenance, and monitored API telemetry.
Collaborated with engineering teams to establish automated deployment scripts and secrets management.
DockerLinuxBashCI/CDJavaScriptAzure CLI
EDUCATION

B.Tech in Computer Science & Engineering

Dr. A.P.J. Abdul Kalam Technical University (AKTU) (2022 – 2026)

Specialization: SRE & Cloud
Get In Touch

Let's Build Resilient Cloud Infrastructure

Open for Site Reliability Engineering (SRE), Multi-Cloud Architecture, and DevSecOps opportunities.

Direct Communication

Fast Response within 24h

Direct Email Address
sre.prateek@gmail.com
Available for immediate SRE & DevOps onboarding
Encrypted message storage in MongoDB Atlas