The Complete AWS Services Catalog: A Practitioner's Reference for 2026

A structured reference of all major AWS services, organized by certification tier — from Solutions Architect Associate through Professional and Specialty exams — with regional availability guidance and a downloadable Excel catalog.

A practitioner’s reference, not a marketing brochure. This article catalogs the major AWS services as of April 2026, structured by the certification tier that first introduces them in depth — from the foundational Associate track through Professional and Specialty domains. A downloadable Excel workbook with the full catalog is included at the end.


Why a Structured Catalog Matters

AWS officially offers more than 240 fully featured services as of 2026, with individual sub-features and API operations exceeding 500. For anyone designing architectures, studying for certifications, or justifying cloud adoption to leadership, an unordered flat list is operationally useless. Structure matters.

This reference organizes services into four tiers that align with the AWS certification track — not because the cert is the goal, but because the curriculum progression mirrors how services relate to one another in real architectures.

TierScopeAWS Exam
1 — FoundationalCore services every cloud architect must knowSAA-C03 (Solutions Architect Associate)
2 — Advanced ArchitectureServices for complex, multi-account, hybrid workloadsSAP-C02 (Solutions Architect Professional)
3 — Domain SpecializationDeep expertise in Networking, Security, or AI/MLANS-C01 / SCS-C03 / MLA-C01
4 — Extended PortfolioIoT, media, satellite, AR/VR, niche enterpriseNo primary cert track

Generated by NotebookLM


Tier 1 — Core Services (SAA-C03)

These are the services covered by the AWS Certified Solutions Architect – Associate (SAA-C03) exam. Every cloud practitioner operating at a professional level should understand these services, their use cases, and how they compose into production architectures.

Compute

ServiceDescription
Amazon EC2Resizable virtual servers. The workhorse of AWS compute — instance types, pricing models (On-Demand, Reserved, Spot), placement groups, and Nitro hypervisor.
AWS LambdaEvent-driven serverless compute. Pay per invocation. Integrates deeply with API Gateway, S3, EventBridge, and DynamoDB.
Amazon ECSContainer orchestration for Docker workloads. Deploy with EC2 launch type or Fargate.
Amazon EKSManaged Kubernetes. The right choice when you need Kubernetes-native tooling and ecosystem portability.
AWS Elastic BeanstalkPaaS abstraction over EC2, ALB, and Auto Scaling. Deploy code; AWS manages the infrastructure layer.
AWS FargateServerless compute engine for ECS and EKS. No nodes to manage.
Amazon LightsailSimplified VPS for low-complexity workloads. Not the right choice for enterprise architects.
AWS OutpostsAWS-managed hardware deployed on-premises. Consistent API, tooling, and data residency control.
EC2 Auto ScalingAutomatically adjust EC2 fleet capacity based on demand signals. Works with Target Tracking, Step, and Scheduled policies.

Storage

ServiceDescription
Amazon S3Object storage at any scale. The foundation of AWS data architectures — versioning, lifecycle policies, event notifications, intelligent-tiering.
Amazon EBSBlock storage for EC2. Volume types: gp3, io2 (provisioned IOPS), st1 (throughput), sc1 (cold). Snapshots to S3.
Amazon EFSManaged NFS for Linux workloads. Multi-AZ, auto-scaling. Not for Windows.
Amazon S3 GlacierLow-cost archival storage. Retrieval tiers: Instant, Flexible, Deep Archive.
AWS Storage GatewayHybrid integration: File Gateway (NFS/SMB to S3), Volume Gateway (iSCSI), Tape Gateway.
AWS BackupCentralized, policy-driven backup across EC2, RDS, EFS, DynamoDB, and more.
Amazon FSxManaged file systems: FSx for Windows, Lustre, NetApp ONTAP, OpenZFS. Choose based on protocol and workload type.
AWS Snow FamilyPhysical data transfer: Snowcone (8TB), Snowball Edge (up to 80TB), Snowmobile (100PB). Also used for edge compute.

Databases

