Step-by-step implementation for deploying a modern, serverless, three-tier application on AWSNov 24, 2025·6 min read
Serverless: The Ultimate Cloud Cost Saver, or an Optimization Trap? A Deep Dive into AWS BillingNov 17, 2025·5 min read
PinnedAutomation using AWS Systems Manger - Run command/DocumentIn this article we are going to understand how to execute a shell scripts/commands on EC2 instances from Systems Manager's Run command section.Jun 25, 2024·3 min read
SSH Authentication & How its work in BackgroundStep-by-Step SSH Login Flow with Key Pairs How the SSH login mechanism works in the background using key pairs, Step 1: The Client Generates the Key Pair The process begins on your local machine (the client). Using a tool like ssh-keygen, you generat...Sep 7, 2025·2 min read
Different types of Load Balancers in AWSIn AWS , there are 4 types of load balancers you can use, each designed to address different use cases and requirements. Application Load Balancer (ALB) Layer: Operates at the Application Layer (Layer 7). Use Case: Ideal for routing HTTP and HTTPS...Aug 5, 2024·2 min read
Amazon EC2 Auto Scaling lifecycle hooksAmazon EC2 Auto Scaling offers the ability to add lifecycle hooks to your Auto Scaling groups. These hooks let you create solutions that are aware of events in the Auto Scaling instance lifecycle, and then perform a custom action on instances when t...Jul 11, 2024·2 min read
Layers in AWS Lambda functionIn AWS Lambda, "layers" refer to a way to centrally manage and share code and dependencies across multiple Lambda functions. A Lambda layer is a .zip file archive that contains supplementary code or data. Layers usually contain library dependencies,...Jul 5, 2024·2 min read
Introducing Amazon Q: Your Business ExpertWhat is Amazon Q Amazon Q is an innovative generative AI-powered assistant tailored for professional settings, designed to assist in a myriad of tasks, provide insights, generate content, and facilitate actions. Benifits Interactive Problem Solving:...Jul 3, 2024·2 min read
Create a Lambda function using AWS CloudFormation with Python codeWhat is CloudFormation in AWS AWS CloudFormation is a service that gives developers and businesses an easy way to create a collection of re lated AWS and third-party resources, and provision and manage them in an orderly and predictable fashion. Crea...Jul 2, 2024·2 min read