Open to Cloud / DevOps Engineer roles

DevOps engineer for AWS platforms, CI/CD, and observable production systems.

I help teams deploy and operate cloud infrastructure with AWS, Linux, Terraform, Docker, GitHub Actions, HAProxy, PostgreSQL, Wazuh, and monitoring stacks. My strongest fit is hands-on platform work where automation, troubleshooting, and reliability matter every day.

AWS operations EC2, VPC, IAM, S3, Route 53, load balancers, and EBS.
CI/CD delivery GitHub Actions, GitLab CI/CD, Jenkins, Docker, and Bash.
Security visibility Wazuh IaC project with Terraform, Packer, private DNS, and recovery workflows.
Reliability support HAProxy, PostgreSQL, monitoring, backup, and DR support.
  • Based in Dhaka, Bangladesh
  • Cloud and DevOps operations
  • AWS, Linux, CI/CD, monitoring
  • Production support mindset

Live deployment

A portfolio that proves the deployment habit.

Every update starts with Git and ends behind CloudFront. The flow is intentionally simple, but it shows the same operating pattern hiring teams want: versioned changes, repeatable releases, private origin storage, HTTPS at the edge, and cache invalidation after deployment.

Release path

push to main
  1. 01 GitHub Private repo receives a commit on main.
  2. 02 Actions Workflow validates secrets and assumes the AWS role.
  3. 03 S3 Static files sync to the private site bucket.
  4. 04 CloudFront The edge cache is invalidated for fresh content.
  5. 05 Route 53 DNS routes visitors to the distribution.

Workflow core

fast run
aws-actions/configure-aws-credentials@v6
role-skip-session-tagging: true

aws s3 sync . s3://nettechshifat.cloud --delete

aws cloudfront create-invalidation \
  --distribution-id E3FHE2OLFKHR7N \
  --paths "/*"
Source Private GitHub repo

Content changes are versioned, reviewed, and deployed from Git.

Origin Private S3 bucket

The bucket stays behind CloudFront instead of public website hosting.

Edge CloudFront HTTPS

Requests terminate at the CDN with cache invalidation after release.

Domain nettechshifat.cloud

Route 53 and CloudFront serve the personal DevOps site.

About

Practical DevOps support for teams that need reliable delivery.

My experience spans AWS environments, Linux administration, multi-tenant production support, Java and PHP application deployment, Docker-based delivery, load balancing, database operations, backup and disaster recovery planning, and monitoring. I focus on making infrastructure easier to operate, more repeatable, and more dependable for the teams using it every day.

AWS infrastructure operations

Provision and support EC2, VPC, IAM, Auto Scaling, EBS, S3, Route 53, and load-balanced application environments.

CI/CD and release automation

Build and maintain GitHub Actions, GitLab CI/CD, Jenkins, and Bash-driven automation for more stable releases.

Monitoring and security visibility

Implement and troubleshoot Wazuh, Nagios, Grafana, ELK Stack, and Zabbix to improve alerting, diagnostics, log analysis, and platform insight.

High-availability platform support

Work with HAProxy, PostgreSQL clusters, Linux services, and operational runbooks to keep services available and recoverable.

Skills

Skills organized around real infrastructure work.

Instead of a flat keyword list, these are the tools and platforms I work with across cloud infrastructure, operations, automation, networking, and observability.

Cloud and infrastructure

  • AWS EC2, Lightsail, VPC, IAM, Auto Scaling, Route 53, S3, load balancers, and EBS
  • Infrastructure design for web applications, security groups, DNS, and production hosting

IaC and automation

  • Terraform for repeatable provisioning and security monitoring deployments
  • Bash scripting for operational automation and database backup workflows
  • Ansible at a foundational level

CI/CD and delivery

  • GitHub Actions, GitLab CI/CD, and Jenkins pipeline setup and maintenance
  • Docker-based application deployment and release process support

Linux and platforms

  • Red Hat, CentOS, SUSE, Oracle Linux, and Windows Server administration
  • Apache, Nginx, HAProxy, VMware ESXi, Hyper-V, and Oracle VirtualBox

