Skip to main content

8 posts tagged with "Networking"

Core cloud networking concepts: IP addressing, routing, NAT, gateways, load balancers, and traffic flow for distributed systems. Focused on production-grade architectures for AI workloads.

View All Tags

Day 10: Get your custom domain (real URLs)

Β· 23 min read
Norah Klintberg Sakal
AI Consultant & Developer

Get your custom domain (real URLs)

What you'll learn

How to set up a custom domain with Route 53 and point it to your Application Load Balancer.

No more default URLs​

Day 9: You built the front-yard house (ALB)

Today: We give it a real address

Here's the situation: Your ALB has a public endpoint:

fargate-alb-1234567890.us-east-1.elb.amazonaws.com

This works, but:
❌ Impossible to remember
❌ Looks unprofessional
❌ Hard to share
❌ Can't use for SSL certificate (Day 11)

What you want:

ai-caller.yourdomain.com

Clean. Professional. Memorable.

Solution: Route 53 + Custom Domain

Day 9: Create your Application Load Balancer (the front door)

Β· 25 min read
Norah Klintberg Sakal
AI Consultant & Developer

Create your Application Load Balancer (the front door)

What you'll learn

How to create an Application Load Balancer that accepts internet traffic and routes it to your private containers

Your network needs a front-yard house​

Day 8: You tested and validated your network

Today: We build the front door (Application Load Balancer)

Here's the setup:

Day 8: Test your network (prove it works)

Β· 26 min read
Norah Klintberg Sakal
AI Consultant & Developer

Test your network (prove it works)

What you'll learn

How to validate your VPC infrastructure by launching a test instance and verifying connectivity

Trust, but verify​

Days 3-7: You built the entire network infrastructure

Today: We prove it actually works

Here's the situation:

You've built:
βœ… VPC with Internet Gateway
βœ… Public and private subnets
βœ… NAT Gateway
βœ… Route Tables
βœ… Security Groups

But you haven't actually tested any of it.

What if:

  • NAT Gateway isn't running correctly?
  • Route tables have the wrong associations?
  • Secure Groups are blocking traffic?
  • Something is misconfigured?

You'd fund out after deploying your containers (painful debugging)

Solution: Test first, deploy second.

Day 7: Create security groups (add the smart locks)

Β· 22 min read
Norah Klintberg Sakal
AI Consultant & Developer

Create Security Groups (add the smart locks)

What you'll learn

How to create Security Groups that control exactly who can talk to your load balancer and AI agent Containers

Your network needs smart locks​

Day 6: You built the roads (route tables)

Today: We add the smart locks (Security Groups)

Here's the problem:

Your routing works, traffic can flow.

But there's NO security layer yet.

Right now:

  • Anyone can try to connect to your containers
  • No firewall rules
  • No access control

That's a security issue.

Solution: Security Groups

Day 6: Build your route tables (connect the roads)

Β· 20 min read
Norah Klintberg Sakal
AI Consultant & Developer

Build your route tables (connect the roads)

What you'll learn

How to create route tables that connect private subnets to NAT Gateway and public subnets to Internet Gateway

Your gates need directions​

Day 5: You built the back gate (NAT Gateway)

Today: We build the roads that connect everything

Here's the problem:

You have:

βœ… Neighborhood front gate (Internet Gateway)
βœ… Back gate (NAT Gateway)
βœ… Front yards (public subnets)
βœ… Back yards (private subnets)

But nothing is connected yet.

Day 4: Create subnets (front yards vs back yards)

Β· 16 min read
Norah Klintberg Sakal
AI Consultant & Developer

Create subnets (front yards vs back yards)

What you'll learn

How to create 4 subnets (2 public, 2 private) in different availability zones for high availability

Your neighborhood needs houses​

Day 1: Your AI agent's first phone call Day 1 β†—
Day 2: Give your AI agent a real-world mission Day 2 β†—
Day 3: You claimed your territory (VPC) Day 3 β†—

Today: We'll build our neighborhood with subnets