Avatar LogoJeff Thomas

AI, ML & GenAI Demystified Series: Cloud-Native Foundations

written byJeff Thomas

Artificial Intelligence|Certification|Growth|Machine Learning|Series

Published: July 27, 2025

44 min read |
AI, ML & GenAI Demystified Series: Cloud-Native Foundations

Photo by: Rafael Garcin

Introduction

Welcome back to the AI, ML & GenAI Demystified Series. If you've made it to Part 7, take a bow. Most folks get stuck somewhere between "AI is just a chatbot" and "it's definitely going to kill us." But not you. You've followed this series all the way through—from first principles to fine-tuning, from theory to threat assessment. And now? Now we land in the cloud.

This final post brings it all together: models, methods, metrics, and meaning—grounded in the actual platforms that power it all. AWS, Azure, and Google Cloud aren't just hosting environments. They shape how AI is built, governed, and scaled.

Before we dive in, here's a quick recap of where we've been:

Now, in Part 7: Cloud Native Foundations, we step behind the curtain and look at where all of this actually runs. Cloud platforms don't just provide compute—they define your AI maturity curve, your tooling limits, and your operational guardrails. You'll get:

  • A side-by-side breakdown of AWS, Azure, and Google Cloud's GenAI ecosystems
  • A guide to how each platform supports the full AI/ML lifecycle
  • A behind-the-scenes look at my journey earning all three foundational AI certifications in summer 2025—and what each one teaches differently

If the earlier posts were about ingredients, techniques, and recipes—this one is the kitchen itself. The heat source. The fire. The tooling that scales your side project into a production-grade AI capability.

So welcome to the final chapter. You didn't just learn how AI works. You learned how to use it well.

And if you've read this far through the entire AI, ML & GenAI Demystified Series—you're not just AI-ready. You're cloud-ready.

Let's finish strong.

Cloud Provider Services

Before you build anything with AI, you need to know what tools are in the box—and in the cloud, that toolbox is massive.

Each major cloud provider—AWS, Microsoft Azure, and Google Cloud—offers a full suite of AI and ML services covering everything from prebuilt APIs and foundation models to full-lifecycle platforms, vector databases, and RAG orchestration frameworks. While they often overlap in capability, they differ in emphasis, integration style, and user experience. Understanding those differences isn't just useful for deployment decisions—it's also key if you're pursuing certification.

Exam Tip Each of the AI certifications—AWS Certified AI Practitioner, Azure AI Fundamentals, and Google Cloud Generative AI Leader—will test your knowledge of that provider's services. You won't need to dive deep into the APIs or infrastructure, but you will need to know what each service does, how it's typically used, and where it fits in the AI/ML lifecycle.

In the following sections, we'll break down the service ecosystems of all three providers. We'll focus on:

  • What each service does
  • Which modalities it supports (text, image, code, etc.)
  • How it handles customization, integration, and responsible AI
  • Whether it supports edge deployment or retrieval-augmented generation (RAG)

Let's start with AWS. Their AI offerings center on Amazon SageMaker and Bedrock—but there's a whole lot more under the hood.

AWS

AWS offers one of the most comprehensive AI/ML ecosystems in the cloud. Whether you're experimenting with generative AI, deploying production-ready pipelines, or integrating prebuilt services for NLP, vision, or recommendations, AWS has a tool for nearly every level of the ML stack.

The flagship platform is Amazon SageMaker, which enables full-code custom model development, training, and MLOps. But AWS also provides no-code GenAI access through Amazon Bedrock, and a wide range of pretrained services for vision, language, and speech.

Exam Tip The AWS Certified AI Practitioner (AIF-C01) exam won't quiz you on SDK syntax—but you'll be expected to identify the right AWS service for a scenario, know which services are fully managed vs. customizable, and recognize what modalities each one supports.

Below, services are grouped by ML Pathway—from simple API calls to full custom model development. Each service is labeled for AI Type (Traditional, GenAI, or Both), and exam-aligned prompts are shown in the final column.

ML Pathway 1: Pretrained APIs

These services are fast, plug-and-play, and require no training. Ideal for well-scoped use cases with structured inputs and predictable outputs.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeWhat the Exam May Ask
Amazon RekognitionImage/video detection, moderationImage, VideoNoAPIUsage-basedNoYesNoTraditionalIdentify service for facial recognition or moderation
Amazon ComprehendSentiment, entity, language detectionTextYes (custom classes)APIUsage-basedLimitedNoNoTraditionalUse case for text classification or key phrase extraction
Amazon TextractOCR and form processingText, ImageNoAPIUsage-basedNoNoNoTraditionalService for extracting data from documents
Amazon TranscribeAudio-to-textAudioYes (vocabularies)APIUsage-basedNoYesNoTraditionalConvert meeting recordings to transcripts
Amazon PollyText-to-speechTextVoice selectionAPIUsage-basedNoYesNoTraditionalAdd narration or speech output
Amazon TranslateMultilingual translationTextYesAPIUsage-basedNoNoNoTraditionalReal-time translation needs
Amazon Fraud DetectorTransaction-level fraud detectionTabularNoAPIUsage-basedOptional HITLNoNoTraditionalIdentify fraud detection tool
Amazon PersonalizeCustom recommendationsTabularYesAPI, SDKUsage-basedNoNoNoTraditionalRecommend products for a user
Amazon KendraSemantic document searchTextYesAPI, GUIUsage-basedNoNoYesBothFind relevant documents using semantic search