Monitoring and security

  • Wazuh, Nagios, Grafana, ELK Stack, and Zabbix for monitoring, alerting, log analysis, and security visibility
  • Operational troubleshooting, service checks, log review, and incident support

Databases and networking

  • PostgreSQL 14, MySQL, Microsoft SQL Server, Oracle 19c, and Microsoft Access
  • TCP/IP, DNS, static IP configuration, MikroTik, Cisco switching, and CCNA fundamentals

Featured security IaC project

Wazuh on AWS with repeatable rollout and safer recovery.

A production-style Wazuh deployment built with Terraform, Packer, GitHub Actions, Docker, EBS, internal DNS, and snapshot-based recovery workflows.

Terraform / Packer / GitHub Actions / AWS

Built an IaC-driven Wazuh platform with persistent data outside the Auto Scaling lifecycle.

The stack separates Wazuh indexer, manager, and dashboard into their own Auto Scaling Groups while keeping each role's data on standalone EBS volumes. Instances can be refreshed or replaced from a new AMI without throwing away security monitoring data.

  • Terraform modules
  • Packer AMI builds
  • Docker Compose runtime
  • Internal NLB
  • Route 53 private DNS
  • MFA-based GitHub Actions
  • Snapshot restore
Roles Indexer, manager, dashboard
Recovery Snapshot set restore flow
Safety EBS prevent-destroy guardrails
  • Created a shared Debian 12 Wazuh AMI with Docker Engine, Compose, baked runtime files, certificates, and version metadata.
  • Automated plan, apply, rollout-only, destroy, and restore-from-snapshot workflows through GitHub Actions.
  • Preserved role data volumes during instance refreshes and destructive workflows to reduce accidental data loss risk.

Projects

Project evidence for hiring conversations.

These examples come directly from the kinds of systems I have deployed, maintained, or improved in production-style environments.

Git-based delivery

Personal site deployment on S3 and CloudFront

GitHub Actions / AWS

Built a private-repo deployment path for this site where every push to main syncs static assets to S3 and invalidates the CloudFront distribution serving nettechshifat.cloud.

  • Configured GitHub Actions with AWS credentials and role assumption
  • Synced repository files to S3 with deletion of removed assets
  • Invalidated CloudFront automatically after each successful deploy
Outcome Manual uploads were replaced with a repeatable Git-based deployment workflow.

Security monitoring

Wazuh IaC on AWS with Terraform and Packer

Terraform / Packer / Wazuh

Built a repeatable Wazuh security monitoring platform on AWS with role-based Auto Scaling Groups, persistent EBS data volumes, AMI automation, private DNS, and GitHub Actions deployment workflows.

  • Separated indexer, manager, and dashboard roles across dedicated ASGs and internal endpoints
  • Used Packer to build a shared Debian 12 AMI with Docker, Wazuh runtime files, and generated certificates
  • Added snapshot, rollout-only, destroy-with-preserved-data, and restore-from-snapshot operations
Outcome Wazuh became easier to upgrade, recover, and operate without rebuilding monitoring data by hand.

AWS application hosting

Production platforms for eboighar.com and a1queue.com

AWS / HAProxy

Managed AWS-based production infrastructure for live application environments, including compute, networking, DNS, SSL, load balancing, and database support.

  • Deployed e-commerce and queueing platforms on AWS infrastructure
  • Configured security groups, VPC connectivity, SSL, and Nginx or HAProxy routing
  • Supported environment consistency with Docker and operational runbooks
Outcome Application hosting had clearer routing, safer access rules, and better operational consistency.

Release automation

GitLab and Jenkins CI/CD pipelines

CI/CD

Installed and configured local CI/CD platforms and built pipelines for PHP and container-based applications to reduce manual deployment work and improve delivery consistency.

  • Created reusable build and deployment flows for web applications
  • Supported GitHub Actions alongside Jenkins and GitLab CI/CD workflows
  • Automated operational tasks with Bash to support safer deployment cycles
Outcome Build and deployment work moved from manual steps toward predictable pipeline execution.

Observability and resilience

Monitoring, HAProxy, PostgreSQL, and DR support

Monitoring

