Skip to main content

Reference and External Source Map

This module has no local book chunks for cloud-platform fundamentals. The semester book library now supports later modules with CI/CD, security, and engineering-practice texts, but this module still escalates to official provider documentation for every primary concept.

This is intentional. For a tool-heavy, API-heavy, configuration-heavy subject, official docs are the authoritative source and change more often than any textbook can track.

Source Roles

SourceRoleWhy it is here
AWS official docsPrimaryAWS is the most widely used cloud platform and the clearest vocabulary to anchor on; every concept page's default "see also" points here
GCP official docsCross-provider referenceUse when a concept has a sharper version (Cloud Run) or when the vocabulary differs
Azure LearnCross-provider referenceUse for Well-Architected-style framing and for regions/AZs cross-check
AWS Well-Architected frameworkSelective supportFor shared-responsibility and reliability framing
Twelve-Factor AppSelective supportApplication patterns that make higher rungs of the ladder viable

External Reference Map by Cluster

Cluster 1: What a Cloud Platform Is

Cluster 2: Compute

Cluster 3: Networking

Cluster 4: Storage and Databases

Cluster 5: Identity and Accounts

Concept-to-Source Map

ConceptBest external URLWhy
01 Shared-responsibility modelAWS Shared Responsibility ModelCanonical diagram and narrative
02 Regions, AZs, failure domainsAWS EC2: Regions and ZonesAuthoritative semantics including AZ IDs
03 IaaS/PaaS/serverless ladderTwelve-Factor AppApplication patterns behind the ladder
04 VMs + ASGsEC2 Auto Scaling groupsCanonical ASG model
05 Managed containersAWS Fargate for Amazon ECSTask sizing and scheduling model
06 Serverless functionsLambda function scalingConcurrency, cold-start mitigation
07 VPCs, subnets, route tables, NATAmazon VPC: How it worksCanonical VPC model
08 Load balancers L4 vs L7AWS: What is an Application Load Balancer?Listener/rule model, health checks
09 DNS and private endpointsRoute 53 private hosted zonesPrivate DNS scope and resolution
10 Object/block/file storageAWS storage decision guideDecision tree
11 Managed databasesAmazon Aurora overviewRelational managed-DB architecture
12 Data egress and region boundariesOverview of Data Transfer CostsReal per-path pricing examples
13 IAM policies, roles vs usersIAM JSON policy element referencePolicy grammar with examples
14 Organizations and landing zonesControl Tower: Multi-account landing zoneReference landing-zone architecture
15 Billing, tagging, budgetsTagging Best Practices: Cost allocation tagsAuthoritative cost-tagging guidance

Note: No Local Book Chunks

When cloud-specific book material (for example, sections of The Cloud Adoption Playbook, AWS Cookbook, or similar) is added to library/raw/semester-09-cloud-devops/books/, update this page to include a "Read only if stuck" block pointing to those chunks. Until then, every escalation is an official-documentation URL, which matches the reading policy: "prefer official docs over third-party summaries for tools, APIs, cloud services, and infrastructure."