π Terraform Troubleshooting Series β Day 3/5π Infrastructure Drift β When Someone Changes AWS Outside Terraform Monday morning. Dashboard shows all green. β Then you run: terraform plan And it shows 12 changes nobody made. Not 1. Not 2. TwelvJul 19, 2026Β·6 min read
π Setting up a Mac for DevOps? Hereβs my complete real-world setup (with mistakes & fixes)Jun 23, 2026Β·4 min read
DNS Lookup Mastery: A Comprehensive Guide to Network Exploration ππIntroduction DNS (Domain Name System) lookup is a fundamental networking technique that helps translate human-readable domain names into IP addresses. This guide will walk you through various DNS lookup techniques using the powerful nslookup command!...Nov 20, 2024Β·2 min read
π Understanding Virtualization in Cloud Computing: A Beginner's GuideHey there, tech enthusiasts! Today, we're diving into the fascinating world of virtualization in cloud computing. Don't worry - we'll keep it simple and fun! Let's explore how virtualization makes cloud computing possible and look at some real-world ...Oct 28, 2024Β·5 min read
Getting Started with AWS CLI: Install, Configure, Test, and UseThe AWS Command Line Interface (CLI) is a powerful tool allowing you to interact directly with various AWS services from your command line. This guide will walk you through setting up the AWS CLI on your laptop, whether you're using Windows, macOS, o...Oct 14, 2024Β·4 min read
How to Create a Budget in AWS: A Step-by-Step GuideCreating a budget in AWS is an important step for managing and controlling your cloud costs. AWS Budgets lets you set custom cost and usage limits that notify you when you exceed your thresholds. Hereβs a simple guide on how to create and manage budg...Oct 9, 2024Β·3 min read
π Demystifying terraform init: A Deep Dive into Terraform InitializationHey #TechCommunity! Today, let's break down the terraform init command and understand what happens behind the scenes. π π Project Structure: C:\Users\spujari\Desktop\My work\Terraform-A-to-Z\Day-1\PROJECT-ec2-instance-creation π₯οΈ The Command: ter...Oct 4, 2024Β·2 min read
ποΈ Infrastructure as Code (IaC): Revolutionizing IT OperationsIn today's fast-paced digital world, managing infrastructure efficiently is crucial for businesses to stay competitive. Enter Infrastructure as Code (IaC) β a game-changing approach that's transforming how we handle IT operations. π The Old Way vs. ...Sep 30, 2024Β·2 min read