🚀 v7.0 — Just Released

The Terminal
That Teaches You
Cloud Architecture

Not just a code generator. A complete cloud education platform that lives in your terminal.

Choose your architecture. Answer questions. Learn WHY each decision matters — while production-ready Terraform generates in 60 seconds.

Auto-detects your VPCs, subnets, and key pairs. Asks smart questions with built-in lessons. Generates WAF rules, KMS encryption, CI/CD pipelines, and documentation. From single EC2 to multi-region EKS serving 1M+ users.

📚 10+ Built-in Architecture Lessons 🔒 Production Security Audit 💰 Cost Estimates Before Deploy 🛟 3 AM Operational Runbooks
~/cloud-architect-tutor $ ./start-session.sh
╔══════════════════════════════════════════════╗
🏗️ CLOUD ARCHITECT TUTOR v7.0
╚══════════════════════════════════════════════╝
$ ./cloud-architect-tutor.sh
━━━━━━━━━━━━━━━━━━━━━━━━━━
Choose your system:
1) Web Application
2) Microservices Platform
Select scale:
2) 10k users → ASG + RDS
📚 LESSON: Kubernetes Decision Point
The most expensive mistake in cloud
is premature complexity.
K8s IS justified: 15+ services,
team has operational experience
K8s UNNECESSARY: <10 services,
team has no K8s experience
👉 Use Kubernetes for this? [y/N]: n
✅ Smart choice. ECS Fargate saves
~$800/mo vs EKS at this scale.
$ ✓ Generating Terraform...
✅ VPC + Subnets + NAT Gateway
✅ ALB + WAF + Certificate
✅ RDS Multi-AZ + Encryption
✅ KMS Keys + Secrets Manager
✅ CI/CD Pipeline + Documentation
70 resources | 60 seconds

What You Actually Learn

Every session includes built-in LESSONS that explain the WHEN and WHY, not just the HOW.

This is the curriculum I wish I had when I started. It's what I use myself to stay sharp.

🌐

AWS Networking Deep-Dive

CIDR blocks, public vs private subnets, NAT Gateway economics ($32/month EACH), VPC Endpoints to save data transfer costs, VPC Peering vs Transit Gateway decision guide. You'll understand what a /16 actually means.

EC2 Instance Type Decision Guide

T-family (burstable) vs C-family (compute) vs R-family (memory) vs Graviton ARM (20% cheaper). CPU credits, unlimited mode gotchas, and when to use what. Never over-provision again.

☸️

Kubernetes Justification Framework

The most expensive decision in cloud is premature complexity. K8s IS justified with 15+ services and operational experience. It's UNNECESSARY—and costly—below 10 services. This lesson alone saves $800+/month.

📋

Terraform Limitations & Hybrid Workflow

State management is the #1 pain point. Terraform provisions infrastructure, not what runs on it. Where Terraform stops and Kubernetes/Helm/ArgoCD begins. Learn the boundary that most teams get wrong.

🏛️

Well-Architected Framework Assessment

Your architecture scored against all 6 pillars: Operational Excellence, Security, Reliability, Performance, Cost Optimization, Sustainability. See exactly where your architecture falls short.

💰

Cost Optimization Strategies

Reserved Instances (30% savings), Spot instances (70% savings), Savings Plans, Graviton ARM economics, S3 lifecycle policies. Save 30-70% on your AWS bill with decisions you make now.

🛟

Disaster Recovery Planning

Define your RTO and RPO. Multi-AZ failover, cross-region read replicas, Aurora Backtrack. Plus a DR testing strategy: chaos engineering, AZ failure simulation, tabletop exercises. Untested backups = no backups.

📊

Observability — The Three Pillars

Logs (what happened), Metrics (how is it performing), Traces (where is the bottleneck). RED method, USE method, CloudWatch alarms that actually matter. Know what to monitor before you need it.

🔒

Security — What 90% of Teams Miss

