☁️ Cloud

AWS and Azure — network engineer’s view. Focus on networking, identity, and hybrid connectivity.

AWS

Foundations

Networking core

Compute & Traffic

Security / Identity

Storage

Observability & Audit

Azure

Networking

  • VNet
  • Subnets / Route Tables / UDR
  • NSG / ASG
  • VNet Peering
  • Azure Firewall
  • VPN Gateway / ExpressRoute
  • Azure DNS / Private DNS

Compute

  • VMs
  • VM Scale Sets
  • Azure Load Balancer / Application Gateway

Security / Identity

  • Entra ID (formerly Azure AD)
  • Managed Identities
  • Key Vault

Storage

  • Blob Storage
  • Managed Disks

AWS ↔ Azure cheat sheet

PurposeAWSAzure
Virtual networkVPCVNet
Stateful firewall (NIC)Security GroupNSG
Stateless firewall (subnet)NACL— (use Azure Firewall / NSG)
L7 load balancerALBApplication Gateway
L4 load balancerNLBAzure Load Balancer
Hub-and-spokeTransit GatewayVNet peering + Azure Firewall, or Virtual WAN
Managed DNSRoute 53Azure DNS
IdentityIAMEntra ID + RBAC
SecretsSecrets ManagerKey Vault
Object storageS3Blob Storage

All Cloud notes

TABLE WITHOUT ID file.link AS "Note", type AS "Type", provider AS "Provider", tags AS "Tags"
FROM "04 - Cloud"
WHERE type != "moc"
SORT provider ASC, file.name ASC