ServiceDescription
Amazon RDSManaged relational DB: MySQL, PostgreSQL, Oracle, SQL Server, MariaDB. Multi-AZ for HA; Read Replicas for read scaling.
Amazon AuroraAWS-native MySQL/PostgreSQL-compatible DB. 5x faster than MySQL. Shared storage layer across 6 copies in 3 AZs.
Amazon DynamoDBServerless, single-digit millisecond NoSQL DB. Global Tables for multi-region active-active.
Amazon ElastiCacheIn-memory caching: Redis (rich data structures, persistence) or Memcached (simple cache, horizontal scaling).
Amazon RedshiftColumnar data warehouse. MPP architecture. RA3 nodes with managed storage.
Amazon NeptuneGraph database. Supports Gremlin (property graphs) and SPARQL (RDF/SPARQL).
Amazon DocumentDBMongoDB-compatible document database. Not the same engine as MongoDB — compatibility, not parity.
Amazon KeyspacesManaged Apache Cassandra-compatible service. Serverless, pay-per-request.

Networking & Content Delivery

ServiceDescription
Amazon VPCThe fundamental network isolation boundary in AWS. Subnets, route tables, NACLs, security groups, gateways.
Amazon Route 53DNS with routing policies: Simple, Weighted, Latency, Failover, Geolocation, Geoproximity, Multivalue. Also domain registration.
Amazon CloudFrontGlobal CDN with 400+ edge locations. Integrates with S3, ALB, API Gateway, Lambda@Edge, CloudFront Functions.
Elastic Load BalancingALB (HTTP/HTTPS, L7, host/path routing), NLB (TCP/UDP, L4, static IP), GLB (third-party virtual appliances).
AWS Direct ConnectDedicated 1 Gbps or 10 Gbps private connection to AWS. Not encrypted by default — use with MACsec or VPN.
AWS VPNIPsec VPN over the internet. Site-to-Site VPN or Client VPN (OpenVPN-based).
Amazon API GatewayManaged REST, HTTP, and WebSocket API service. Throttling, caching, authorization, usage plans.
AWS Global AcceleratorAnycast IP routing through AWS global backbone. Latency and availability improvement for non-HTTP workloads.

Security, Identity & Compliance

ServiceDescription
AWS IAMThe identity layer of AWS. Users, groups, roles, policies (identity-based, resource-based, SCPs). Principle of least privilege is not optional.
AWS KMSManaged encryption keys. CMKs (now KMS keys): AWS-managed, customer-managed. Integrates with S3, RDS, EBS, Lambda.
AWS Secrets ManagerStore, rotate, and retrieve database credentials, API keys, and tokens. Rotation via Lambda functions.
AWS Certificate Manager (ACM)Provision and auto-renew TLS/SSL certificates. Public certificates are free. Private CA is paid.
Amazon CognitoUser Pools (authentication) + Identity Pools (authorization to AWS resources). JWT-based. Federated with OIDC/SAML.
AWS WAFLayer 7 firewall. Managed rule groups, custom rules, rate limiting. Integrates with CloudFront, ALB, API Gateway.
AWS ShieldDDoS protection. Standard (free, automatic). Advanced (paid, 24/7 DRT, cost protection).
Amazon GuardDutyML-based threat detection from VPC Flow Logs, DNS, CloudTrail, EKS audit logs, RDS login events.
AWS CloudTrailAPI call audit trail. Every API call — who, what, when, from where. Enabled per-region; organization trails for all accounts.
AWS ConfigConfiguration compliance and change history. Rules (managed and custom via Lambda) for drift detection.

Management & Governance

ServiceDescription
AWS CloudFormationInfrastructure as Code with JSON/YAML templates. Stacks, StackSets for multi-account/region deployment.
Amazon CloudWatchUnified observability: metrics, logs (Log Insights), alarms, dashboards, Contributor Insights.
AWS Systems ManagerOperational control: Session Manager (no SSH/bastion), Patch Manager, Parameter Store, Run Command, Automation.
AWS OrganizationsMulti-account governance. SCPs, delegated admin, consolidated billing.
AWS Trusted AdvisorBest practice checks across cost optimization, security, fault tolerance, performance, service limits.
AWS Health DashboardPersonalized service event notifications. Service Health vs. Personal Health.

Application Integration