WAF rules (SQL injection, XSS, rate limiting), KMS encryption, Secrets Manager, IMDSv2 enforcement, CloudTrail, GuardDuty, VPC Flow Logs. Your generated code includes these by default.

🚨

3 AM Operational Runbooks

What breaks at each scale and how to fix it. State corruption recovery, database failover, AZ outage response. The runbook you wish you had at 3 AM is now generated with your code.

How It Actually Works

Three steps. Each one teaches you something.

1️⃣

Discovery

The script scans your AWS environment — existing VPCs, subnets, availability zones, and your public IP. It auto-selects your resources so you don't have to look them up. Pre-flight checks verify AWS CLI, Terraform, kubectl, and authentication.

2️⃣

Intelligent Questions

10-15 questions about your architecture. Every question includes a built-in LESSON explaining the tradeoffs. Kubernetes vs ECS Fargate? The lesson shows you the cost difference before you decide. Wrong choice? The script tells you why.

3️⃣

Generate & Learn

60 seconds later: complete Terraform project with 70+ resources. But you also get: Architecture Decision Record, security audit, cost estimates, operational runbooks, CI/CD pipeline, and documentation. Production-ready AND you understand it.

📝 What a Session Actually Looks Like

Session transcript excerpt — Lesson: Kubernetes Decision Point
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📚 LESSON: KUBERNETES DECISION POINT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
The most expensive decision in cloud is premature complexity.
Kubernetes IS justified when:
✓ 15+ independent services needing orchestration
✓ Team has operational K8s experience (or budget to learn)
✓ Need advanced deployments: canary, blue/green, A/B testing
✓ Auto-scaling based on custom metrics (HPA with Prometheus)
✓ Willing to pay ~$73/month per EKS cluster (plus node costs)
Kubernetes is UNNECESSARY when:
✗ Fewer than 10 services — ECS Fargate is simpler & cheaper
✗ Team has no K8s experience — operational complexity is real
✗ Tight budget — ECS + ASG handles this tier fine
👉 Do you want to use Kubernetes (EKS) for this architecture? [y/N]: n
[✓] Smart choice. ECS Fargate saves ~$800/mo vs EKS at this scale.
This is one of 10+ lessons in every session. Each one teaches
you WHY the decision matters, not just what to type.

What Gets Generated

This is not a toy. It generates production infrastructure with 70+ resources.

🏗️

Infrastructure

VPC (10.0.0.0/16), public + private subnets across 2+ AZs, NAT Gateway, Internet Gateway, VPC Flow Logs, VPC Endpoints (S3 + DynamoDB — FREE), route tables, network ACLs.

⚖️

Load Balancing & WAF

Application Load Balancer with HTTP→HTTPS redirect, TLS 1.3, WAFv2 with managed rules (SQL injection, XSS, IP reputation, rate limiting), S3 access logs with KMS encryption and 30-day lifecycle.

⚙️

Compute

Launch Template with IMDSv2 enforced, EBS encryption, CloudWatch agent, SSM Session Manager (no SSH keys needed). Auto Scaling Group with CPU + request-count target tracking. Lifecycle hooks for graceful shutdown.

🗄️

Database

RDS PostgreSQL 15 Multi-AZ with 100GB gp3 storage, encryption at rest, automated backups (7-day retention), enhanced monitoring, parameter groups with query logging. Password auto-generated, never in code.

🔒

Security

KMS customer-managed keys, Secrets Manager (DB credentials auto-rotated), IAM roles with least privilege (no *:*), security groups with cross-referencing, S3 bucket policies, public access blocks.

📊

Observability & CI/CD

CloudWatch dashboards, alarms (CPU, 5xx errors, target health), log groups with KMS encryption. GitHub Actions workflow: terraform plan on PR, terraform apply on merge to main.