Supported platform reliability with monitoring dashboards, service checks, HAProxy load balancing, PostgreSQL cluster operations, backup workflows, and disaster recovery exercises.

  • Implemented Nagios, Grafana, ELK Stack, and Zabbix-based health visibility
  • Maintained HAProxy and database components for high availability
  • Contributed to DR drills and ISO27001 and ISO22301 support work
Outcome Teams had stronger signals for incidents, availability, and recovery readiness.

Experience

Recent roles across infrastructure, systems, and DevOps support.

Recent work spans AWS provisioning, application delivery, observability, HAProxy, PostgreSQL, and day-to-day operational support.

Metafour Ltd Junior DevOps Engineer to Present

AWS, observability, and production platform support

  • Provision and manage AWS infrastructure including EC2, VPC, IAM, Auto Scaling, load balancers, and EBS.
  • Deploy and maintain Java and Docker-based applications across multi-tenant production environments.
  • Configure and maintain HAProxy load balancers and PostgreSQL clusters for performance and availability.
  • Build and operate Wazuh IaC on AWS using Terraform, Packer, GitHub Actions, Docker, persistent EBS volumes, private DNS, and snapshot recovery workflows.
  • Support GitHub Actions pipelines, Bash automation, and infrastructure improvements across daily operations.
  • Contribute to monitoring and log analysis with Nagios, Grafana, ELK Stack, alerting, compliance support, and disaster recovery drills.
MicroMac Techno Valley Ltd Assistant System Administrator to

Systems administration, AWS hosting, and CI/CD foundation work

  • Managed AWS cloud infrastructure for production platforms including EC2, S3, and Route 53.
  • Installed and maintained GitLab and Jenkins CI/CD systems for application delivery.
  • Administered Linux and Windows Server environments along with Apache, Nginx, PHP, MySQL, Oracle, and SQL Server.
  • Implemented Zabbix monitoring, backup automation, and disaster recovery solutions.
  • Supported VMware ESXi virtualization, MikroTik networking, and Cisco switching infrastructure.

Credentials

Training, certifications, and education that support the practical work.

These credentials are pulled from the public LinkedIn profile and link to provider verification pages where public verification is available.

Training and certifications

Training and specialization

  • Mastering Operating Systems with IBM AIX Coursera · Issued Feb 2025 · Credential ID BAJAG60M17W0 View credential
  • AWS Cloud Technology Consultant Specialization Amazon Web Services (AWS) · Issued Jan 2025 · Credential ID JB7MZYXVD9CD View credential
  • Cybersecurity Attack and Defense Fundamentals Specialization EC-Council · Issued Dec 2024 · Credential ID 8TY2XAQ2HLCL View credential
  • DevOps Mastery Specialization KodeKloud · Issued Dec 2024 · Credential ID B0W0LD45QWII View credential

Certifications

  • AWS Cloud Solutions Architect Amazon Web Services (AWS) · Issued Feb 2025 · Credential ID GN7XQL1MPGD5 View credential
  • Google IT Support Professional Certificate (v2) Coursera · Issued Dec 2024 View credential
  • MikroTik Certified Network Associate MikroTik · Issued Dec 2023 · Expires Dec 2026 · Credential ID 2312NA2069
  • Cisco Certified Network Associate Routing and Switching (CCNA) Atova Technology · Issued Nov 2023 · Expires Nov 2025 Verify on LinkedIn

Education

Professional Diploma in Network Solutions and System Administration
IsDB-BISEW IT Project

Bachelor of Science with Honours
BGMEA University of Fashion & Technology

Contact

Hiring for AWS, Linux, monitoring, or delivery automation?

I am open to conversations around Cloud, DevOps, infrastructure operations, monitoring, and platform reliability roles.

What I can help with

  • AWS instance, networking, DNS, and load-balancer setup
  • Linux server administration and application deployment support
  • Terraform, Bash automation, and cleaner operational workflows
  • GitHub Actions, Jenkins, and GitLab CI/CD pipeline work
  • Wazuh, Nagios, Grafana, ELK Stack, and Zabbix monitoring implementations
  • HAProxy, PostgreSQL, and production environment troubleshooting