B. Amarnath Reddy

Senior Cloud Platform Architect | DevOps Transformation Leader

Strategic Cloud Architect with 10+ years designing enterprise AWS platforms for scalability, cost-optimization, resilience and AI/ML enablement. Proven leader in DevOps transformation, FinOps governance, Kubernetes modernization and SRE operations.

Type help to list available commands.
amar@site:

โš™๏ธ DevOps Tech Stack

Core technologies and tools for cloud infrastructure, automation, and deployment

โ˜๏ธ Cloud Platforms

AWS (EKS, EC2, RDS, S3, Lambda, API Gateway, IAM, VPC) Azure GCP Multi-Account AWS Hybrid & Multi-Cloud

๐Ÿ“ Infrastructure as Code

Terraform CloudFormation Ansible Pulumi ARM Templates

๐Ÿณ Containers & Orchestration

Docker Kubernetes Helm Docker Compose ECS/EKS

๐Ÿ”„ CI/CD & Automation

GitHub Actions GitLab CI Jenkins ArgoCD CircleCI

๐Ÿ“Š Monitoring & Observability

Prometheus Grafana ELK Stack New Relic Datadog

๐Ÿ’ป Scripting & Languages

Python Bash/Shell PowerShell Go HCL

๐Ÿš€ Featured Projects

Cloud infrastructure, automation, and deployment initiatives

Enterprise Multi-Cloud Migration

Led migration of monolithic applications to distributed microservices across AWS, Azure, and GCP with zero downtime deployment strategy.

Architecture: Terraform IaC โ†’ Multi-region K8s clusters โ†’ GitOps CD pipeline โ†’ Observability stack
Deep Dive โ€” High-level flow:
Terraform generates reusable modules for VPC, EKS clusters and IAM. CI builds container images, pushes to registry; GitOps (ArgoCD) drives Helm chart deployments with canary releases. Observability via Prometheus/Grafana and centralized logs to ELK/Opensearch.
# Terraform module snippet
module "eks_cluster" {
  source = "./modules/eks"
  name   = var.cluster_name
  region = var.region
}
Terraform Kubernetes ArgoCD Prometheus
Advanced CI/CD Pipeline System

Designed and implemented enterprise-grade CI/CD pipelines reducing deployment time by 70% with automated security scanning and compliance checks.

Architecture: GitHub Actions โ†’ Artifact Registry โ†’ Helm Deployments โ†’ Security & Compliance Checks
Deep Dive โ€” Pipeline example:
CI runs tests, security scans (SAST/SCA), builds container images, pushes to registry. CD uses Helm + release automation with approvals and automated rollback on failed health checks.
# GitHub Actions snippet
name: CI
on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - run: make test
GitHub Actions Docker Helm SonarQube
Kubernetes Multi-Cluster Ops

Built scalable multi-cluster Kubernetes infrastructure with service mesh, auto-scaling, and disaster recovery across regions.

Architecture: EKS/AKS clusters โ†’ Istio Service Mesh โ†’ Karpenter Auto-scaling โ†’ ETCD Backup Strategy
Deep Dive โ€” Multi-cluster ops:
Centralized control-plane with GitOps; Istio handles mTLS & traffic routing; Karpenter dynamically provisions node capacity; ETCD snapshots are pushed to S3 for DR.
# kubectl example
kubectl -n kube-system rollout status deployment/istio-ingressgateway
Kubernetes Istio Karpenter Terraform
Enterprise Monitoring & Alerting

Implemented comprehensive observability platform with custom dashboards, alerting rules, and SLO tracking for 24/7 system reliability.

Architecture: Prometheus Scraping โ†’ Grafana Dashboards โ†’ AlertManager Rules โ†’ Incident Response Automation
Deep Dive โ€” Observability:
Prometheus scrapes targets with relabeling; metrics forwarded to long-term storage; Grafana provides SLO dashboards; AlertManager routes incidents to Ops channels with runbooks.
# Prometheus scrape config excerpt
scrape_configs:
  - job_name: 'kubernetes'
    kubernetes_sd_configs:
      - role: node
Prometheus Grafana AlertManager Python
Infrastructure Automation Framework

Developed Python-based automation framework reducing manual provisioning tasks by 85% with self-service capabilities.