📁 infrastructure/terraform/staret-webapp_large/
├── main.tf # 70+ resources: VPC, ALB, ASG, RDS, WAF, KMS
├── variables.tf # 20+ validated variables
├── terraform.tfvars # Your values, ready to edit
├── ADR-001-architecture-decision.md # Why these choices
├── PREREQUISITES.md # Setup guide
├── CHEATSHEET.md # Quick commands
├── DEPLOY.md # Deployment instructions
├── .github/workflows/terraform.yml # CI/CD pipeline
├── modules/ec2-instance/ # Reusable, IMDSv2, encrypted
├── modules/security-groups/ # CIDR, IPv6, cross-SG rules
├── modules/kms-key/ # Customer-managed encryption
└── modules/terraform-backend/ # S3 + DynamoDB locking
✨ 42 files | ~8,000 lines | 70+ resources | Production-ready

What You Actually Save

At $150/hr consulting rate. But the real savings are the mistakes you don't make.

Task
Without CAT
With CAT
Research architecture
12 hours
LESSONS teach you automatically
Write Terraform
16 hours
60 seconds*
Security hardening
8 hours
WAF, KMS, IAM generated automatically
Debug mistakes
8 hours
No mistakes (validated)
Write documentation
6 hours
ADR, PREREQ, CHEATSHEET, DEPLOY generated
Cost research & optimization
4 hours
Cost estimates + savings strategies built-in
Total consulting time
54 hours
~1 hour*

$8,100+ SAVED IN CONSULTING TIME

Plus: Avoids $800-2,000/month in costly architecture mistakes

(EKS when ECS would work, wrong instance types, forgotten NAT gateways)

Cloud Architect Tutor pays for itself before you finish your first project

*Generation time; applying the Terraform may take a few additional minutes (e.g., EKS provisioning ~15-20 min).

Honest Comparison

How Cloud Architect Tutor compares to real alternatives

Feature A Cloud Guru KodeKloud Terraform Workshops Cloud Architect Tutor
Interactive terminal
Generates YOUR infrastructure
Auto-detects VPCs/subnets/keys
Built-in architecture lessons
Explains WHY decisions matter⚠️ Sometimes✅ Every question
Production security (WAF, KMS, Secrets)✅ Generated automatically
Cost estimates before deploy✅ Estimates + optimization tips
Well-Architected assessment✅ All 6 pillars scored
ADR documentation generated✅ Auto-generated
CI/CD pipeline included✅ GitHub Actions
Operational runbooks✅ 3 AM runbook included
Handles 1k → 1M+ users✅ 14 scenarios
One-time price (no subscription)❌ $47/mo❌ $27/mo✅ Free✅ $497 lifetime

What Customers Are Saying

"I thought I knew AWS well. Then the Kubernetes Decision Point lesson stopped me from deploying EKS for a 5-service app. The tool showed me ECS Fargate could handle it at half the cost. It saved me $800/month before I wrote a single line of Terraform."

— Alex R., Platform Engineering Lead

"I've been writing Terraform for 3 years. This tool taught me things I didn't know — like using for_each with security group rules and why IMDSv2 matters. The generated code is better than what I would have written. I use it to stay sharp."

— Michael S., Senior DevOps Engineer

"The Well-Architected Framework assessment alone is worth the price. It scored my architecture against all 6 pillars and showed me exactly where I was weak. The security lesson — WAF, KMS, GuardDuty — was stuff I'd been putting off for months. Now it's generated automatically."

— Sarah K., Cloud Architect

"Took me from zero to production EKS in one afternoon. But honestly, the real value is the LESSONS. The Terraform limitations deep-dive, the hybrid workflow explanation — these are things you only learn from years of painful experience. This tool gives you that experience in hours."

— David R., Platform Engineer

👋

Evaluating for Your Team?

I'll personally walk you through the tool with your AWS environment. Bring your VPCs, your architecture, your questions.

During your 30-minute demo: live generation for YOUR architecture, custom scenario walkthrough, security audit review, cost estimation, and Q&A with the architect who built the tool.

