| Compute Engine |
Google Compute Engine(GCE) |
仮想サーバー(VM)を提供するIaaSサービス。AWSのEC2に相当 |
| Cloud Storage |
Google Cloud Storage(GCS) |
オブジェクトストレージ。AWSのS3に相当 |
| Persistent Disk |
Google Persistent Disk(PD) |
Compute Engineにアタッチするブロックストレージ。AWSのEBSに相当 |
| Cloud SQL |
Google Cloud SQL |
マネージド型RDB(MySQL・PostgreSQL・SQL Server対応)。AWSのRDSに相当 |
| Cloud Spanner |
Google Cloud Spanner |
グローバルスケールに対応したフルマネージドRDB。強整合性を保ちながら水平スケールできる点が唯一無二 |
| Firestore |
Google Cloud Firestore |
NoSQLドキュメントDB。Firebase Firestoreと統合済みでモバイル・Webアプリとの相性が良い。AWSのDynamoDBに相当 |
| Bigtable |
Google Cloud Bigtable |
大規模データ向けNoSQL列指向DB。IoT・時系列データ・分析用途向き。AWSのDynamoDB大規模版に近い |
| BigQuery |
Google BigQuery |
サーバーレスなデータウェアハウス。超大規模データをSQLで高速分析できる。AWSのRedshiftに相当 |
| VPC |
Virtual Private Cloud(VPC Network) |
GCP上の仮想ネットワーク。AWSのVPCに相当。GCPはデフォルトでグローバルVPC(リージョンをまたいで1つのVPCを使える) |
| Cloud VPN |
Google Cloud VPN |
オンプレミスとGCPをインターネット経由のVPN(暗号化トンネル)で接続する。AWSのSite-to-Site VPNに相当 |
| Cloud Interconnect |
Google Cloud Interconnect |
オンプレミスとGCPを専用物理回線で接続するサービス。AWSのDirect Connectに相当 |
| Cloud IAM |
Google Cloud Identity and Access Management |
権限・ロール管理サービス。AWSのIAMに相当 |
| Cloud Functions |
Google Cloud Functions(GCF) |
サーバーレスな関数実行サービス(FaaS)。AWSのLambdaに相当 |
| Cloud Run |
Google Cloud Run |
コンテナをサーバーレスで実行するPaaSサービス。Lambdaより柔軟でDockerコンテナをそのまま動かせる |
| GKE |
Google Kubernetes Engine |
マネージドKubernetesサービス。KubernetesはGoogle発祥のため成熟度が高い。AWSのEKSに相当 |
| App Engine |
Google App Engine(GAE) |
アプリをデプロイするだけで動くPaaSサービス。AWSのElastic Beanstalkに相当 |
| Cloud Load Balancing |
Google Cloud Load Balancing |
グローバル対応のロードバランサー。AWSのELBに相当 |
| Cloud CDN |
Google Cloud CDN |
CDNサービス。AWSのCloudFrontに相当 |
| Cloud DNS |
Google Cloud DNS |
DNSサービス。AWSのRoute 53に相当 |
| Pub/Sub |
Google Cloud Pub/Sub |
メッセージングサービス。プッシュ・プル両方に対応し、AWSのSNS(ファンアウト)+SQS(キューイング)に相当する機能を1サービスで提供 |
| Cloud Monitoring |
Google Cloud Monitoring |
監視・メトリクスサービス。AWSのCloudWatchに相当(旧Stackdriver) |
| Cloud Logging |
Google Cloud Logging |
ログ収集・管理サービス。AWSのCloudWatch Logsに相当(旧Stackdriver Logging) |
| Infrastructure Manager |
Google Cloud Infrastructure Manager |
TerraformベースのIaCサービス。AWSのCloudFormationに相当。旧Deployment Manager(2026年3月末サポート終了)の後継 |
| Cloud Build |
Google Cloud Build |
CI/CDパイプラインサービス。コードのビルド・テスト・デプロイを自動化する。AWSのCodeBuildに相当 |
| Cloud Armor |
Google Cloud Armor |
DDoS攻撃・WAF保護サービス。AWSのShield+WAFに相当 |
| Artifact Registry |
Google Artifact Registry |
コンテナイメージやパッケージを管理するリポジトリサービス。Container Registryの後継。AWSのECRに相当 |
| Firebase |
Firebase(Google Firebase) |
モバイル・Webアプリ向けのBaaS。認証・RealTimeDB・Firestore・Hostingなどを提供 |