@@ -98,27 +98,30 @@ them will be more than 2-3x off, which shouldn't be a problem for most users.
98
98
99
99
Approximate numbers that should be consistent between Cloud providers.
100
100
101
- | What | Amount | \$ / Month | 1y commit \$ /month | Spot \$ /month | Hourly Spot \$ |
102
- | ----------------- | ------ | --------- | ------------------ | ------------- | ------------- |
103
- | CPU | 1 | \$ 15 | \$ 10 | \$ 2 | \$ 0.005 |
104
- | GPU | 1 | \$ 5000 | \$ 3000 | \$ 1500 | \$ 2 |
105
- | Memory | 1 GB | \$ 2 | \$ 1 | \$ 0.2 | \$ 0.0005 |
106
- | Storage | | | | | |
107
- | ├ Blob (S3, GCS) | 1 GB | \$ 0.02 | | | |
108
- | ├ HDD | 1 GB | \$ 0.05 | | | |
109
- | ├ SSD | 1 GB | \$ 0.1 | \$ 0.05 | \$ 0.05 | \$ 0.05 |
110
- | ├ Warehouse Storage | 1 GB | \$ 0.02 | | | |
111
- | Networking | | | | | |
112
- | ├ Same Zone † | 1 GB | \$ 0 | | | |
113
- | ├ Cross-Zone | 1 GB | \$ 0.01 | | | |
114
- | ├ Cross-Zone Blob | 1 GB | \$ 0 | | | |
115
- | ├ Region Ingress | 1 GB | \$ 0 | | | |
116
- | ├ Region Egress | 1 GB | \$ 0.1 | | | |
117
- | ├ Internet Ingress | 1 GB | \$ 0 | | | |
118
- | ├ Internet Egress | 1 GB | \$ 0.1 | | | |
119
- | CDN Egress | 1 GB | \$ 0.05 | | | |
120
- | CDN Fill ‡ | 1 GB | \$ 0.01 | | | |
121
- | Warehouse Query | 1 GB | \$ 0.005 | | | |
101
+ | What | Amount | \$ / Month | 1y commit \$ /month | Spot \$ /month | Hourly Spot \$ |
102
+ | --------------------| ------ | --------- | ------------------ | ------------- | ------------- |
103
+ | CPU | 1 | \$ 15 | \$ 10 | \$ 2 | \$ 0.005 |
104
+ | GPU | 1 | \$ 5000 | \$ 3000 | \$ 1500 | \$ 2 |
105
+ | Memory | 1 GB | \$ 2 | \$ 1 | \$ 0.2 | \$ 0.0005 |
106
+ | Storage | | | | | |
107
+ | ├ Blob (S3, GCS) | 1 GB | \$ 0.02 | | | |
108
+ | ├ Zonal HDD | 1 GB | \$ 0.05 | | | |
109
+ | ├ Ephemeral SSD | 1 GB | \$ 0.1 | \$ 0.05 | \$ 0.05 | \$ 0.05 |
110
+ | ├ Regional HDD | 1 GB | \$ 0.08 | | | |
111
+ | ├ Warehouse Storage | 1 GB | \$ 0.02 | | | |
112
+ | ├ Zonal SSD | 1 GB | \$ 0.2 | | | |
113
+ | ├ Regional SSD | 1 GB | \$ 0.35 | | | |
114
+ | Networking | | | | | |
115
+ | ├ Same Zone † | 1 GB | \$ 0 | | | |
116
+ | ├ Cross-Zone | 1 GB | \$ 0.01 | | | |
117
+ | ├ Cross-Zone Blob | 1 GB | \$ 0 | | | |
118
+ | ├ Region Ingress | 1 GB | \$ 0 | | | |
119
+ | ├ Region Egress | 1 GB | \$ 0.1 | | | |
120
+ | ├ Internet Ingress | 1 GB | \$ 0 | | | |
121
+ | ├ Internet Egress | 1 GB | \$ 0.1 | | | |
122
+ | CDN Egress | 1 GB | \$ 0.05 | | | |
123
+ | CDN Fill ‡ | 1 GB | \$ 0.01 | | | |
124
+ | Warehouse Query | 1 GB | \$ 0.005 | | | |
122
125
123
126
† This refers to network leaving your cloud provider, e.g. sending data to S3
124
127
from GCP or egress network for sending HTML from AWS to a client.
0 commit comments