ServiceDescription
Amazon SQSManaged message queue. Standard (at-least-once, best-effort order) and FIFO (exactly-once, strict order).
Amazon SNSPub/sub fanout. Topics → SQS, Lambda, HTTP, email, SMS. Message filtering at subscription level.
Amazon EventBridgeServerless event bus. Schema registry, event replay, cross-account routing, SaaS integrations.
AWS Step FunctionsVisual state machine orchestration. Standard (long-running) and Express (high-throughput) workflows.
Amazon MQManaged ActiveMQ and RabbitMQ. Lift-and-shift for AMQP/STOMP/MQTT workloads.
Amazon Kinesis Data StreamsReal-time data streaming. Shards, retention up to 365 days, consumers via Lambda or KCL.

Analytics

ServiceDescription
Amazon AthenaServerless SQL on S3. Pay per query scanned. Parquet/ORC dramatically reduces cost.
Amazon EMRManaged Hadoop/Spark. EC2, EKS, or Serverless deployment options.
AWS GlueServerless ETL. Data Catalog (Hive metastore-compatible), crawlers, Spark-based transformations.
Amazon OpenSearch ServiceManaged OpenSearch (fork of Elasticsearch). Full-text search, log analytics, observability.

AI & Machine Learning (Associate-Level)

ServiceDescription
Amazon SageMakerEnd-to-end ML platform. Studio, Pipelines, Feature Store, Ground Truth, Model Monitor.
Amazon RekognitionVision AI: object detection, facial analysis, content moderation, text-in-image.
Amazon PollyNeural text-to-speech. Multiple voices, SSML support, custom lexicons.
Amazon TranslateNeural machine translation. 75+ languages. Custom terminology support.
Amazon ComprehendNLP: sentiment, entity recognition, topic modeling, PII detection.
Amazon TranscribeAutomatic speech recognition. Speaker diarization, medical variant, call analytics.
Amazon LexConversational AI chatbot engine. The same engine that powers Alexa.

Developer Tools

ServiceDescription
AWS CodeBuildFully managed CI build service. Docker-based build environments, pay per build minute.
AWS CodeDeployAutomated deployment to EC2, Lambda, and ECS. Blue/green and rolling deployment strategies.
AWS CodePipelineCI/CD pipeline orchestration. Integrates with CodeBuild, CodeDeploy, and third-party tools.
AWS Cloud9Cloud-based IDE. Pre-configured with AWS CLI, SDKs.

Tier 2 — Advanced Architecture Services (SAP-C02)

The AWS Certified Solutions Architect – Professional (SAP-C02) exam goes substantially deeper into multi-account architectures, hybrid connectivity, advanced networking, and cost/governance at scale. These are the services that separate mid-level practitioners from senior architects.

Compute (Advanced)

ServiceDescription
AWS BatchManaged batch computing. Job queues, compute environments (EC2/Fargate), array jobs, priority-based scheduling.
Amazon EC2 Image BuilderAutomated AMI and container image creation, testing, and distribution pipelines.
AWS App RunnerRun containerized web apps with zero infrastructure management. Source from ECR or GitHub.
AWS WavelengthCompute deployed at 5G carrier edge. Single-digit millisecond latency to mobile devices.

Networking (Advanced)

ServiceDescription
AWS Transit GatewayHub-and-spoke regional routing. Attach VPCs, VPNs, Direct Connect gateways. Supports multicast and inter-region peering.
AWS Network FirewallManaged stateful VPC firewall with Suricata rule engine. IDS/IPS capability at the VPC perimeter.
AWS PrivateLinkExpose services privately via VPC endpoints. No internet exposure, no overlapping CIDR concerns.
Amazon VPC LatticeApplication-layer networking for microservices. Service directory, auth policies, traffic controls across VPCs and accounts.
AWS Cloud WANManaged global WAN connecting VPCs, on-premises sites, and Direct Connect via a core network policy document.

Databases (Advanced)

