Category: AWS

0

Chapter 21: AWS Containers

AWS Containers If you’ve been following our journey so far (EC2 → Lambda → serverless → messaging), containers are the middle ground — the sweet spot between traditional servers (EC2) and pure serverless (Lambda)....

0

Chapter 22: AWS ECS

AWS ECS If you remember our previous lesson on AWS Containers, we said containers are the lightweight, portable tiffin boxes for your applications. Today we’re opening one specific tiffin box: Amazon Elastic Container Service...

0

Chapter 23: AWS EKS

AWS EKS (Elastic Kubernetes Service). If you remember our last lesson on ECS (AWS’s simpler, native orchestrator), EKS is the more powerful, more standard, but also more complex sibling. It’s basically AWS’s fully managed...

0

Chapter 24: AWS Fargate

AWS Fargate If you’ve been following along, we already talked about containers (the lightweight, portable tiffin boxes), ECS (AWS’s simple orchestrator), and EKS (the full Kubernetes version). Today we’re focusing on Fargate — the...

0

Chapter 25: AWS Additional Compute

AWS Additional Compute First things first — “AWS Additional Compute” is not an official standalone service name like EC2, Lambda, or Fargate. It’s not something you search for in the AWS console and click...

0

Chapter 26: AWS Infrastructure

AWS Infrastructure (officially called AWS Global Infrastructure or AWS Infrastructure Regions & Availability Zones). This is the physical & logical foundation everything else sits on — EC2, S3, Lambda, VPC, databases, you name it....

0

Chapter 27: AWS Regions

AWS Regions. This is not just a dropdown menu in the console — choosing the wrong Region (or not understanding why it matters) is one of the most common reasons people get slow performance,...

0

Chapter 28: AWS Availability Zones

AWS Availability Zones If you remember our last lesson on AWS Regions, we said a Region is like a big state (e.g., Telangana or Maharashtra). Availability Zones are the individual secure buildings (data centers)...

0

Chapter 29: AWS Edge Locations

AWS Edge Locations If you remember our earlier lessons: Regions = big geographic areas (like Telangana state) Availability Zones = separate data centers inside the Region (like Gachibowli, Banjara Hills, Hi-Tech City buildings) Edge...

0

Chapter 30: AWS Provisioning

AWS provisioning When people say “AWS provisioning” or “provision resources in AWS”, they are usually talking about the act of creating and configuring compute, storage, networking, or other cloud resources so your application can actually...