AI-Powered AWS Infrastructure Provisioning Agent using Python, LLM, Terraform & AWSAug 25, 2026·9 min read
rolling deployment downtime with 3 tier Architecture for web application1. Repository structure Add the deployment files to the existing application repository web-application/├── src/├── tests/├── package.json├── package-lock.json├── Dockerfile├── .dockerignore├── JenkinSep 11, 2026·19 min read
🌐 AWS VPC - The Foundation of Secure Cloud NetworkingWhen working with AWS, one of the first services you'll encounter is the Amazon Virtual Private Cloud (VPC). Understanding VPC is essential for Cloud Engineers, DevOps Engineers, Solutions Architects,Jun 15, 2026·6 min read·4
Floci Deep DivesWhat is Floci? Floci is an open-source local cloud emulator that allows developers to run AWS-compatible services locally without using a real AWS account. It is often positioned as an alternative to Jun 11, 2026·2 min read·3
AWS Part 3 — Horizontal Scaling and Load BalancerPerquisites: What is Scaling and Why do we need it? Types of Scaling Load Balancer and Target Groups in AWS Tutorial of configuring Load Balancer in AWS Cleanup all resources We will do everythJun 9, 2026·5 min read·4
AWS Part 2 — Understanding AWS EBS VolumesPrerequisites : Introduction to EBS Types of EBS Volume Creating an EBS Volume and attaching it to an EC2 instance Changing the size of existing EBS volume without downtime Snapshots and Backups CleanJun 8, 2026·5 min read·1
AWS Part 1 — Introduction to Cloud and EC2Amazon Web Services (AWS) introduces the fundamentals of cloud computing and Amazon EC2 (Elastic Compute Cloud), focusing on how to launch, configure, and connect to virtual servers in the cloud. The Jun 8, 2026·3 min read·3
How to Set Up GitHub SSH Authentication - Complete Setup Guide for Windows, Linux, and macOSIf you're still typing in your username and password every time you push or pull code from GitHub, you should switch to SSH authentication. SSH (Secure Shell) lets GitHub check who you are using speciJun 8, 2026·6 min read·3