ML Pathway 2: Foundation Model APIs

You interact with foundation models using natural language prompts. Fast to prototype, best for creative, flexible, and generative tasks.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeWhat the Exam May Ask
Amazon BedrockAccess to Titan, Claude, Mistral via APIText, Code, ImagePrompting, fine-tuneAPIToken-basedBedrock guardrailsNoYes (via Kendra + Agents)GenAIChoose a GenAI service for summarization or chat
Amazon QBusiness assistant, IDE helperTextPrompt configConsole, IDEUsage-basedBedrock-basedNoYesGenAITool for enterprise assistant or DevOps chatbot
PartyRockNo-code GenAI app builderText, ImagePrompting onlyGUIFreeNoneNoNoGenAIRapid prototyping of GenAI use cases

ML Pathway 3: Fine-Tuned Foundation Models

Use your own data to fine-tune a model for domain-specific tasks.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeWhat the Exam May Ask
Amazon BedrockFine-tune foundation modelsText, Code, ImageYesAPIToken-basedGuardrailsNoYesGenAISelect a service for GenAI fine-tuning
Amazon SageMakerFull pipeline: data to deploymentAllFull controlAPI, SDK, GUIUsage-basedClarify, Model MonitorSageMaker NeoPartial (custom)BothBuild, deploy, and monitor a custom model
Amazon A2IAdd human review to sensitive AI outputsText, ImageIntegrated workflowAPI / SageMakerUsage-basedHITLNoNoBothIdentify HITL workflow service

ML Pathway 4: AutoML

Low-code, guided model building for structured data. Not used for GenAI.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeWhat the Exam May Ask
SageMaker AutopilotAutoML for regression/classification problemsTabular, ImageLimitedAPI, SDKUsage-basedClarify (opt-in)NoNoTraditionalChoose AutoML for structured business data

Pathway 5: Custom ML (Full Control)

Code-first, high-flexibility environment for ML teams.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeWhat the Exam May Ask
Amazon SageMakerFull lifecycle ML, bring your own modelAllFullAPI, SDK, CLI, GUIUsage-basedClarify, Model CardsSageMaker NeoOptional (custom)BothUse case for custom model training pipeline
Amazon EMRScalable ML data prep using Spark/HadoopTabular, TextFullApache ecosystemUsage-basedNoNoNoTraditionalProcessing large data sets for ML pipelines

Once you've chosen your modeling approach, you'll still need the supporting services to handle data storage, security, compliance, and compute orchestration. These services are also in-scope for the exam and come up frequently in real-world AI/ML workflows.

AWS Supporting Services

These services aren't responsible for building or running models directly—but they enable, secure, monitor, and scale the AI/ML workflows that do. Every one of them is in-scope for the AIF-C01 exam, especially in scenario-based questions where you need to choose the right supporting infrastructure.

ServiceFunction / Use CaseCategoryWhat the Exam May Ask
Amazon S3Store raw data, training sets, models, logsData Storage & IntegrationChoose a storage layer for ML workloads
Amazon S3 GlacierLong-term, low-cost archival storageData Storage & IntegrationSelect a cold storage option for infrequent ML data access
Amazon DynamoDBNoSQL database for fast reads/writesData Storage & IntegrationUse case for real-time inference storage
Amazon RDSManaged relational database (SQL)Data Storage & IntegrationStore structured ML inputs or outputs
Amazon DocumentDBManaged document database (MongoDB-compatible)Data Storage & IntegrationPick a NoSQL document store for ML pipeline
AWS Lake FormationCreate and manage secure data lakesData Storage & IntegrationEnable a governed ML-ready data lake
AWS Data ExchangeMarketplace for licensed datasetsData Storage & IntegrationImport third-party datasets into ML pipelines
AWS IAMIdentity and access controlSecurity & ComplianceSet fine-grained access policies for ML services
AWS CloudTrailLog API activity across servicesSecurity & ComplianceTrack who accessed what in an ML pipeline
AWS ConfigTrack and evaluate resource configurationsSecurity & ComplianceEnsure resources meet compliance requirements
AWS KMSEncryption key managementSecurity & ComplianceEncrypt sensitive AI/ML data in storage or transit
AWS Secrets ManagerStore and manage secrets like API keysSecurity & ComplianceSecure model API keys or database credentials
Amazon MacieDetect and classify sensitive data (e.g., PII)Security & ComplianceIdentify personal data in S3 buckets
AWS ArtifactAccess AWS compliance documentsSecurity & ComplianceProvide compliance evidence for regulated AI workloads
AWS Audit ManagerAutomate audit preparation and assessmentsSecurity & ComplianceSet up audit trails for AI/ML environments
Amazon EC2General-purpose computeCompute & OrchestrationLaunch ML training/inference jobs
Amazon ECSContainer orchestration (Docker)Compute & OrchestrationDeploy AI models in containers
Amazon EKSKubernetes orchestrationCompute & OrchestrationRun ML workloads in managed Kubernetes
AWS LambdaServerless, event-driven computeCompute & OrchestrationTrigger model predictions or preprocessing workflows
Amazon VPCIsolated, secure networking for servicesCompute & OrchestrationCreate a secure ML environment with subnet and firewall
Amazon QuickSightVisualize analytics and model predictionsVisualization & Cost ControlBuild dashboards from ML output
AWS BudgetsSet budget alerts for service spendingVisualization & Cost ControlControl costs for AI workloads
AWS Cost ExplorerAnalyze historical cloud usage and spendingVisualization & Cost ControlReview usage patterns for SageMaker or Bedrock

