| Organisation guardrails | Organizations, Control Tower, SCPs | Management Groups, Azure Policy, Landing Zones | Resource Manager, Organization Policy | Account console, workspace bindings, Unity Catalog | Apply governance above individual workloads. |
| Human identity | IAM Identity Center; federated roles | Microsoft Entra ID | Cloud Identity / Google Workspace + IAM | Federated account identities; groups | Authenticate workforce users without personal access keys. |
| Workload identity | IAM role + STS | Managed identity or service principal | Service account; Workload Identity Federation | Service principal; job run identity | Give running code short-lived credentials. |
| Virtual machines | EC2 | Azure Virtual Machines | Compute Engine | Host-cloud classic compute under the hood | Maximum OS control; maximum operations burden. |
| Autoscaled VM fleet | EC2 Auto Scaling | Virtual Machine Scale Sets | Managed Instance Groups | Managed by Databricks compute | Replicated VM instances behind health checks. |
| Functions | Lambda | Azure Functions | Cloud Run functions | Notebook / Python / SQL tasks are not general functions | Short event-driven code with little server management. |
| Serverless containers / web | App Runner; ECS on Fargate | Container Apps; App Service | Cloud Run | Databricks Apps data/AI apps, narrower purpose | Run an HTTP container without managing a VM fleet. |
| Kubernetes | EKS | AKS | GKE | Not a Kubernetes control plane | Portable container orchestration when you need its ecosystem/control. |
| Batch compute | AWS Batch | Azure Batch | Batch | Lakeflow Jobs | Queued, retryable, finite workloads. |
| Object storage | S3 | Blob Storage / ADLS Gen2 | Cloud Storage | Unity Catalog volumes and tables over cloud object storage | Cheap, durable blobs/files addressed by keys. |
| Block storage | EBS | Managed Disks | Persistent Disk / Hyperdisk | Ephemeral/local compute storage only | A virtual disk attached to compute. |
| Shared file storage | EFS; FSx | Azure Files; Azure NetApp Files | Filestore; NetApp Volumes | Volumes expose file paths, but are object-backed | Shared filesystem semantics such as NFS/SMB. |
| Managed relational DB | RDS; Aurora | Azure SQL Database; Azure Database for PostgreSQL | Cloud SQL; AlloyDB; Spanner | Lakebase Postgres | Transactional rows, constraints, indexes, and SQL. |
| Document / key-value DB | DynamoDB; DocumentDB | Cosmos DB | Firestore; Bigtable | Delta tables are analytical, not a drop-in OLTP store | Low-latency application state at high scale. |
| Managed cache | ElastiCache; MemoryDB | Azure Managed Redis | Memorystore | Use host cloud or Lakebase cache patterns | Very low-latency transient data. |
| Queue / pub-sub | SQS; SNS; EventBridge | Service Bus; Event Grid | Pub/Sub; Eventarc | Lakeflow Jobs task dependencies not a general message bus | Decouple producers and consumers; absorb spikes. |
| Event streaming | Kinesis; MSK | Event Hubs | Pub/Sub; Managed Service for Apache Kafka | Structured Streaming; Lakeflow pipelines | Continuously ingest and process ordered event flows. |
| API gateway | API Gateway | API Management | API Gateway; Apigee | Put a cloud/API gateway in front of an app or serving endpoint | Authentication, quotas, routing, versions, and developer access. |
| Data integration / ETL | Glue; EMR; MWAA; Step Functions | Data Factory; Fabric Data Factory | Dataflow; Dataproc; Cloud Composer | Lakeflow Connect, Jobs, and pipelines | Ingest, transform, schedule, and observe data movement. |
| Data warehouse | Redshift; Athena | Fabric Warehouse; Synapse Analytics | BigQuery | Databricks SQL warehouses | Columnar analytical SQL across large datasets. |
| Lakehouse governance | Lake Formation; Glue Data Catalog; DataZone | Microsoft Purview; Fabric / Databricks governance | BigLake; Dataplex Universal Catalog | Unity Catalog | Discover, secure, audit, and trace data/AI assets. |
| AI / ML platform | Bedrock; SageMaker AI | Microsoft Foundry; Azure Machine Learning | Vertex AI | Mosaic AI; MLflow; Model Serving | Build, evaluate, govern, and serve models and agents. |
| Secrets and keys | Secrets Manager; KMS; Parameter Store | Key Vault; App Configuration | Secret Manager; Cloud KMS | Secret scopes; service credentials | Keep credentials and encryption keys out of code/config files. |
| Logs / metrics / traces | CloudWatch; X-Ray | Azure Monitor; Application Insights | Cloud Logging; Monitoring; Trace | System tables; query history; job/pipeline observability | Know what happened, how long it took, and why it failed. |
| Audit trail | CloudTrail | Azure Activity Log | Cloud Audit Logs | Audit logs; system.access.audit | Record control-plane and selected data-plane actions. |
| Infrastructure as code | CloudFormation; CDK; SAM; Terraform | Bicep / ARM; azd; Terraform | Terraform; Infrastructure Manager; Config Connector | Terraform provider; Declarative Automation Bundles | Version, review, reproduce, and delete environments. |
| Cost management | Cost Explorer; Budgets; CUR | Cost Management; budgets; exports | Cloud Billing; budgets; billing export | Account budgets; usage policies; system.billing.usage | Attribute spend and catch anomalies before invoices surprise you. |