Jan 24 · 5 min read · This document describes in detail how I designed and implemented a production-grade AWS network using Terraform. It explains what was built, why it was built, and which Terraform concepts were used. 1. Overview of Phase 1 Objective The goal of Phase...
Join discussionDec 29, 2025 · 4 min read · When learning AWS networking, concepts like VPC, subnets, route tables, IGW, NAT Gateway, CIDR, and VPC peering can feel confusing without hands-on practice. In this blog, I’ll: Explain core AWS networking concepts in simple terms Walk through a re...
Join discussion
Oct 18, 2025 · 4 min read · Welcome back to “Cloud Talks With Anusha”! ☁️💛 In our last episode, you learned how AWS Auto Scaling keeps your app smart and efficient by automatically adding or removing EC2 instances based on traffic 🚀⚖️ Now, it’s time to meet the global traffic...
Join discussionSep 1, 2025 · 4 min read · Networking on AWS was a pain in the behind when I got started on the cloud, so I can relate to whoever’s reading this. In my effort to simplify it, I was able to break it down into four(4) key components that work together: VPC, Subnets, Route Tables...
Join discussion
Jun 11, 2025 · 5 min read · What is AWS ? Why is it needed? AWS stands for Amazon web services . It is one of the leading cloud service provider (CSP) as it offers compute power (VMs) , database, storage solution , networking capabilities for individual. organisations , startup...
Join discussion
May 30, 2025 · 3 min read · It was late at night. Arjun sat with a hot cup of chai, excited to take the first real step into AWS networking. "Let’s build my first VPC today." He’d heard of the term — Virtual Private Cloud — but what did it really mean? 🔍 What is a VPC? A VP...
Join discussion
May 22, 2025 · 3 min read · In an increasingly hybrid world where businesses host web applications both on the cloud and on-premises, the importance of protecting infrastructure from malicious traffic cannot be overlooked. While AWS provides strong protection mechanisms for res...
Join discussion
May 5, 2025 · 6 min read · After building and scaling his web application using Application Load Balancer (ALB), Arjun felt like a cloud champion. He had: Smart routing based on paths and domains HTTPS termination Health checks And everything working behind one clean URL ...
Join discussion
Apr 24, 2025 · 5 min read · Ever faced the challenge of needing to access a private RDS database in one AWS account from an EC2 instance in another — all without exposing either to the public internet? Welcome to the world of VPC Peering — one of AWS's cleanest and most cost-ef...
Join discussion