Available for teams of 5+. Custom onboarding and architecture review included.

System Requirements

  • Bash 4+ (Git Bash on Windows, WSL2, macOS/Linux terminal)
  • AWS CLI installed and configured (aws configure)
  • Terraform >= 1.6.0 installed
  • (Optional) kubectl and helm for EKS management
  • Internet connection for downloading providers

Simple, Transparent Pricing

One-time payment. Lifetime updates. 30-day money-back guarantee.

No subscription. No recurring fees. The tool is yours forever.

Actual AWS costs depend on region, usage, and reserved capacity. Use AWS Pricing Calculator for exact figures.

Team

Custom

Starting at $997 one-time

  • Up to 5 users
  • All 14 scenarios + custom templates
  • Live onboarding + demo
  • Slack support (6 months)
  • Commercial use rights
  • Everything in Individual
Contact Us →

Book a call — I'll show you how it works with your team's stack.

Enterprise

Custom

Starting at $4,997 one-time

  • Unlimited users
  • White-label branding
  • Custom scenario builder
  • Priority support + training
  • Integration with existing modules
  • Dedicated onboarding
Contact Us →

Let's discuss your enterprise needs. Demos available same-week.

🎁 Bonuses (Order Within 7 Days)

$699 in bonuses — included free with your purchase

🌍

Multi-Region EKS Module

$200 value — Generate active-active clusters across regions

☁️

Terraform Cloud Integration

$150 value — Remote state management + workspaces

💬

Priority Support Access

$99 value — Direct line to the team for architecture questions

🎓

1-Hour Architecture Review

$250 value — Personalized consultation on your architecture

🐙

Try the Free Basic Edition

The Basic Edition on GitHub generates production-ready EC2 infrastructure — complete with security groups, IAM roles, and CloudWatch logging.

Clone it. Run it. Learn cloud architecture by doing. No credit card required.

Basic Edition: MIT licensed • EC2 architecture • Built-in lessons
Upgrade to Pro for VPC, EKS, WAF, CI/CD, and 14 production scenarios.

Frequently Asked Questions

Q: Do I need AWS experience?

Basic AWS CLI knowledge helps, but the script guides you through everything. The built-in LESSONS explain every decision. If you can run a Bash script, you can use this tool.

Q: Is the generated code actually production-ready?

Yes. It includes WAF rules (SQL injection, XSS protection), KMS encryption, Secrets Manager, IAM least privilege, IMDSv2 enforcement, VPC Flow Logs, and multi-AZ deployment. The generated code follows AWS Well-Architected best practices.

Q: Will this work in my region?

Yes — any AWS region with EC2, EKS, and RDS support. The script auto-detects available AZs and lists your existing VPCs, subnets, and key pairs.

Q: Can I customize the generated code?

Absolutely — it's standard Terraform using the official AWS provider. The script creates a foundation; you modify variables.tf and terraform.tfvars to match your needs. The generated modules are clean, documented, and reusable.

Q: Does this work on Windows?

Yes — Git Bash, WSL2, or any Bash 4+ environment. Tested on Windows 11, macOS, and Linux.

Q: What if AWS changes their APIs?

Lifetime updates included. The script uses provider versions pinned to ~> 5.0 (AWS) and follows Terraform best practices. I actively maintain this tool because I use it myself.

Q: Can I get a demo before purchasing?

Absolutely. Book a 30-minute demo and I'll walk you through the tool with your own AWS environment. Great for teams evaluating the product.

Q: Is this really a one-time payment?

Yes. $497 once. No subscription. No recurring fees. Lifetime updates. I built this tool because I needed it myself, and I want it to be accessible. The price reflects the value of saving 50+ hours per project, not a recurring revenue model.

You can spend 50+ hours researching,
writing, debugging, and documenting Terraform.

Or get production-ready code in 60 seconds.

And actually understand what you deployed.

30-day money-back guarantee. One-time payment. Lifetime updates.