File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ Approximate numbers that should be consistent between Cloud providers.
129
129
| Warehouse Query | 1 GB | \$ 0.005 | | | |
130
130
| Logs/Traces ♣ | 1 GB | \$ 0.5 | | | |
131
131
| Metrics | 1000 | \$ 20 | | | |
132
+ | EKM Keys | 1 | \$ 1 | | | |
132
133
133
134
† This refers to network leaving your cloud provider, e.g. sending data to S3
134
135
from GCP or egress network for sending HTML from AWS to a client.
@@ -144,10 +145,11 @@ retention.
144
145
Furthermore, for blob storage (S3/GCS/R2/...), you're charged per read/write
145
146
operation (fewer, large files is cheaper):
146
147
147
- | | 1M | 1000 |
148
- | ------ | ---- | ------- |
149
- | Reads | \$ 0.4 | \$ 0.0004 |
150
- | Writes | \$ 5 | \$ 0.005 |
148
+ | | 1M | 1000 |
149
+ | ----------------| ---------| ----------|
150
+ | Reads | \$ 0.4 | \$ 0.0004 |
151
+ | Writes | \$ 5 | \$ 0.005 |
152
+ | EKM Encryption | \$ 3 | \$ 0.003 |
151
153
152
154
## Compression Ratios
153
155
You can’t perform that action at this time.
0 commit comments