Created
August 27, 2025 07:17
-
-
Save keyan1603/5b8b7c6d5f3b596636af74de736bd083 to your computer and use it in GitHub Desktop.
AWS Azure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Category | AWS Service | Azure Equivalent | Description | |
|---|---|---|---|---|
| Compute | EC2 | Azure Virtual Machines | Scalable virtual servers in the cloud. | |
| Compute | Lambda | Azure Functions | Event-driven, serverless compute that runs code on demand. | |
| Compute | Elastic Beanstalk | Azure App Service | PaaS for deploying and scaling web apps quickly. | |
| Compute | ECS | Azure Container Apps | Container orchestration platform for microservices. | |
| Compute | EKS | Azure Kubernetes Service (AKS) | Managed Kubernetes container orchestration. | |
| Compute | Fargate | Azure Container Instances | Serverless compute engine for containers. | |
| Compute | Lightsail | Azure App Service Plans | Simplified VM + app hosting for small projects. | |
| Storage | S3 | Azure Blob Storage | Object storage for unstructured data, highly scalable. | |
| Storage | EBS | Azure Managed Disks | Persistent block storage for VMs. | |
| Storage | EFS | Azure Files | Shared file storage (NFS/SMB). | |
| Storage | Glacier | Azure Blob Archive Tier | Low-cost cold storage for archival data. | |
| Storage | Storage Gateway | Azure File Sync / Data Box Gateway | Hybrid storage bridging on-prem and cloud. | |
| Databases | RDS | Azure SQL Database / PostgreSQL / MySQL | Managed relational databases. | |
| Databases | DynamoDB | Azure Cosmos DB | NoSQL key-value/document database. | |
| Databases | Aurora | Azure SQL Database Hyperscale | High-performance, cloud-optimized relational DB. | |
| Databases | Redshift | Azure Synapse Analytics | Data warehouse for big data and analytics. | |
| Databases | Neptune | Azure Cosmos DB (Gremlin API) | Graph database for relationships. | |
| Databases | DocumentDB | Azure Cosmos DB (MongoDB API) | Document database (MongoDB-compatible). | |
| Networking | VPC | Azure Virtual Network (VNet) | Isolated virtual networks in the cloud. | |
| Networking | ELB | Azure Load Balancer / Application Gateway | Distributes traffic across multiple servers. | |
| Networking | CloudFront | Azure Front Door / Azure CDN | Global content delivery network. | |
| Networking | Route 53 | Azure DNS / Traffic Manager | Domain Name System hosting and resolution. | |
| Networking | Direct Connect | Azure ExpressRoute | Private dedicated connectivity to cloud. | |
| Networking | Transit Gateway | Azure Virtual WAN | Hub to connect multiple networks and VNets. | |
| Security & Identity | IAM | Azure RBAC + Entra ID (Azure AD) | User/role-based identity and access control. | |
| Security & Identity | KMS | Azure Key Vault | Managed encryption keys and secrets storage. | |
| Security & Identity | Cognito | Azure AD B2C | Identity service for app sign-up/sign-in. | |
| Security & Identity | GuardDuty | Microsoft Defender for Cloud | Threat detection and security monitoring. | |
| Security & Identity | WAF | Azure WAF | Protects apps from common web exploits. | |
| Analytics & Big Data | EMR | Azure HDInsight / Azure Databricks | Managed Hadoop/Spark for big data. | |
| Analytics & Big Data | Kinesis | Azure Event Hubs / Stream Analytics | Real-time streaming data ingestion/processing. | |
| Analytics & Big Data | Glue | Azure Data Factory | ETL (extract, transform, load) data pipelines. | |
| Analytics & Big Data | QuickSight | Power BI | Business intelligence dashboards and reports. | |
| Analytics & Big Data | Athena | Synapse Serverless SQL Pools | Serverless query service over data lakes. | |
| Machine Learning & AI | SageMaker | Azure Machine Learning | End-to-end ML model building, training, deployment. | |
| Machine Learning & AI | Rekognition | Azure AI Vision | Image/video recognition and analysis. | |
| Machine Learning & AI | Polly | Azure AI Speech (Text-to-Speech) | Text-to-speech conversion. | |
| Machine Learning & AI | Lex | Azure Bot Service + LUIS | Natural language chatbot building. | |
| Machine Learning & AI | Comprehend | Azure AI Language | Natural language processing (sentiment, entities). | |
| DevOps / Developer Tools | CodeCommit | Azure Repos | Cloud-based Git repositories. | |
| DevOps / Developer Tools | CodeBuild | Azure Pipelines | CI/CD build and test automation. | |
| DevOps / Developer Tools | CodeDeploy | Azure Pipelines / Deployment Slots | Automated code deployment to environments. | |
| DevOps / Developer Tools | Cloud9 | GitHub Codespaces | Cloud IDE for coding in browser. | |
| DevOps / Developer Tools | X-Ray | Azure Application Insights | Application tracing and performance monitoring. | |
| IoT | IoT Core | Azure IoT Hub | Device-to-cloud messaging and management. | |
| IoT | Greengrass | Azure IoT Edge | Extends IoT processing to local edge devices. | |
| IoT | IoT Analytics | Azure Stream Analytics | Analyze IoT data streams in near real-time. | |
| Monitoring & Management | CloudWatch | Azure Monitor | Metrics, logs, and alerts for applications/resources. | |
| Monitoring & Management | CloudTrail | Azure Activity Log | Auditing of API calls and account activity. | |
| Monitoring & Management | Config | Azure Policy | Resource configuration compliance tracking. | |
| Monitoring & Management | Systems Manager | Azure Automation | Infrastructure automation and patch management. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment