Skip to content

AWS Learning Path

A practical guide to learning AWS, from zero to productive. This isn't a 12-month curriculum — it's the fastest path to being useful with AWS.

Free Resources

Interactive Labs

Certifications Worth It

Recommended Path

  1. Solutions Architect Associate - Most valuable, industry standard
  2. Developer Associate - If you code daily on AWS
  3. Skip others unless employer pays or senior role requires

Reality check:

  • Solutions Architect Associate is the sweet spot (most job postings ask for this)
  • Study 2-3 months with hands-on practice, exams are scenario-based
  • Use Tutorials Dojo practice exams ($15, best investment)
  • Join r/AWSCertifications for study tips

Projects to Build

Beginner (learn the basics)

  • Static website - S3 + CloudFront + Route53 (learn storage + CDN)
  • Serverless URL shortener - Lambda + DynamoDB + API Gateway
  • EC2 web server - Deploy LAMP/NGINX stack manually

Intermediate (portfolio-worthy)

  • REST API - Lambda + API Gateway + DynamoDB + Cognito auth
  • File processing pipeline - S3 triggers Lambda, stores results in RDS
  • CI/CD pipeline - CodePipeline + CodeBuild + ECR + ECS
  • Serverless blog - Amplify + Lambda + DynamoDB + S3

Advanced (job-interview flex)

  • Multi-region application - Route 53 failover + RDS cross-region replicas
  • Event-driven microservices - SQS/SNS/EventBridge architecture
  • Cost optimization dashboard - Lambda + Cost Explorer API + QuickSight
  • Real-time analytics - Kinesis Data Streams + Lambda + Timestream

Last Updated: 2026-01-31 | Vibe Check: Pathfinder - The cert path is well-trodden. The projects section is the real value — build these, not more tutorials.

Tags: aws, learning-path, certification, projects