AWS offers flexibility and depth across every stage of the AI/ML journey, from simple APIs to fully custom pipelines. But it's not the only player in town. Microsoft Azure takes a different approach—one that leans into responsible AI, enterprise integration, and tight alignment with productivity tools. Let's take a look.

Azure

Microsoft Azure takes a business-centric, integration-first approach to AI. It puts a strong emphasis on responsible AI, seamless integration with Microsoft 365, and curated services tailored to common AI domains like vision, language, speech, and decision intelligence.

Its core ML platform, Azure Machine Learning, supports traditional ML workflows with AutoML, pipelines, and responsible AI dashboards. On the GenAI side, the Azure OpenAI Service connects you to OpenAI's powerful foundation models, tightly integrated into Microsoft tools like Copilot, Teams, and Office.

Azure groups its services around key domains—Natural Language Processing (NLP), Computer Vision, Speech, Decision, and Generative AI. You'll see that reflected in the Focus Area column in the tables below.

Exam Tip

The AI-900 Azure AI Fundamentals exam tests whether you can map a use case to the right Azure service. You won't need to write code or configure deployments, but you should know:

  • What each service does
  • What data types it supports
  • Whether it's part of traditional ML, GenAI, or both
  • Which "AI domain" (e.g., NLP, Vision, Speech) it falls under

ML Pathway 1: Pretrained APIs

Fastest time-to-value. No training required—just call the API and get predictions. Azure offers pretrained APIs across NLP, vision, anomaly detection, and speech.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeFocus AreaWhat the Exam May Ask
Anomaly DetectorDetect spikes, dips, trends in time-series dataTabular (time-series)NoAPIUsage-basedNoNoNoTraditionalDecisionChoose for detecting anomalies in IoT/sensor data
Language UnderstandingUnderstand intent + entities in textTextTrainable modelsAPI, SDKUsage-basedYesNoNoTraditionalNLPUse for chatbot intent detection or command classification
Azure AI LanguageSentiment, translation, key phrase extractionTextCustomizable classifiersAPI, SDKUsage-basedYes (label quality)NoNoTraditionalNLPMap to text analytics and summarization tasks
Azure AI VisionImage classification, object detection, OCRImagePretrained/custom modelsAPI, SDKUsage-basedNoNoNoTraditionalVisionIdentify service for reading license plates or forms
Form RecognizerOCR with layout + structure (forms, receipts)Image/Text (Docs)Trainable formsAPIUsage-basedNoNoNoTraditionalVisionExtract data from invoices or documents
Azure AI SpeechSpeech-to-text, text-to-speech, speech translationAudio, TextCustom voice/languageAPIUsage-basedNoYesNoTraditionalSpeechConvert audio files to text or synthesize voice output
Speech TranslationTranslate live or recorded speechAudio, TextNoAPIUsage-basedNoYesNoTraditionalSpeechTranslate real-time voice communication
Azure Bot ServiceBuild conversational agentsText, VoiceSDK-based workflowsSDK, GUIUsage-basedContent moderation toolsYesYesBothNLP / GenAIChoose for building chatbots in Teams or web apps
Azure Cognitive SearchSearch with semantics + vectorsTextQuery + vector tuningAPI, GUIUsage-basedNoNoYesBothNLPEnable semantic document search or RAG support

ML Pathway 2: Foundation Model APIs

Prompt-based GenAI via OpenAI models (GPT, DALL·E, Codex), tightly integrated into Microsoft 365 experiences.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeFocus AreaWhat the Exam May Ask
Azure OpenAI ServicePrompt, chat, code, image GenAI (OpenAI models)Text, Code, ImagePrompting, fine-tuneAPI, Azure StudioToken-basedContent filters, Prompt FlowNoYes (via Semantic Kernel)GenAIGenAIChoose GPT-4 for summarization or chat interfaces
Azure AI FoundryBuild, manage, fine-tune GenAI modelsText, ImageFull suite (fine-tune, monitor)Portal, SDKUsage-basedGovernance, model trackingNoYesGenAIGenAIManage model lifecycle and track fine-tunes

ML Pathway 3: Fine-Tuned Foundation Models

Azure supports fine-tuning through OpenAI and Foundry platforms with governance features built in.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeFocus AreaWhat the Exam May Ask
Azure OpenAI ServiceFine-tune OpenAI models for enterprise useText, CodeFine-tuningAPIToken-basedPrompt Flow, filtersNoYesGenAIGenAIFine-tune GPT for custom summarization or Q&A bots
Azure AI FoundryTrack and govern GenAI training pipelinesText, ImageFine-tune + MLOpsPortal, SDKUsage-basedAudit tracking, model lineageNoYesGenAIGenAIUse for enterprise GenAI model management

ML Pathway 4: AutoML

Drag-and-drop or code-assisted model building. Strong on explainability and governance.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeFocus AreaWhat the Exam May Ask
Azure Machine LearningAutoML, pipelines, MLOps, full ML lifecycleTabular, Text, ImageYes (AutoML config)SDK, GUI, CLIUsage-basedResponsible AI dashboardYes (IoT Edge)NoTraditionalML PlatformPick for building custom ML models fast

ML Pathway 5: Custom ML (Full Control)

Azure ML supports Python/R-based ML development with pipelines, MLOps, and managed compute.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeFocus AreaWhat the Exam May Ask
Azure Machine LearningFull ML lifecycle + training pipelines + MLOpsAllFull controlSDK, CLI, GUIUsage-basedResponsible AI dashboardYes (IoT Edge)NoTraditionalML PlatformBuild, train, evaluate, and monitor models

While Azure AI services take center stage, a few supporting tools help bring it all together—especially for security, storage, monitoring, and data governance. These services may not be the focus of AI-900, but they're worth knowing for real-world AI deployment and occasionally show up in scenario-based questions.

ServiceFunction / Use CaseCategoryWhat the Exam May Ask
Azure StorageScalable object and blob storage for datasets and modelsData Storage & IntegrationWhere to store training data, logs, or ML artifacts
Azure Key VaultSecurely store secrets, keys, and credentialsSecurity & ComplianceProtect sensitive data like API keys for AI services
Azure MonitorTrack and visualize performance of deployed AI/ML servicesObservability / MonitoringMonitor inference latency or error rates for AI endpoints
Azure Synapse AnalyticsData warehouse + integrated analytics for ML prep and reportingData Integration / AnalyticsUse for querying or aggregating large data sets for ML workloads
Azure DatabricksApache Spark-based analytics platform (co-managed by Microsoft)Advanced AnalyticsUse for feature engineering or custom ML pipelines
Microsoft PurviewEnterprise-wide data catalog and governanceData GovernanceEnsure compliance and traceability in ML data pipelines
Azure Container Instances / AKSDeploy and run containerized AI modelsCompute & OrchestrationHost or scale AI models in production

Azure's strength lies in its integration and governance—but Google Cloud takes a different approach. With an AI-first mindset, Google emphasizes openness, cutting-edge research, and developer-focused tooling. Let's explore how it compares.

Google Cloud

Google Cloud wears its AI-first DNA proudly. It leads with research-backed innovations (like Gemini, Imagen, and Chirp), and offers a highly integrated stack for both developers and enterprise teams. Its Vertex AI platform unifies model development, deployment, orchestration, and monitoring. Meanwhile, Google AI Studio and the Gemini ecosystem bring prompt engineering, agent tooling, and app deployment into a single GenAI workspace.

Expect to see terms like Gems, Gemini Nano, NotebookLM, and Agentspace in both the UI and the exam.

Exam Tip

The Generative AI Leader exam focuses heavily on GenAI concepts. You'll be expected to:

  • Match use cases to services (e.g., Gemini vs. Imagen)
  • Distinguish between tools (e.g., Google AI Studio vs. Vertex AI Studio)
  • Understand edge capabilities (Gemini Nano) and responsible AI principles (SAIF)
  • Know how components like Agentspace, Agent Builder, Vector Search, and RAG APIs interconnect

Below, services are organized by ML Pathway, with added clarity around AI Type, Focus Area, and Exam Framing.

ML Pathway 1: Pretrained APIs

Google offers classic ML APIs for vision, speech, language, and translation—many of which have been upgraded with transformer-based backends.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeFocus AreaWhat the Exam May Ask
Cloud Vision APILabel detection, OCR, object trackingImageNoAPIUsage-basedNoNoNoTraditionalVisionExtract text from images or identify objects
Document AIIntelligent doc processing (invoices, forms)Text/ImagePretrained layout parsingAPIUsage-basedNoNoNoTraditionalVisionAutomate form data extraction
Natural Language APIEntity, syntax, sentiment analysisTextNoAPIUsage-basedNoNoNoTraditionalNLPChoose for text classification or NER
Translation APIText translation + glossary supportTextGlossariesAPIUsage-basedNoNoNoTraditionalNLPTranslate dynamic content between languages
Speech-to-Text APITranscribe speech to textAudioPunctuation + diarizationAPIUsage-basedNoYesNoTraditionalSpeechReal-time transcription from audio input
Text-to-Speech APIConvert text to spoken outputTextCustom voice tuningAPIUsage-basedNoYesNoTraditionalSpeechAdd narration or voice output

ML Pathway 2: Foundation Model APIs

