AWS AI & ML Services for the CLF-C02 Exam
AWS provides a broad set of AI and ML services. For the Cloud Practitioner exam, you need to know what each service does (not how to use it). Think of these as pre-built ML capabilities you can plug into your applications.
You don't need to know how to build ML models for this exam. Know each service's purpose and when to use it.
If the question mentions analyzing images/videos, facial recognition, or content moderation, the answer is Rekognition.
Speech to text = Transcribe. Text to speech = Polly. Don't confuse them!
Lex = chatbot builder (Alexa technology). Connect = cloud contact center. Together they create intelligent call centers.
If the question asks about understanding text, sentiment analysis, or NLP, the answer is Comprehend.
SageMaker = build, train, deploy custom ML models. It's the fully managed ML platform for data scientists. All other AWS ML services are pre-built (you don't build the model).
If the question mentions enterprise search with natural language, the answer is Kendra. If it mentions internet search, that's not Kendra.
Textract = extract text/data from scanned documents, forms, and tables. Rekognition = analyze images/videos for objects and faces. Don't confuse them.
CodeGuru = ML code reviews + performance profiling. CodeWhisperer = AI code generation (like GitHub Copilot but from AWS).
| Need | Service |
|---|---|
| Analyze images/videos, facial recognition | Amazon Rekognition |
| Speech to text | Amazon Transcribe |
| Text to speech | Amazon Polly |
| Language translation | Amazon Translate |
| Build chatbots | Amazon Lex |
| Cloud contact center | Amazon Connect |
| NLP, sentiment analysis | Amazon Comprehend |
| Build/train/deploy custom ML models | Amazon SageMaker |
| Time-series forecasting | Amazon Forecast |
| Enterprise document search (NL) | Amazon Kendra |
| Personalized recommendations | Amazon Personalize |
| Extract text from scanned documents | Amazon Textract |
| Automated code reviews | Amazon CodeGuru |
| AI code suggestions | Amazon CodeWhisperer |