A vibe-coded AWS Solutions Architect Associate (SAA-C03) exam reviewer built from my personal notes while watching Stephane Maarek's Ultimate AWS Certified Solutions Architect Associate course on Udemy.
📝 View the original notes document
- 90+ Practice Questions - Covering all major SAA-C03 exam domains
- Multiple Quiz Modes
- Random questions with customizable count
- Category-specific practice
- Full question bank review
- Instant Feedback - Explanations for each answer to reinforce learning
- Progress Tracking - Track correct/incorrect answers in real-time
- Results Review - Review all answers with explanations after completing a quiz
- IAM (Identity and Access Management)
- Networking (ENI, EIP, EFA)
- EC2 (Placement Groups, Hibernation, Auto Scaling)
- Storage (EBS, EFS, S3, FSx, CloudFront)
- Database (RDS, Aurora, DynamoDB)
- Route 53
- Load Balancing (ALB, NLB, GWLB)
- Serverless (Lambda, API Gateway, AppSync)
- Security (WAF, Shield, GuardDuty, Inspector, KMS)
- VPC (Subnets, Endpoints, Peering, Transit Gateway)
- Messaging (SQS, EventBridge)
- Containers (ECS, EKS, App Runner)
- Analytics (Athena, Redshift)
- Monitoring (CloudTrail, CloudWatch)
- Node.js 18+
- pnpm (recommended) or npm
# Clone the repository
git clone https://github.com/yourusername/saa-reviewer.git
cd saa-reviewer
# Install dependencies
pnpm install
# Start the development server
pnpm devOpen http://localhost:3000 in your browser.
pnpm build
pnpm start- Select a quiz mode:
- Random: Choose how many questions you want (5-50)
- Category: Focus on a specific domain
- All: Go through all questions
- Answer questions and get instant feedback with explanations
- Review your results and learn from mistakes
This is a personal study tool and is not affiliated with AWS or Stephane Maarek. The questions are based on my own notes and understanding of the course material. For official exam preparation, please refer to the AWS Certification resources.
MIT