Google's foundation model access is centered on Gemini (proprietary), Gemma (open-source), and supported via both Google AI Studio and Vertex AI Studio.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeFocus AreaWhat the Exam May Ask
Gemini APIPrompt GenAI (GPT-class)Text, Code, ImagePrompting, GemsAPI, AI StudioToken-basedSafety filters, moderationGemini NanoYes (via Search + RAG)GenAIGenAIUse Gemini for GenAI Q&A, summarization
GemmaOpen-source Gemini-style modelsTextLocal fine-tuningModel GardenFreeCommunity governedYes (local)NoGenAIGenAISelect Gemma for local deployment or OSS builds
Imagen / VeoImage/video generation with diffusionImage, VideoPromptingModel Garden, APIUsage-basedSafety filtersNoNoGenAIVisionUse Imagen or Veo for image/video GenAI
Chirp (Speech)Next-gen ASR speech modelsAudioPrompting (limited)Model GardenUsage-basedUnknownNoNoGenAISpeechTranscribe complex audio inputs
Google AI StudioPrompt IDE for Gemini + rapid app prototypingText, CodeGems, NotebooksGUI (AI Studio)Token-basedYesNoYesGenAIGenAI IDEBuild, test, and deploy prompts using Gemini
NotebookLMPersonalized assistant with custom knowledgeText, DocumentsGrounding with user docsWebFree/Token-basedYesNoYesGenAIGenAIRAG-based assistant with private knowledge

ML Pathway 3: Fine-Tuned Foundation Models

Model fine-tuning and evaluation can be done via Vertex AI, particularly with custom training pipelines or the Tuning Playground for Gemini.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeFocus AreaWhat the Exam May Ask
Vertex AI StudioFull-code fine-tuning, prompt chainingText, CodeFine-tune, eval toolsNotebook, SDK, GUIUsage-basedExplainable AINoYesGenAIGenAIFine-tune Gemini for domain-specific responses
Vertex AI (Custom)Managed pipelines for model trainingAllFull controlJupyter/SDK/APIUsage-basedSAIF, explainabilityYes (LiteRT)OptionalBothML PlatformBuild + monitor fully custom ML workflows

ML Pathway 4: AutoML

Google's AutoML tools are integrated into Vertex AI, designed for fast, structured model development on tabular/image data.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeFocus AreaWhat the Exam May Ask
Vertex AI AutoMLAutoML for vision, tabular, NLPTabular, Image, TextGuided configGUI, SDKUsage-basedYes (built-in eval)NoNoTraditionalML PlatformUse AutoML for business data or classification

ML Pathway 5: Custom ML (Full Control)

Vertex AI supports advanced, containerized, and distributed model training using frameworks like TensorFlow, PyTorch, and JAX.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricing ModelResponsible AIEdge ReadyRAG/GroundingAI TypeFocus AreaWhat the Exam May Ask
Vertex AI (Custom)Bring-your-own-code ML trainingAllFull controlDocker, SDKUsage-basedSAIF + Explainable AILiteRTOptionalTraditionalML PlatformTrain a unique model for regulated environment

Once you've selected a model, Google makes it easy to build full-featured AI applications with tools for orchestration, grounding, memory, and workflow integration. These services form the Agent + RAG (Retrieval-Augmented Generation) ecosystem, letting you go from prototype to production-ready copilots and assistants—all with built-in safety and enterprise readiness.

ServiceFunction / Use CaseModalityCustomizationIntegrationPricingResponsible AIAI TypeFocus AreaWhat the Exam May Ask
Vertex AI Agent BuilderBuild LLM-based agents with tools & memoryText, CodeGems, chaining, groundingStudio, APIUsage-basedYesGenAIAgentsBuild an app with tools + retrieval + workflows
AgentspaceDeploy agents into apps and dashboardsTextUI-configurable workflowsGUIUsage-basedYesGenAIAgentsDeploy agents into a live business context
Agent EngineRuntime layer for agent orchestrationTextTool + function callingAuto-wired by StudioUsage-basedYesGenAIAgentsRun multi-step reasoning agents in production
Vertex AI SearchSemantic + keyword hybrid document searchTextIndexing, tuning, feedbackAPI, StudioUsage-basedNoBothRAGRetrieve relevant docs as grounding input
RAG APIsRetrieval-augmented generation API accessTextDocument setup, tuningAPIUsage-basedNoGenAIRAGAdd RAG to a Gemini or Vertex workflow
Vertex Vector SearchStore and query vector embeddingsEmbeddingsTunable indexingAPI, SDKUsage-basedIAMBothVector StoreChoose the vector DB for semantic or RAG workflows

While the Generative AI Leader exam doesn't dive deep into big data architecture, it does expect you to understand how AI connects to large datasets—especially for grounding, semantic search, and enterprise use cases. These supporting tools help bridge the gap between data at scale and AI in action.

ServiceWhat to Know for the Exam
BigQueryUsed for querying large structured datasets—often a data source for AI
Vertex AI SearchCan index large enterprise datasets for semantic and hybrid search
Vertex AI + BigQuery MLLets you run ML models directly inside BigQuery

💡 Exam Tip: You won't be asked to design a data warehouse—but you might be asked how a team could connect customer data in BigQuery to a GenAI app using RAG or prompt grounding.