ServiceDescription
Amazon Aurora Serverless v2Auto-scaling Aurora capacity in fine-grained ACU increments. Per-second billing. Ideal for variable workloads.
Amazon RDS ProxyConnection pooling layer in front of RDS/Aurora. Reduces connection exhaustion in Lambda-heavy architectures.
Amazon MemoryDB for RedisRedis-compatible, durable in-memory database with Multi-AZ persistence. Not just a cache — a primary DB.
Amazon TimestreamPurpose-built time-series database. IoT telemetry, DevOps metrics, financial data.
Amazon QLDBImmutable, cryptographically verifiable ledger database. Not a blockchain — a trusted audit trail.

Security (Advanced)

ServiceDescription
AWS Control TowerLanding zone automation for multi-account environments. Guardrails (SCPs + Config rules), Account Factory.
Amazon InspectorAutomated vulnerability assessment. Scans EC2 OS packages, Lambda code, and container images in ECR.
Amazon MacieML-based sensitive data discovery in S3. Identifies PII, credentials, PHI at scale.
AWS IAM Identity Center (SSO)Centralized SSO for AWS accounts and SAML 2.0 applications. Replaces per-account IAM users at scale.
AWS Resource Access Manager (RAM)Share AWS resources (Transit Gateway, subnets, Route 53 Resolver rules) across accounts within Organizations.
AWS Firewall ManagerCentral policy management for WAF, Shield Advanced, Network Firewall, and security groups across accounts.
Amazon DetectiveSecurity investigation using ML-powered graphs correlating CloudTrail, VPC Flow Logs, and GuardDuty findings.

Management & Governance (Advanced)

ServiceDescription
AWS Service CatalogIT service catalog for publishing approved CloudFormation products. Self-service with governance guardrails.
AWS Compute OptimizerML-powered right-sizing recommendations for EC2, Lambda, EBS, ECS on Fargate, and Auto Scaling Groups.
AWS Cost ExplorerVisualize and analyze AWS spend. Reservation/Savings Plans coverage, anomaly detection, rightsizing recommendations.
AWS Well-Architected ToolStructured review against the six pillars. Identify high-risk issues (HRIs) and generate improvement plans.
AWS Resilience HubDefine RTO/RPO targets and validate application architecture against them with automated assessments.
AWS Fault Injection Simulator (FIS)Controlled chaos engineering. Pre-built actions for EC2, ECS, EKS, RDS, network. Observability integration.

Migration & Transfer

ServiceDescription
AWS Migration HubCentralized tracking across migration tools. Integrates with MGN, DMS, and third-party tools.
AWS Application Migration Service (MGN)Agent-based lift-and-shift replication. Continuous block-level replication with minimal cutover window.
AWS Database Migration Service (DMS)Migrate databases with ongoing CDC replication. Homogeneous and heterogeneous migrations.
AWS Mainframe ModernizationAutomated refactoring or replatforming of COBOL/PL1 workloads. Micro Focus and BluAge runtimes.

Analytics (Advanced)

ServiceDescription
Amazon QuickSightServerless BI and dashboard service. Paginated reports, ML-powered Q&A, anomaly detection.
AWS Lake FormationBuild, secure, and share data lakes in S3. Fine-grained column/row access control over Glue Data Catalog.
Amazon Kinesis Data FirehoseZero-code streaming ingestion into S3, Redshift, OpenSearch, Splunk. Auto-scaling, buffering, transformation.
Amazon MSKManaged Apache Kafka clusters. MSK Connect for Kafka Connect workers. MSK Serverless option.
Amazon Managed Service for Apache FlinkReal-time stream processing. Replaced Kinesis Data Analytics. SQL, Java, Scala, Python APIs.
Amazon Managed Workflows for Apache Airflow (MWAA)Managed Apache Airflow for data pipeline orchestration. Private network deployment.

Application Integration (Advanced)

ServiceDescription
Amazon AppFlowNo-code SaaS integration (Salesforce, Slack, Google Analytics, etc.) to/from S3 or Redshift.
AWS AppSyncManaged GraphQL API service. Real-time subscriptions, offline data sync, conflict resolution.
Amazon Managed Workflows for Apache Airflow (MWAA)Managed Airflow. Python-based DAG-driven orchestration for complex data workflows.

Containers (Advanced)

