Personal study repo for the AWS Certified Generative AI Developer – Professional exam. Following the Udemy course by Frank Kane (Sundog Education) & Stéphane Maarek.
| Domain | Status |
|---|---|
| Generative AI Fundamentals on AWS | 🟡 In Progress |
| Amazon Bedrock & Foundation Models | 🟡 In Progress |
| RAG Pipelines & Knowledge Bases | ⬜ Not Started |
| Agentic AI (Agents, Flows, Multi-Agent) | ⬜ Not Started |
| Model Evaluation & Safety | ⬜ Not Started |
| Data Preparation & Processing | ⬜ Not Started |
| Production Orchestration (Step Functions, Lambda, CI/CD) | ⬜ Not Started |
| Practice Exam (75 Questions) | ⬜ Not Started |
Update statuses to: ⬜ Not Started → 🟡 In Progress → ✅ Done
aws-genai-developer/
├── labs/ # Hands-on lab code from the course
│ ├── AgentsLab/ # Bedrock Agents & multi-agent patterns
│ ├── api-gateway/ # API Gateway + Lambda integration
│ ├── aws-cicd/ # CI/CD pipelines (CodeBuild, CodeDeploy)
│ ├── cdk/ # AWS CDK infrastructure as code
│ ├── cloudformation/ # CloudFormation templates
│ ├── cli/ # AWS CLI scripts
│ ├── ec2-fundamentals/ # EC2 user data & setup
│ ├── kinesis/ # Kinesis Data Streams
│ ├── kms/ # KMS encryption demos
│ ├── sqs/ # SQS messaging
│ └── x-ray/ # X-Ray tracing
├── docs/ # Study PDFs and reference materials
│ ├── AIPStudyGuide.pdf
│ └── AWSCertifiedGenerativeAIDeveloper.pdf
├── notes/ # My personal notes per topic (to be added)
└── flashcards/ # Q&A revision cards (to be added)
- Platform: Udemy
- Instructors: Frank Kane & Stéphane Maarek
- Duration: 24+ hours, 300+ lectures, 50+ labs
- Includes: 75-question practice exam + 125 section quizzes
- Exam: AWS Certified Generative AI Developer – Professional (AIP-C01)
- Target Date: TBD
- Status: 🟡 Studying
Amazon Bedrock SageMaker Bedrock Agents Bedrock Flows Knowledge Bases
OpenSearch S3 Vectors Step Functions Lambda Glue Comprehend Textract
Kinesis KMS API Gateway CDK CloudFormation CodeBuild CodeDeploy
Study repo — work in progress 🚀