Each cloud provider brings a distinct philosophy to AI—from AWS's full-stack flexibility, to Azure's responsible enterprise AI, to Google's GenAI-native experience. But how do they stack up side-by-side when it comes to capabilities, customization, and use case fit? Let's compare.

Cross-Cloud AI/ML Comparison

Choosing a cloud provider for AI/ML isn't just about cost or brand—it's about fit. Each platform brings a different philosophy to the table:

  • AWS builds deep, configurable infrastructure for teams that want control and flexibility.
  • Azure integrates tightly with enterprise tools and leans hard into responsible AI guardrails.
  • Google Cloud pushes the envelope in GenAI, with an AI-native UX and tight grounding in its search and research pedigree.

💡 Exam Tip: All three certification exams—AWS Certified AI Practitioner, Microsoft Azure AI Fundamentals, and Google Cloud's Generative AI Leader—test for broad familiarity with cloud-specific AI services. They don't dive deep into implementation, but expect you to recognize which services solve which types of problems.

The comparisons below break this down into digestible layers to help you spot patterns, prep smarter, and choose tech that fits your use case:

AI/ML Stack Overview (High-Level Categories)

CategoryAWSAzureGoogle Cloud
ML PlatformAmazon SageMaker (Data Wrangler, Feature Store, Model Monitor, Clarify, Pipelines)Azure Machine Learning (Designer, AutoML, Responsible AI dashboard, SDK, CLI, GUI)Vertex AI (Studio, Model Garden, Pipelines, Feature Store, Model Monitoring)
GenAI PlatformAmazon Bedrock, PartyRock, Amazon QAzure OpenAI, Azure AI Foundry, Prompt FlowGemini (Gemini 1.5 Pro, Gemini 1.5 Flash, Gemini Nano), Imagen, Veo, Gemma, CodeGemma
Conversational AIAmazon Lex, Amazon Q, Bedrock AgentsAzure Bot Service, Azure AI Studio, Azure OpenAI Chat APIsVertex AI Agent Builder, Agentspace, Gemini Chat, Gems
Speech ServicesAmazon Transcribe, Amazon PollyAzure AI SpeechCloud Speech-to-Text, Text-to-Speech APIs, Chirp
NLP ServicesAmazon ComprehendAzure AI LanguageNatural Language API, Document AI, Translation APIs, Vertex AI Search
Vision ServicesAmazon RekognitionAzure AI Vision, Face API, OCRCloud Vision API, Video Intelligence API, Imagen
Document ProcessingAmazon TextractAzure Form RecognizerDocument AI API, Document Translation API
Responsible AIClarify, Model Cards, GuardrailsResponsible AI dashboard, fairness monitoring, content filtersSAIF, Explainable AI, Responsible AI principles
Search / RAG / GroundingKendra, OpenSearch, Bedrock Agents with Knowledge BasesAzure Cognitive Search, Semantic Kernel, RAG + integrated knowledge basesVertex AI Search, RAG APIs, Agent Builder with Knowledge Bases, Grounding via Google Search
AutoML CapabilitiesSageMaker AutopilotAzure AutoMLVertex AI AutoML, low-code via AI Studio
Edge/On-device AISageMaker Neo, AWS GreengrassAzure IoT Edge ML, Azure PerceptGemini Nano, Edge TPU, Lite Runtime
Model CustomizationSageMaker Fine-tuning, JumpStart, RAG, A2IAzure ML fine-tuning, Prompt Flow, OpenAI customizationVertex AI tuning, Vertex Studio, Prompt Engineering, Vertex RAG APIs
Vector DB SupportOpenSearch, Neptune, RDS for PostgreSQL, AuroraAzure AI Search (vector), Cosmos DB, Azure SQL DBVertex AI Vector Search, BigQuery vector functions, Cloud SQL
Human-in-the-Loop (HITL)Amazon A2IAzure ML HITL integrationGemini human validation, review workflows
Pricing Model HighlightsPay-as-you-go, token-based (Bedrock), EC2 for SageMakerToken-based (OpenAI), metered Azure APIsToken-based (Gemini), metered APIs (Vertex), monthly tiers (Gemini Advanced)

As you move from strategy to execution, model selection becomes essential. Each provider offers a unique mix of proprietary, open source, and edge-ready models.

Proprietary & Open Source Model Access

Proprietary & OSS ModelsAWSAzureGoogle Cloud
Proprietary ModelsTitan (Text, Embeddings), Amazon QGPT-4, GPT-3.5 (via Azure OpenAI)Gemini 1.5 Pro, Gemini 1.5 Flash, Gemini Nano
Open Source ModelsClaude, Mistral, Meta Llama (via Bedrock)Llama (OSS), Phi-2 (demo)Gemma (OSS), Imagen, CodeGemma, Veo
Model Access TypeClosed + OSS via BedrockClosed (OpenAI) + Hosted OSSClosed (Gemini), OSS (Gemma), Vertex Model Garden
Edge ModelsGemini Nano (on-device), Edge TPU

Now that we've compared the software stack and model access, let's look at the hardware under the hood.

Hardware & Accelerator Comparison

