AI-Powered AWS Infrastructure Provisioning Agent using Python, LLM, Terraform & AWSWe'll start with one AWS resource: EC2. After it works, you can extend it to S3 and CloudWatch. Important: The agent will not automatically run terraform apply after the LLM response. It will generatAug 25, 2026·9 min read
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
OpenTelemetry Sampling | Head vs Tail Sampling with Examples 1️⃣ Why Sampling is Important In high-traffic microservices (like Kubernetes/EKS environments), tracing every request can: Increase backend ingestion cost Overload storage Impact performance OpenMar 1, 2026·5 min read