ServiceDescription
Amazon ECRContainer image registry. Private repositories, image scanning, lifecycle policies, cross-account access.
Amazon EKS AnywhereRun EKS-compatible clusters on-premises using your own servers or VMware vSphere.
AWS App MeshEnvoy-based service mesh for microservices traffic management and observability (being superseded by VPC Lattice).

Tier 3 — Specialty Certification Services

These services appear primarily in the Specialty certification tracks. A practitioner without the specific domain context will struggle to use them effectively — but for the right workload, they are the correct and precise tool.

Networking Specialty (ANS-C01)

ServiceDescription
AWS Direct Connect GatewayAggregate multiple Virtual Interfaces across Regions and VPCs through a single Direct Connect connection.
AWS Network Access AnalyzerIdentify unintended network access paths to resources using automated path analysis.
Amazon Route 53 ResolverHybrid DNS: Inbound Endpoints (on-premises → VPC) and Outbound Endpoints (VPC → on-premises).
AWS VPC Traffic MirroringCopy raw packet data from ENIs for IDS/IPS, deep packet inspection, or forensic capture.
AWS Reachability AnalyzerPoint-to-point connectivity verification. Analyzes routing, security groups, NACLs, VPC peering, VGW, TGW.
VPC Flow LogsCapture IP traffic metadata (5-tuple) for security analysis, troubleshooting, and compliance evidence.
AWS Transit Gateway Network ManagerCentralized global network topology view. Monitors SD-WAN integrations via CloudWatch metrics.
AWS Verified AccessZero-trust access proxy. Evaluate identity and device posture before granting access — no VPN required.
AWS Cloud WAN (Advanced)Global network policy with segment-based routing and inter-segment traffic inspection.
EC2 Placement GroupsCluster (low latency, same AZ), Partition (Hadoop/Cassandra isolation), Spread (hardware fault isolation).

Security Specialty (SCS-C03)

The SCS-C02 exam was retired December 1, 2025. The current active version is SCS-C03, available from December 2, 2025. The new version expands coverage of AI/GenAI security guardrails, multi-account governance, and zero-trust patterns.

ServiceDescription
AWS CloudHSMDedicated hardware security module. You manage the keys — AWS has zero access. FIPS 140-2 Level 3 certified.
Amazon Security LakeCentralize security data in OCSF (Open Cybersecurity Schema Framework) format. 50+ AWS native sources.
AWS Audit ManagerContinuous compliance evidence collection. Pre-built frameworks: PCI DSS, CIS, NIST 800-53, SOC 2, HIPAA.
AWS ArtifactOn-demand access to AWS compliance reports (SOC 1/2/3, ISO 27001, PCI DSS) and legal agreements (BAA, NDA).
AWS SignerCode signing for Lambda and container images. Ensures code integrity and provenance before deployment.
IAM Access AnalyzerIdentify externally accessible resources (S3 buckets, IAM roles, KMS keys, Lambda, SQS). Policy validation and generation.
AWS Private Certificate AuthorityManaged private PKI. Issue internal TLS certificates for services that cannot use public ACM certs.

AI/ML Specialty (MLA-C01 / MLS-C01)

The MLS-C01 (Machine Learning Specialty) had its last testing date on March 31, 2026. The active ML certification is MLA-C01 (Machine Learning Engineer – Associate). MLS-C01 content remains relevant for practitioners working with deep SageMaker workflows.