Cloud ProviderCPUGPUCustom AI ChipsUsed For
AWSEC2 (Graviton, etc)NVIDIA A100, H100AWS Inferentia, TrainiumSageMaker, Bedrock Inference
AzureAzure VMsNVIDIA A100, H100NPUs (coming), FPGAs (limited)Azure ML Inference, Fine-tuning
Google CloudCompute EngineNVIDIA A100, H100TPU v4, Edge TPUGemini, Imagen, Edge ML, Vertex AI

Each provider also publishes its own Responsible AI tooling and principles—especially relevant for regulated industries and customer-facing deployments.

Responsible AI Capabilities

ProviderResponsible AI ToolsCore Principles
AWSSageMaker Clarify (bias detection), Model Monitor, SageMaker Model Cards, Bedrock Guardrails, IAM fine-grained permissionsFairness, Explainability, Privacy & Security, Safety, Controllability, Veracity & Robustness, Governance, Transparency
AzureResponsible AI dashboard (fairness, accuracy, error analysis), Content filters, Human review workflows, AI Content Safety tooling (Azure AI Studio, OpenAI API)Fairness, Reliability & Safety, Privacy & Security, Inclusiveness, Transparency, Accountability
Google CloudSAIF (Secure AI Framework), Explainable AI, Safety filters in Gemini, Model governance tools in Vertex AI, Privacy filters, Google Search groundingFairness, Accountability, Safety, Privacy

Finally, the developer experience across these platforms can also shape adoption. Below is a table comparing their AI-specific tooling.

Developer Tooling Comparison

Tooling CategoryAWSAzureGoogle Cloud
Studio UISageMaker Studio, Bedrock ConsoleAzure AI Studio, ML DesignerVertex AI Studio, Google AI Studio
Low-Code/No-CodeSageMaker Autopilot, PartyRockAzure AI Studio Low-Code tools, Prompt FlowAI Studio, NotebookLM
CLI & SDK SupportSageMaker SDK, AWS CLI, Boto3Azure ML CLI, Azure SDKsVertex AI SDK, gcloud CLI
Agent/Workflow ToolsBedrock Agents, EventBridge + Lambda for orchestrationAzure Bot Framework, Logic Apps, Semantic KernelAgent Builder, Agentspace, Workflow Templates (Vertex AI Agents)
MLOps & DeploymentSageMaker Pipelines, Model Registry, CI/CD IntegrationsAzure ML Pipelines, Azure DevOpsVertex AI Pipelines, Model Registry, CI/CD GitHub integrations

This rounded comparison of services, tooling, models, and principles should help you better assess which cloud platform aligns best with your team's AI strategy or your certification goals.

Certification Journey

Empty classroom filled with rows of gray plastic chairs attached to white desks, lit by natural light from large windows, evoking themes of education, learning environments, or standardized testing.

Cloud providers love to say they're "AI-ready"—but how do you really compare them without months of hands-on work? One practical shortcut: take their entry-level certifications. In summer 2025, I earned three of them:

Each exam offers a unique lens into how its platform thinks about AI and GenAI—from tools and workflows to responsible AI and strategy. AWS favors service depth and full-stack control. Azure leans into ethical guardrails and practical workloads. Google focuses on GenAI leadership and enabling capabilities across business units.

This section breaks down each exam, what it tested, how I prepared, and what stood out—so whether you're studying for your own cert or just mapping out your AI career path, you can find the route that fits.

AWS Certified AI Practitioner (AIF-C01)

I sat for the AWS Certified AI Practitioner exam on June 27, 2025, at a Pearson VUE testing center. The test consisted of 65 questions, of which 50 were scored. It featured a range of formats—multiple choice, ordering, matching, and case studies. Results were issued the same day. The standard cost is $100, but I used a 50% discount voucher available through AWS training programs.

The exam is broken into five domains, each reflecting a key aspect of foundational AI and GenAI implementation on AWS:

DomainDescriptionWeight
Fundamentals of AI and MLCovers supervised learning, deep learning, model types, and key terminology.20%
Fundamentals of Generative AIIntroduces foundation models, GenAI concepts, and business use cases.24%
Applications of Foundation ModelsFocuses on real-world use, customization, evaluation, and deployment.28%
Guidelines for Responsible AIEmphasizes fairness, bias, transparency, and ethical considerations.14%
Security, Compliance, and GovernanceCovers secure practices and governance frameworks for AI systems.14%

To prepare, I followed a blended strategy using official AWS resources, community-curated content, and targeted practice exams. The SkillBuilder course and Stephane Maarek's Udemy prep were especially useful for concept clarity and service mapping.

This exam provided a strong baseline in both traditional and generative AI concepts, while also reinforcing how AWS services fit together across the machine learning lifecycle. It's especially helpful for anyone building AI solutions in AWS or needing to map cloud services to real-world AI use cases.

Microsoft Azure AI Fundamentals (AI-900)

I took the Azure AI-900 exam on July 11, 2025, again at a Pearson VUE testing center. It consisted of 45 questions and incorporated a variety of interactive formats: multiple choice, drag and drop, list reordering, hot areas, and active screens. The cost was $99, and the exam leaned more toward practical understanding than deep technical theory. Azure placed strong emphasis on recognizing different AI workloads, applying responsible AI principles, and understanding the core services available within the platform.

