14+ years automating enterprise cloud systems across AWS, GCP & Azure. GCP & Platform Engineering Certified. Based in Chennai, India β open to Senior DevOps roles, fully remote opportunities & part-time consulting.
Building resilient, automated, and self-healing systems from L1 monitoring origins to multi-cloud enterprise architecture.
I'm a Senior Cloud & Infrastructure Specialist with over 14 years of hands-on experience in Linux, virtualized hypervisors, and enterprise multi-cloud platforms. I specialize in turning complex infrastructure friction into zero-touch automated developer experiences.
From architecting zero-downtime AWS DMS migration engines for US financial services clients to implementing SOC 2 / ISO 27001 detection engineering rules in Datadog, I bridge the gap between cloud architecture, security compliance, and developer productivity.
Everything as Code: Terraform, Alembic, Ansible & CI/CD merge trains.
Vault secrets integration, Datadog detection rules & Privacy by Design.
Self-service developer portals (Backstage/Port) & standardized T-Shirt sizing.
High availability topology design & proactive observability alerts.
DevOps Lead & Cloud Architect in Chennai, India
Fully remote engagements with global engineering teams
Strategic cloud migrations, security audits & IaC refactoring
Click any pipeline stage below to inspect the real automated telemetry, security checks, and deployment logs.
A look at real architectural solutions engineered for high-stakes financial, security, and enterprise environments.
resource "aws_dms_replication_task" "financial_migration" {
replication_task_id = "vault-secured-dms-task"
migration_type = "full-load-and-cdc"
table_mappings = file("${path.module}/configs/mappings.json")
# Vault secret dynamic resolution
replication_task_settings = jsonencode({
TargetMetadata = {
SupportLobs = true
}
SecretsManagerAccessRoleArn = data.vault_generic_secret.dms.data["arn"]
})
}
import alembic.config
from vault_client import fetch_iam_credentials
def apply_day2_migrations(event, context):
"""Automated RDS Day-2 Schema Provisioning Engine"""
creds = fetch_iam_credentials(role="db_admin_role")
alembic_args = [
'-x', f'sqlalchemy.url=postgresql://{creds.user}:{creds.pwd}@{creds.host}/prod',
'upgrade', 'head'
]
alembic.config.main(argv=alembic_args)
return {"status": "SCHEMA_PROVISIONED_SUCCESSFULLY"}
Over 50+ battle-tested tools across Cloud, IaC, CI/CD, Containerization, Observability & Platform Engineering.
Certified by Google Cloud Platform and Platform Engineering bodies for architecture & DevOps excellence.
Google Cloud Platform
Google Cloud Platform
Platform Engineering Certification
Platform Engineering Certification
Structured like a continuous delivery git release timeline from current Cloud Architecture roles to foundation systems engineering.
Dual-role operating as Cloud Architect for a top US financial services client and Senior DevOps Engineer for internal GCP & developer platform projects.
Led detection engineering and security operations for a multi-cloud environment subject to strict SOC 2 & ISO 27001 compliance standards.
Full lifecycle DevOps for a high-growth multi-cloud startup β from CI/CD merge trains to MDM/DLP security enablement.
Managed DevOps and DataOps across multiple global client platforms in Germany, US, and Japan.
7-year tenure progressing from L1 Support to Technical Lead β spanning US financial, retail, and broadcasting sector clients.
Whether you need a Senior DevOps Lead, a Cloud Architect, or part-time consulting β send a message below.
Chennai, India (Available Worldwide Remote)