Master AWS Lambda Deployment Using Containers: From Zero to HeroIntroduction AWS Lambda is a serverless compute service that allows you to run code without provisioning or managing servers. It automatically scales and executes your code in response to events, such as changes in data or system state, or user actio...Jan 11, 2026·5 min read
Step-By-Step Guide to Creating a Custom Virtual Private CloudIntroduction: In the realm of cloud computing, Amazon Web Services (AWS) stands out as a powerhouse, offering a myriad of services to cater to diverse business needs. Among its fundamental offerings is the Virtual Private Cloud (VPC), a cornerstone f...Aug 9, 2025·8 min read
🐧Mounting an Amazon S3 Bucket in WSL Ubuntu Using s3fs✅ Prerequisites An Amazon S3 bucket (see here if you want to know how to create one). For the rest of the article we assume it is named my-s3-bucket and is created in the region ap-south-1. An Amazon IAM user (with relative Access Key ID and Secret...Jul 19, 2025·4 min read
Monitoring using Prometheus, Grafana & Cadvisor.In this article, we will run a docker container and we will monitor and see the cpu utilization and other metrics in cadvisor, prometheus and grafana dashboard. 🎇 What is cadvisor (Container Advisor) is an open-source tool developed by Google that p...Jan 4, 2024·8 min read
DevSecOps Project : Swiggy Clone 🍽🥗📜 Introduction: In today's fast-paced digital landscape, building and deploying applications not only requires speed but also airtight security. That's where DevSecOps comes into play, blending development, security, and operations into a single, un...Dec 31, 2023·11 min read
🎡Kubernetes commands you should definitely know!🎪 kubernetes Commands Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes...Dec 28, 2023·5 min read
Terraform Advance: Creating & Managing AWS Resources With Best Practice🌟 Introduction Hello DevOps enthusiasts! Welcome back. Today, we're diving deep into working with Terraform and AWS. We'll cover essential topics AWS topics EC2, S3, DynamoDB, KMS, and VPC. In Terraform we cover state management, validation, provisi...Dec 5, 2023·4 min read