The exam is organized into five key areas:

DomainDescriptionWeight
AI Workloads and ConsiderationsCovers AI types, fairness, and ethical principles.15-20%
Machine Learning on AzureExplains ML fundamentals, AutoML, and training/validation workflows.15-20%
Computer Vision Workloads on AzureDiscusses image classification, object detection, OCR, and facial recognition.15-20%
Natural Language Processing (NLP) WorkloadsFocuses on sentiment analysis, key phrase extraction, translation, etc.15-20%
Generative AI Workloads on AzureIntroduces GenAI tools, foundation models (like GPT), and ethical deployment.20-25%

To prepare, I combined Microsoft's own documentation and study guide with hands-on resources like video courses, practice tests, and community-written guides. The free YouTube walkthroughs offered a great visual overview, while Tutorials Dojo's practice exams helped simulate the real test format.

If you're looking to build a strong foundation in both AI concepts and Azure-specific services, this exam is a great entry point. It balances strategy, ethics, and platform capabilities—all without requiring prior cloud experience.

Google Cloud Generative AI Leader

I wrapped up the certification journey with the Google Cloud Generative AI Leader exam on July 18, 2025. Unlike the other two, this one didn't use Pearson VUE—it was administered through Kryterion, which had far fewer testing locations near me. I opted for the online version, but it was a rocky experience. You're asked to scan the room with your webcam, check reflections, and re-position your setup multiple times before starting. It throws off your rhythm a bit. On the bright side, the exam itself was the easiest of the three.

The test had 50-60 multiple choice questions, ran for 90 minutes, and cost $99. I received a pass notification immediately after finishing, but the official score report and digital badge took a few days to show up via email and the online portal.

This exam leaned heavily toward strategic understanding of GenAI adoption—less technical, more organizational. It's clearly aimed at product managers, consultants, and business leaders exploring how to bring GenAI into their workflows.

Google GenAI LeaderDescriptionWeight
Fundamentals of Generative AICovers LLMs, the model lifecycle, foundation models, and data quality.~30%
Google Cloud GenAI OfferingsGemini, Imagen, Codey, Veo, Gemma, and tools across the Vertex ecosystem.~35%
Improving GenAI OutputTechniques like prompting, grounding, RAG, and sampling strategies.~20%
Business Strategy for GenAIGovernance, risk management, responsible deployment, and use case planning.~15%

To prep, I followed Google's official study guide and Cloud Skills Boost learning path. There was also a set of practice questions published as a Google Form. While sparse, they were representative of the exam's tone—light on syntax, heavier on strategy and decision-making.

If your goal is to understand how GenAI fits into enterprise workflows, product planning, or cloud strategy, this exam hits that mark. Just be ready for a different vibe—less hands-on, more leadership and framing.

Verification

Each certification provided a unique lens on how cloud providers approach AI and generative AI. AWS was the most technically rigorous, diving deep into services and full-lifecycle development. Azure struck a practical balance, emphasizing enterprise use cases, responsible AI, and tooling alignment. Google's exam was the most accessible—strategic, executive-facing, and high-level in nature.

In terms of difficulty, I'd rank them:

  • Hardest: AWS Certified AI Practitioner
  • Middle Ground: Azure AI Fundamentals
  • Easiest: Google Cloud GenAI Leader

That said, none of these were overwhelming—they're all designed as foundation-level exams, meant to validate baseline knowledge rather than test advanced technical depth. With a bit of prep and familiarity with each platform's ecosystem, they're very passable, even for newcomers.

Together, they formed a well-rounded foundation that bridged theory with platform-specific practice. Here's a quick snapshot of all three:

AWS Certified AI PractitionerAzure AI FundamentalsGoogle Cloud GenAI Leader

Verify These Credentials

You can confirm each certification using the official verification tools:

These exams aren't just theoretical—they reflect real-world cloud AI adoption patterns, use cases, and ethical considerations. If you're serious about cloud AI, they serve as great orientation tools. For deeper technical chops, consider layering in role-based certs and hands-on project experience.

Conclusion

Cloud certifications are more than just résumé badges—they're structured pathways for understanding how modern AI actually works in practice. Whether you're tuning a foundation model on Vertex AI, designing ethical AI workflows with Azure, or spinning up end-to-end solutions on SageMaker, each platform brings a different flavor to your skillset. This post—and the full AI, ML & GenAI Demystified Series—was designed to cut through the noise, demystify the jargon, and give you a clear-eyed view of how AI systems are built, evaluated, and deployed at scale.

If you've made it this far, you're not just following trends—you're learning how to lead with purpose. So wherever you are in your AI journey, whether you're coding models, shaping strategy, or just getting started, I hope this series helped sharpen your intuition and build your confidence.

Go build something great—and stay curious.

See the associated LinkedIn post.

main
git log
Comments

To leave feedback or questions, simply login using your preferred social network. I will read and answer your comments promptly, but please keep in mind that they will be public.

No comments yet.
main