ServiceDescription
Amazon BedrockUnified API for foundation models: Anthropic Claude, Meta Llama, Mistral, Amazon Titan, Cohere, AI21. Includes Knowledge Bases, Agents, Guardrails, Model Evaluation, and Prompt Management.
Amazon SageMaker (Advanced)Pipelines (MLOps CI/CD), Feature Store, Model Monitor (drift/quality), Clarify (bias/explainability), JumpStart (model hub), HyperPod (distributed training clusters).
Amazon Q DeveloperAI coding assistant in IDE, CLI, and console. Code generation, security scanning, automated code transformation. Successor to CodeWhisperer.
Amazon Q BusinessEnterprise generative AI assistant. Connects to internal data sources (S3, Confluence, Salesforce) with fine-grained access control.
AWS TrainiumPurpose-built ML training chip. Trainium2 supports 100B+ parameter model training. Priced per chip-hour.
AWS InferentiaPurpose-built ML inference chip. Cost-effective, high-throughput inference for production model serving.
Amazon TextractDocument intelligence beyond OCR. Extracts structured forms, tables, signatures, and key-value pairs from PDFs and images.
Amazon PersonalizeReal-time ML-based recommendations. No ML expertise required — provide interaction data, receive ranked recommendations.
Amazon ForecastTime-series forecasting using AutoML. Demand planning, resource allocation, inventory optimization.
Amazon Fraud DetectorManaged fraud detection combining ML models and business rules. Online fraud, account takeover, payment abuse.
Amazon KendraIntelligent enterprise search. ML-powered relevance ranking. Connects to SharePoint, S3, Confluence, Salesforce.
Amazon Augmented AI (A2I)Human review workflows for ML predictions that fall below confidence thresholds. Integrates with Textract and Rekognition.

Tier 4 — Extended AWS Portfolio

These services address specific industry domains. Not regularly tested on the main certification tracks, but they represent real production workloads at scale for the right vertical.

IoT

ServiceDescription
AWS IoT CoreManaged MQTT/HTTPS broker. Connect billions of devices, route messages to AWS services via a rules engine.
AWS IoT GreengrassRun Lambda, ML inference, and stream processing at the edge. Operates without continuous cloud connectivity.
AWS IoT SiteWiseCollect, structure, and analyze industrial equipment data (OPC-UA, Modbus). Digital twin asset model.
AWS IoT TwinMakerBuild digital twins with real-time data integration. Integrates with SiteWise, Grafana, and Unreal Engine.
Amazon Kinesis Video StreamsIngest, store, and process video streams from connected devices. Integrates with Rekognition Video.

End-User Computing

ServiceDescription
Amazon WorkSpacesManaged Windows/Linux virtual desktops. Personal or pooled. Billed hourly or monthly.
Amazon AppStream 2.0Stream Windows desktop applications to any browser. No client installation required.
Amazon WorkSpaces WebManaged, secure browser for accessing internal web applications. No data persists on the endpoint.
Amazon WorkMailManaged business email and calendaring. Exchange-compatible. Integrated with Directory Service and SES.

Business Applications

ServiceDescription
Amazon ConnectCloud contact center. Visual IVR flows, real-time analytics, ML-powered agent assist. Priced per minute used.
Amazon PinpointCustomer engagement: email, SMS, push notifications, voice. Journey orchestration and campaign analytics.
Amazon SESScalable transactional and bulk email delivery. High deliverability, reputation management, configuration sets.
AWS Supply ChainML-powered supply chain risk visibility. Inventory, demand sensing, and lead time analytics.

Media & Streaming

ServiceDescription
Amazon IVSInteractive live video streaming with sub-second latency. Timed metadata for real-time interactivity (polls, Q&A).
AWS Elemental MediaConvertFile-based video transcoding. VOD workflows, HLS/DASH/CMAF output, DRM integration.
AWS Elemental MediaLiveLive video encoding for broadcast-quality output. Redundant pipelines for 24/7 channels.
AWS Elemental MediaPackageVideo origination and just-in-time packaging. HLS, DASH, and CDN origin integration.

Satellite & Specialized

ServiceDescription
AWS Ground StationSatellite communication as a service. Schedule antenna contacts, downlink data directly into AWS.
Amazon BraketQuantum computing experimentation platform. Hardware from IonQ, Rigetti, Oxford Quantum Circuit, and D-Wave.
Amazon Managed BlockchainCreate and manage Hyperledger Fabric and Ethereum networks for traceability and provenance use cases.

Hybrid & Edge

ServiceDescription
AWS Local ZonesAWS infrastructure extension in major metros. Sub-10ms latency to end users for latency-sensitive workloads.
AWS Snow Family (Edge Compute)Snowball Edge runs EC2 instances and Lambda. Snowcone (2.1 kg) for disconnected, ruggedized environments.
VMware Cloud on AWSRun VMware vSphere workloads natively on AWS bare metal. No re-platforming required. Joint support.
Amazon ECS AnywhereRun ECS tasks on on-premises and edge servers registered as external instances.
Amazon EKS AnywhereDeploy EKS-compatible clusters on-premises using your own servers or VMware vSphere.