Architecture: Python CLI โ†’ Terraform Backend โ†’ Cloud APIs โ†’ Notification Service
Deep Dive โ€” Automation framework:
A Python CLI accepts team requests, triggers Terraform via backend service, stores state in remote backend, and triggers notifications upon completion. RBAC enforced via IAM roles and service accounts.
# fastapi webhook receiver
from fastapi import FastAPI
app = FastAPI()
@app.post('/provision')
async def provision(payload: dict):
    return {"status":"queued"}
Python Terraform AWS SDK FastAPI
Cloud Cost Optimization Initiative

Analyzed and optimized cloud spending across multi-cloud environment, achieving 40% cost reduction through reserved instances and auto-scaling strategies.

Architecture: Cost Analysis Tools โ†’ Reserved Instance Optimization โ†’ Right-sizing Automation โ†’ FinOps Dashboard
Deep Dive โ€” Cost optimization:
Automated scripts analyze billing data, apply rightsizing recommendations, and schedule RI purchases. A FinOps dashboard visualizes trends and savings with automated alerts for anomalies.
# pseudo: rightsizing logic
if cpu_util < 10%:
  suggest_smaller_instance()
AWS Cost Explorer Azure Advisor Python Grafana

๐Ÿ—๏ธ Professional Experience

DevOps and cloud infrastructure leadership across organizations

2026 โ€“ Present
Principal Engineer / Cloud Solution Architect
Cadence
Driving enterprise platform architecture, Kubernetes modernization, FinOps and AI enablement.
  • Architected enterprise AWS platform supporting 20+ cloud-native applications โ€” improved deployment frequency by 40% and reduced provisioning time by 60% via reusable Terraform modules.
  • Led EKS modernization, migrating monoliths to microservices to improve scalability by 50% and reduce compute costs by 20%.
  • Established FinOps governance (tagging, dashboards, Savings Plans) delivering ~25% annual cloud cost savings.
  • Designed AI/ML-ready infrastructure and GenAI API integration patterns with secure IAM isolation and scalable compute layers.
  • Implemented automated CI/CD (blue-green & canary) reducing production incidents by 30%.
  • Instituted SRE reliability framework achieving 99.99% uptime for mission-critical systems.
  • Led and mentored 11 engineers across regions, promoting platform standardization and DevOps culture.
2022 โ€“ 2026
Senior Lead DevOps Engineer / AWS Solution Architect
S&P Global
Platform engineering and cloud transformation for large-scale financial platforms.
  • Architected scalable AWS platforms and reusable Terraform frameworks adopted by multiple product teams.
  • Drove Kubernetes (EKS) adoption and containerization to improve scalability and reliability.
  • Implemented FinOps practices and cost-visibility tooling to improve cost transparency.
  • Built automated CI/CD pipelines and platform governance to accelerate delivery and reduce incidents.
2018 โ€“ 2022
Enterprise Cloud Architect / Lead DevOps Engineer
Broadridge Financial Solutions
Led large-scale AWS migrations and platform standardization for financial services.
  • Led migration of 28+ enterprise applications to AWS using IaC, reducing legacy footprint by 30%.
  • Built standardized Terraform frameworks used across multiple product teams.
  • Designed secure VPC segmentation, least-privilege IAM models and centralized monitoring for compliance.
  • Transformed CI/CD processes, shortening deployment cycles from weeks to days.
  • Introduced cost-visibility dashboards and resource optimization strategies.
  • Partnered with data teams to enable scalable compute for analytics and ML experimentation.
2015 โ€“ 2018
Cloud Developer
Tata Consultancy Services
Development and migration of cloud-native applications and automation.
  • Developed distributed cloud-native applications using Python, Java and Node.js.
  • Contributed to high-availability AWS migration programs.
  • Automated infrastructure deployment scripts, reducing manual provisioning effort by 35%.

๐ŸŽ“ Education & Certifications

Formal education and industry-recognized credentials

๐ŸŽ“
Education
Details available in full resume
See downloadable PDF
โ€”
โ˜๏ธ
Certification
AWS Certified Solutions Architect โ€“ Associate
Amazon Web Services
As listed on resume
๐Ÿ”ง
Certification
HashiCorp Certified: Terraform Associate (In Progress)
HashiCorp
In Progress

๐Ÿ“„ Download Full Resume

Get detailed information about my experience and qualifications

Download Resume (PDF)

๐Ÿ“ฌ Get In Touch

Let's connect and discuss your cloud infrastructure needs

๐Ÿ“
Location
๐Ÿ“ž
Phone
+91-8897999494
๐Ÿ“ง
Email
amar5355@gmail.com
๐Ÿ’ผ
LinkedIn
linkedin.com/in/b-amar-reddy