Skip to content
View harshartz's full-sized avatar

Block or report harshartz

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
harshartz/README.md

MasterHead


About Me

I’m a DevOps Engineer working primarily with containerized applications in AWS environments.

My main focus is containerization, secure architecture design, and operating reliable production systems. I build environments where applications are easy to deploy, monitor, and scale.

Most of my work involves:

  • Designing container-based microservices architectures
  • Building and optimizing Docker images using multistage builds
  • Managing container workloads on ECS
  • Creating CI/CD pipelines for automated container deployments
  • Designing secure AWS networking (VPC, ALB, WAF, Route53)
  • Monitoring and implementing observability using CloudWatch, Prometheus, and Grafana
  • Managing staging and production environments

I focus on making systems stable, scalable, and predictable.


Core Expertise

Containerization

  • Docker (multistage builds, image size optimization, runtime tuning)
  • ECS microservices architecture
  • Kubernetes fundamentals

Cloud Infrastructure

  • AWS (ECS, ECR, EC2, VPC, ALB, Route53, S3, WAF, Auto Scaling, CloudWatch)
  • Secure architecture design
  • Environment isolation (staging / production)

Infrastructure as Code

  • Terraform (modular and reusable infrastructure design)

CI/CD

  • Jenkins
  • AWS CodePipeline
  • CodeBuild
  • Container image lifecycle management

Monitoring & Observability

  • CloudWatch
  • Prometheus
  • Grafana

Production Experience

  • Migrated services from monolithic architecture to container-based microservices
  • Optimized Docker builds to reduce image size and deployment time
  • Implemented secure networking and traffic management
  • Designed scalable ECS-based production environments
  • Built automated pipelines for consistent container deployments
  • Managed live production rollouts and monitoring

Selected Projects

🔹 Jenkins CI/CD with Docker
https://github.com/harshartz/Jenkins-CI-CD-Pipeline-with-Docker-and-GitHub

🔹 Terraform AWS Automation
https://github.com/harshartz/AWS-Terraform-Automation

🔹 Lambda Deployment Pipeline
https://github.com/harshartz/Lambda-Deployment-with-CICD-Pipeline

🔹 AWS Networking & VPC Peering
https://github.com/harshartz/AWS-VPC-Peering-and-EC2-Instance-Connectivity


Certification

AWS Certified Cloud Practitioner
Issued by Amazon Web Services


Connect

LinkedIn: https://linkedin.com/in/harshhire
GitHub: https://github.com/harshartz
Email: harsh22101999@gmail.com

Pinned Loading

  1. Lambda-Deployment-with-CICD-Pipeline Lambda-Deployment-with-CICD-Pipeline Public

    This repo demonstrates an easy way to deploy an AWS Lambda function using Jenkins, Docker, and Amazon ECR. The Lambda function simply prints "Hello, World!"—a straightforward setup for hassle-free …

    Dockerfile 4

  2. AWS-Terraform-Automation AWS-Terraform-Automation Public

    This repository contains a solution developed as part of a selection round in a hiring process. The task involved creating an AWS infrastructure that automatically triggers a Lambda function when a…

    HCL 2

  3. Jenkins-CI-CD-Pipeline-with-Docker-and-GitHub Jenkins-CI-CD-Pipeline-with-Docker-and-GitHub Public

    This repository contains a Jenkins pipeline configured to automate the Continuous Integration and Continuous Deployment (CI/CD) process using GitHub, Docker, and Jenkins. The pipeline is triggered …

    HTML 12 30

  4. Ansible-Orchestrated-Apache-Web-Hosting-on-AWS-EC2 Ansible-Orchestrated-Apache-Web-Hosting-on-AWS-EC2 Public

    This GitHub repository showcases an Ansible-based solution for effortlessly deploying and managing multiple Ubuntu servers hosting Apache web servers on AWS. Enhance scalability and reduce manual c…

  5. AWS-VPC-Peering-and-EC2-Instance-Connectivity AWS-VPC-Peering-and-EC2-Instance-Connectivity Public

    This guide outlines how to securely connect two EC2 servers hosted in separate VPCs, covering VPC setup, peering, and SSH configuration for secure communication.

    1

  6. react-ssr-techdome react-ssr-techdome Public

    Forked from alexnm/react-ssr

    A baseline for server side rendering for your React application

    JavaScript