Real AWS labs. No exam dumps. No toy demos.
Build, break, troubleshoot, and fix realistic cloud environments using Terraform, AWS CLI, and real engineering workflows.
Example lab preview
realistic failureThe app cannot reach its RDS database.
Your job is to find whether the failure is networking, security groups, DNS, or database configuration, then submit proof that the connection works.
API requests fail with database connection timeouts.
Inspect VPC routes, security groups, subnets, and the RDS endpoint.
A validation command confirms the app can connect.
terraform apply
aws ec2 describe-route-tables
aws rds describe-db-instances
notforexam validate ec2-rds-connectivityHow it works
Deploy a lab environment
Investigate the issue
Fix the root cause
Validate your solution
Featured labs
Start with focused failures that map to real AWS work.
EC2 to RDS Connectivity Troubleshooting
A backend EC2 instance cannot connect to a PostgreSQL RDS database. Find and fix the root cause.
Cross-Region VPC Peering Troubleshooting
A cross-region private HTTP path fails across VPC peering. Find the missing route, security group rule, and network ACL rule.
Why NotForExam
Real scenarios
Connectivity, IAM, deployment, and runtime failures modeled after actual platform work.
Terraform-first
Labs start from infrastructure code so debugging begins where engineering teams work.
Troubleshooting focused
You read signals, inspect resources, and form a root-cause hypothesis before fixing.
Production-style explanations
Cleanups, blast radius, permissions, and validation are first-class parts of each lab.
Practice like the incident is real.
Run the platform locally, seed demo labs, and start debugging.