AWS Lambda Function that will create 7zip archive from the files in S3 Bucket (S3 Event as a trigger)
An event-driven AWS Lambda pattern that builds index.7z from S3 folder objects and uploads the archive back to the same prefix.
AWS Lambda function that will create 7zip archive index.7z in S3 bucket
A Lambda + S3 workflow for generating index.7z in gid-* folders with explicit preconditions, regex-based filtering, and manual JSON input control.
AWS Lambda that Uses EventBridge Rule for getting Events and delete Tag files from S3
EventBridge-driven Lambda remediation flow that replaces flagged S3 objects, removes tags, and notifies SNS with incident context.
Ansible Playbook for Automated Linux Server Bootstrap and SSH Hardening
A fresh server is a liability until it's configured correctly. This tutorial walks through an Ansible playbook that handles user creation, package installation, SSH hardening, and UFW firewall setup in a single repeatable run.
AWS Lambda Dead-Letter Queues with SQS: Capture and Replay Failed Async Events
Silent Lambda failures on async invocations discard event payloads permanently unless you have a safety net in place. This post walks through wiring an SQS dead-letter queue to a Lambda function and building a controlled replay script to recover those lost events.
GitHub Actions workflow to build and push Docker image to ECR
A working GitHub Actions setup that builds a Docker image on every push and pushes it to Amazon ECR. Covers the IAM side too, which is usually where things break.
GitLab CI/CD pipeline stages with artifact passing between jobs
Setting up a GitLab pipeline with explicit stages and artifact dependencies so build output actually reaches the deploy job without re-running everything.
Github Actions Pipeline with sonarqube quality gate manual approval and helm rollback
A single GitHub Actions workflow that blocks deployment on a failed SonarQube gate, waits for a human to approve, and rolls Helm back to the previous revision if anything goes wrong.
IAM Roles and Least-Privilege Policies for CI/CD Pipelines on AWS
Long-lived AWS access keys in CI/CD pipelines are a liability โ scoped IAM roles with temporary credentials are the correct architecture. This tutorial walks through trust policy design, OIDC federation, and the policy mistakes that cause real incidents.
boto3 EC2 inventory script with argparse profiles and structured logging
A Python CLI that lists running EC2 instances across regions using boto3 sessions, argparse, and paginators, with a fix for the NoRegionError that bit me mid-refactor.
โ Support us ยท ๐ณ Monobank