Developer & DevOps (Extended)

ServiceDescription
AWS CDKDefine cloud infrastructure using TypeScript, Python, Java, or Go. Synthesizes to CloudFormation.
AWS AmplifyFull-stack web and mobile app development. Hosting, authentication, GraphQL, storage — opinionated and fast.
AWS X-RayDistributed tracing. Service map, latency histograms, root cause identification for microservices.
Amazon Managed GrafanaManaged Grafana workspaces. Integrates natively with CloudWatch, Prometheus, and OpenSearch.
Amazon Managed Service for Prometheus (AMP)Managed Prometheus-compatible metrics storage. Scales to tens of billions of samples.
AWS Distro for OpenTelemetry (ADOT)AWS-supported OpenTelemetry collector. Vendor-neutral trace and metric collection.

Data & Analytics (Extended)

ServiceDescription
AWS Clean RoomsCollaborate on datasets with external partners without exposing underlying raw data. SQL-based analysis rules.
Amazon DataZoneData governance portal. Catalog assets, define access policies, enable business-driven data discovery.
AWS Entity ResolutionMatch and link related records across datasets using ML and rule-based matching.
Amazon Redshift ServerlessRun Redshift analytics with no cluster provisioning. Auto-scaling compute, pay per workload run.

Management (Extended)

ServiceDescription
AWS ProtonAutomated deployment templates for container and serverless service teams. Platform team-managed scaffolding.
Amazon Managed GrafanaManaged Grafana workspaces for operations dashboards and SLO visualization.
AWS Distro for OpenTelemetry (ADOT)Collect distributed traces and metrics in a vendor-neutral format compatible with Jaeger, Zipkin, and Prometheus.

Regional Availability — A Design Constraint, Not a Footnote

Not all services are available in all AWS Regions. This is a hard architectural constraint that has broken production launch timelines.

AWS operates 37+ Regions globally as of April 2026. When a new Region launches, it includes a defined set of core services. Additional services are added over subsequent months. Specialized and newer services may remain limited to a handful of Regions for extended periods.

Core services guaranteed in every Region launch (partial list): EC2, S3, VPC, IAM, RDS, Lambda, EKS, ECS, CloudFormation, CloudWatch, CloudTrail, Config, KMS, DynamoDB, SQS, SNS, Direct Connect, ELB, EMR, EventBridge, Fargate, Redshift, OpenSearch.

Services typically available within 12 months of a new Region launch: Athena, Backup, CloudFront, Cognito, Control Tower, DataSync, Directory Service, EFS, GuardDuty, IAM Identity Center, Lake Formation, SageMaker, Security Hub, Shield Advanced, Storage Gateway, Transit Gateway, WAF.

Services with limited or selective regional availability: Bedrock (with all model providers), CloudHSM, Ground Station, Braket, Wavelength, Local Zones, Inferentia/Trainium instances, IVS, Elemental media services, IoT SiteWise, and most Tier 4 services.

Official AWS Regional Availability Resources

Use these authoritative sources for production architecture decisions:

ResourceURLPurpose
AWS Services by Regionaws.amazon.com/about-aws/global-infrastructure/regional-product-services/Official service availability per Region
AWS Capabilities by Regionbuilder.aws/capabilities-by-regionInteractive multi-region comparison, API-level granularity, forward-looking roadmap quarters
AWS Global Infrastructureaws.amazon.com/about-aws/global-infrastructure/regions_az/Region and AZ map, Local Zones, Wavelength Zones
AWS What’s Newaws.amazon.com/new/Authoritative source for service launches and regional expansions

AWS Capabilities by Region (launched November 2025) is the most operationally useful tool for multi-region architecture planning. It provides side-by-side comparison across multiple Regions at the feature and API level — not just service level — and includes directional launch quarters (e.g., “2026 Q2”) for planned expansions. Use it before committing to a Region strategy.


