|
| 1 | +A table of cloud services commonly used in data engineering and their equivalents in other clouds. Inspired by [ByteByteGo's Cloud Comparison Cheat Sheet](https://blog.bytebytego.com/i/135537446/a-nice-cheat-sheet-of-different-cloud-services-edition). |
| 2 | + |
| 3 | +| ![[aws-logo.jpg\|100]] </br> **[[Amazon Web Services\|Amazon Web Services (AWS)]]** | ![[azure-logo.jpg\|180]] </br> **[[Microsoft Azure]]** | ![[gcp-logo.jpg\|100]] </br> **[[Google Cloud Platform\|Google Cloud Platform (GCP)]]** | |
| 4 | +| :--: | :--: | :--: | |
| 5 | +|| |
| 6 | +|---| **COMPUTE** |---| |
| 7 | +| [[Amazon EC2]] | [Azure Virtual Machines](https://azure.microsoft.com/en-us/products/virtual-machines/) | [Compute Engine](https://cloud.google.com/products/compute) | |
| 8 | +| [[Amazon ECS]] | [Container Instances](https://azure.microsoft.com/en-us/products/container-instances/) | [Cloud Run](https://cloud.google.com/run) | |
| 9 | +| [Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/) | [Azure Kubernetes Service (AKS)](https://azure.microsoft.com/en-us/products/kubernetes-service/) | [Google Kubernetes Engine (GKE)](https://cloud.google.com/kubernetes-engine) | |
| 10 | +| [[AWS Lambda]] | [Azure Functions](https://azure.microsoft.com/en-us/products/functions/) | [Cloud Run Functions](https://cloud.google.com/functions) | |
| 11 | +|| |
| 12 | +|---| **STORAGE** |---| |
| 13 | +| [[Amazon S3]] | [Azure Blob Storage](https://azure.microsoft.com/en-us/products/storage/blobs/) | [Cloud Storage](https://cloud.google.com/storage/) | |
| 14 | +| [Amazon EBS](https://aws.amazon.com/ebs/) | [Azure Disk Storage](https://azure.microsoft.com/en-us/products/storage/disks/) | [Persistent Disk](https://cloud.google.com/persistent-disk/) | |
| 15 | +| [Amazon EFS](https://aws.amazon.com/efs/) | [Azure Files](https://azure.microsoft.com/en-us/products/storage/files/) | [Filestore](https://cloud.google.com/filestore/) | |
| 16 | +|| |
| 17 | +|---| **DATABASES** |---| |
| 18 | +| [[Amazon RDS]] | [Azure SQL Databse](https://azure.microsoft.com/en-us/products/azure-sql/database/) | [Cloud SQL](https://cloud.google.com/sql/) | |
| 19 | +| [[Amazon Aurora]] | [Azure Cosmos DB](https://azure.microsoft.com/en-us/products/cosmos-db/) | [Cloud Spanner](https://cloud.google.com/spanner/) | |
| 20 | +| [[Amazon Redshift]] | [[Azure Synapse Analytics]] | [[Google BigQuery]] | |
| 21 | +|| |
| 22 | +|---| **DATA PROCESSING** |---| |
| 23 | +| [Amazon Kinesis](https://aws.amazon.com/kinesis/) | [Azure Stream Analytics](https://azure.microsoft.com/en-us/products/stream-analytics/) | [Dataflow](https://cloud.google.com/products/dataflow) | |
| 24 | +| [AWS Glue](https://aws.amazon.com/glue/) | [[Azure Data Factory]] | [Cloud Data Fusion](https://cloud.google.com/data-fusion) | |
| 25 | +| [Amazon EMR](https://aws.amazon.com/emr/) | [Azure HDInsight](https://azure.microsoft.com/en-us/products/hdinsight/) | [Dataproc](https://cloud.google.com/dataproc/) | |
| 26 | +|| |
| 27 | +|---| **EVENTS & MESSAGING** |---| |
| 28 | +| [Amazon SNS](https://aws.amazon.com/sns/) | [Service Bus](https://azure.microsoft.com/en-us/products/service-bus/) | - | |
| 29 | +| [Amazon SQS](https://aws.amazon.com/sqs/) | [Queue Storage](https://azure.microsoft.com/en-us/products/storage/queues/) | [Pub/Sub](https://cloud.google.com/pubsub) | |
| 30 | +| [Amazon EventBridge](https://aws.amazon.com/eventbridge/) | [Event Grid](https://azure.microsoft.com/en-us/products/event-grid/) | [Eventarc](https://cloud.google.com/eventarc/) | |
| 31 | +|| |
| 32 | +|---| **MANAGEMENT & GOVERNANCE** |---| |
| 33 | +| [Amazon CloudWatch](https://aws.amazon.com/cloudwatch/) | [Azure Monitor](https://azure.microsoft.com/en-us/products/monitor/) | [Operations Suite](https://cloud.google.com/products/operations/) | |
| 34 | +| [AWS CloudFormation](https://aws.amazon.com/cloudformation/) | [Azure Resource Manager](https://azure.microsoft.com/en-us/get-started/azure-portal/resource-manager/) | [Deployment Manager](https://cloud.google.com/deployment-manager/) | |
| 35 | +|| |
| 36 | +|---| **NETWORKING & SECURITY** |---| |
| 37 | +| [Amazon VPC](https://aws.amazon.com/vpc/) | [Virtual Network](https://azure.microsoft.com/en-us/products/virtual-network/) | [Virtual Private Cloud (VPC)](https://cloud.google.com/vpc) | |
| 38 | +| [AWS Identity and Access Management (IAM)](https://aws.amazon.com/iam/) | [Microsoft Entra ID](https://www.microsoft.com/en-us/security/business/identity-access/microsoft-entra-id) | [IAM](https://cloud.google.com/security/products/iam) | |
| 39 | +| [AWS Key Management Service (KMS)](https://aws.amazon.com/kms/) | [Key Vault](https://azure.microsoft.com/en-us/products/key-vault/) | [Cloud Key Management](https://cloud.google.com/security/products/security-key-management) | |
| 40 | +| [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/) | [Key Vault](https://azure.microsoft.com/en-us/products/key-vault/) | [Secret Manager](https://cloud.google.com/security/products/secret-manager) | |
0 commit comments