Infographic illustrating AWS service tiers as a four-level mountain landscape. At the base (Tier 1 — The Foundational Bedrock) sit core services: EC2, S3, RDS, and VPC represented as stone blocks. Layer two (Tier 2 — Governance at Scale) shows locked gates and control towers for advanced multi-account management. Layer three (Tier 3 — Deep Domain Expertise) displays specialized domes labeled AI (Bedrock), Security (Security Lake), and Networking, surrounded by protective infrastructure. The summit (Tier 4 — Industry-Specific Niche) features satellite dishes, IoT sensors, media broadcast towers, and plant growth icons representing specialized services.


When to Use Non-Core Services: A Decision Framework

The services beyond the SAA-C03 core exist because the core services do not solve every problem at the required fidelity. The following principles guide selection:

Use Tier 2 services when your environment has one or more of these characteristics:

  • Multi-account at scale — Control Tower, IAM Identity Center, RAM, and Firewall Manager are not optional at enterprise scale. They are the governance layer that prevents security and compliance debt from compounding.
  • Hybrid connectivity beyond a VPN — Transit Gateway replaces VPC peering mesh above 5 VPCs. Cloud WAN applies when routing policy spans multiple Regions with inspection requirements.
  • Cost governance pressure — Compute Optimizer, Cost Explorer, and Savings Plans are architectural inputs, not post-deployment afterthoughts.
  • Active migration initiative — MGN, DMS, and Migration Hub reduce risk during cutover windows. They do not eliminate architectural thinking; they replace manual replication and tracking.

Use Tier 3 Specialty services when your team owns a specific domain:

  • Networking — Traffic Mirroring, Network Access Analyzer, Reachability Analyzer, and Verified Access address the gap between “connectivity exists” and “connectivity is provably secure and auditable.”
  • Security — CloudHSM when you cannot allow AWS to have any access to your cryptographic keys. Security Lake when you need SIEM-grade telemetry in OCSF format across accounts and tools. Audit Manager when compliance evidence collection cannot be manual.
  • AI/ML — Bedrock when you need frontier model access inside your AWS network perimeter with access control and auditability. SageMaker Feature Store and Pipelines when you need reproducible, governed ML workflows — not notebook experiments.

Use Tier 4 services when your industry vertical demands them:

IoT for manufacturing, logistics, and utilities. Media services for broadcast and streaming. Ground Station for satellite data acquisition. Braket for quantum algorithm research. These are not general-purpose alternatives to core services — they are purpose-built for specific workloads where the alternative is building the capability from scratch.


Youtube


Downloadable Excel Catalog

The full catalog is available as a structured Excel workbook with six sheets covering all 230+ services organized by tier and category.

Download: AWS Services Catalog — dantas.io (April 2026) (.xlsx)

Sheets included: README / Summary · Tier-1 Associate (SAA-C03) · Tier-2 Professional (SAP-C02) · Tier-3 Specialty Exams · Tier-4 Additional Services · All Services by Category (flat, sortable).


References

Amazon Web Services. (2026). AWS services by category. Amazon Web Services Documentation. https://docs.aws.amazon.com/whitepapers/latest/aws-overview/amazon-web-services-cloud-platform.html

Amazon Web Services. (2026). AWS certification exam guides. Amazon Web Services Certification. https://docs.aws.amazon.com/aws-certification/latest/examguides/aws-certification-exam-guides.html

Amazon Web Services. (2026). AWS global infrastructure — Regions and Availability Zones. Amazon Web Services. https://aws.amazon.com/about-aws/global-infrastructure/regions_az/

Amazon Web Services. (2026). Regional product services. Amazon Web Services. https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/

Amazon Web Services. (2025, November). Introducing AWS Capabilities by Region for easier Regional planning and faster global deployments. AWS News Blog. https://aws.amazon.com/blogs/aws/introducing-aws-capabilities-by-region-for-easier-regional-planning-and-faster-global-deployments/

Amazon Web Services. (2026). What’s new with AWS. Amazon Web Services. https://aws.amazon.com/new/

Tutorials Dojo. (2025). What’s new in AWS Certified Security Specialty SCS-C03 exam in 2025–2026. https://tutorialsdojo.com/whats-new-in-aws-certified-security-specialty-scs-c03-exam-in-2025-2026/