cloud-cost-mcp 1.2.6 → 1.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"provider": "aws",
|
|
4
|
-
"lastUpdated": "2026-01-
|
|
4
|
+
"lastUpdated": "2026-01-20T00:00:00Z",
|
|
5
5
|
"source": "instances.vantage.sh + manual curation",
|
|
6
|
-
"version": "1.2.
|
|
6
|
+
"version": "1.2.7",
|
|
7
7
|
"totalProducts": 2322,
|
|
8
8
|
"currency": "USD",
|
|
9
9
|
"notes": "Comprehensive AWS pricing: EC2, RDS, ElastiCache, Redshift, OpenSearch"
|
|
@@ -26724,5 +26724,248 @@
|
|
|
26724
26724
|
"monthlyPrice": 12827.56,
|
|
26725
26725
|
"notes": "Storage optimized"
|
|
26726
26726
|
}
|
|
26727
|
+
],
|
|
26728
|
+
"serverless": [
|
|
26729
|
+
{
|
|
26730
|
+
"name": "Lambda",
|
|
26731
|
+
"type": "serverless",
|
|
26732
|
+
"pricePerRequest": 2e-07,
|
|
26733
|
+
"pricePerGBSecond": 1.66667e-05,
|
|
26734
|
+
"freeRequests": 1000000,
|
|
26735
|
+
"freeGBSeconds": 400000,
|
|
26736
|
+
"notes": "First 1M requests and 400K GB-seconds free/month"
|
|
26737
|
+
},
|
|
26738
|
+
{
|
|
26739
|
+
"name": "Lambda@Edge",
|
|
26740
|
+
"type": "serverless",
|
|
26741
|
+
"pricePerRequest": 6e-07,
|
|
26742
|
+
"pricePerGBSecond": 5.001e-05,
|
|
26743
|
+
"notes": "Run at CloudFront edge locations"
|
|
26744
|
+
}
|
|
26745
|
+
],
|
|
26746
|
+
"loadBalancers": [
|
|
26747
|
+
{
|
|
26748
|
+
"name": "Application Load Balancer",
|
|
26749
|
+
"type": "load-balancer",
|
|
26750
|
+
"hourlyPrice": 0.0225,
|
|
26751
|
+
"monthlyPrice": 16.43,
|
|
26752
|
+
"lcuPrice": 0.008,
|
|
26753
|
+
"notes": "$0.008 per LCU-hour"
|
|
26754
|
+
},
|
|
26755
|
+
{
|
|
26756
|
+
"name": "Network Load Balancer",
|
|
26757
|
+
"type": "load-balancer",
|
|
26758
|
+
"hourlyPrice": 0.0225,
|
|
26759
|
+
"monthlyPrice": 16.43,
|
|
26760
|
+
"lcuPrice": 0.006,
|
|
26761
|
+
"notes": "$0.006 per NLCU-hour"
|
|
26762
|
+
},
|
|
26763
|
+
{
|
|
26764
|
+
"name": "Gateway Load Balancer",
|
|
26765
|
+
"type": "load-balancer",
|
|
26766
|
+
"hourlyPrice": 0.0125,
|
|
26767
|
+
"monthlyPrice": 9.13,
|
|
26768
|
+
"lcuPrice": 0.004,
|
|
26769
|
+
"notes": "$0.004 per GLCU-hour"
|
|
26770
|
+
},
|
|
26771
|
+
{
|
|
26772
|
+
"name": "Classic Load Balancer",
|
|
26773
|
+
"type": "load-balancer",
|
|
26774
|
+
"hourlyPrice": 0.025,
|
|
26775
|
+
"monthlyPrice": 18.25,
|
|
26776
|
+
"notes": "Legacy, + $0.008/GB data"
|
|
26777
|
+
}
|
|
26778
|
+
],
|
|
26779
|
+
"natGateway": [
|
|
26780
|
+
{
|
|
26781
|
+
"name": "NAT Gateway",
|
|
26782
|
+
"type": "nat-gateway",
|
|
26783
|
+
"hourlyPrice": 0.045,
|
|
26784
|
+
"monthlyPrice": 32.85,
|
|
26785
|
+
"dataProcessingPerGB": 0.045,
|
|
26786
|
+
"notes": "$0.045/hr + $0.045/GB processed"
|
|
26787
|
+
}
|
|
26788
|
+
],
|
|
26789
|
+
"cdn": [
|
|
26790
|
+
{
|
|
26791
|
+
"name": "CloudFront",
|
|
26792
|
+
"type": "cdn",
|
|
26793
|
+
"pricePerGB": 0.085,
|
|
26794
|
+
"pricePerRequest": 1e-07,
|
|
26795
|
+
"freeGB": 1024,
|
|
26796
|
+
"notes": "First 1TB free, then $0.085/GB (US/EU)"
|
|
26797
|
+
}
|
|
26798
|
+
],
|
|
26799
|
+
"apiGateway": [
|
|
26800
|
+
{
|
|
26801
|
+
"name": "API Gateway REST",
|
|
26802
|
+
"type": "api-gateway",
|
|
26803
|
+
"pricePerMillion": 3.5,
|
|
26804
|
+
"freeRequests": 1000000,
|
|
26805
|
+
"notes": "First 1M requests free, then $3.50/million"
|
|
26806
|
+
},
|
|
26807
|
+
{
|
|
26808
|
+
"name": "API Gateway HTTP",
|
|
26809
|
+
"type": "api-gateway",
|
|
26810
|
+
"pricePerMillion": 1.0,
|
|
26811
|
+
"notes": "Lower cost for simple HTTP APIs"
|
|
26812
|
+
},
|
|
26813
|
+
{
|
|
26814
|
+
"name": "API Gateway WebSocket",
|
|
26815
|
+
"type": "api-gateway",
|
|
26816
|
+
"pricePerMillion": 1.0,
|
|
26817
|
+
"connectionMinutePrice": 2.5e-07,
|
|
26818
|
+
"notes": "$1/million messages + connection minutes"
|
|
26819
|
+
}
|
|
26820
|
+
],
|
|
26821
|
+
"containers": [
|
|
26822
|
+
{
|
|
26823
|
+
"name": "Fargate vCPU",
|
|
26824
|
+
"type": "container-serverless",
|
|
26825
|
+
"pricePerHour": 0.04048,
|
|
26826
|
+
"unit": "per vCPU-hour",
|
|
26827
|
+
"notes": "Serverless containers"
|
|
26828
|
+
},
|
|
26829
|
+
{
|
|
26830
|
+
"name": "Fargate Memory",
|
|
26831
|
+
"type": "container-serverless",
|
|
26832
|
+
"pricePerHour": 0.004445,
|
|
26833
|
+
"unit": "per GB-hour",
|
|
26834
|
+
"notes": "Serverless containers"
|
|
26835
|
+
},
|
|
26836
|
+
{
|
|
26837
|
+
"name": "Fargate Spot vCPU",
|
|
26838
|
+
"type": "container-serverless",
|
|
26839
|
+
"pricePerHour": 0.012144,
|
|
26840
|
+
"unit": "per vCPU-hour",
|
|
26841
|
+
"notes": "Up to 70% savings"
|
|
26842
|
+
},
|
|
26843
|
+
{
|
|
26844
|
+
"name": "Fargate Spot Memory",
|
|
26845
|
+
"type": "container-serverless",
|
|
26846
|
+
"pricePerHour": 0.0013335,
|
|
26847
|
+
"unit": "per GB-hour",
|
|
26848
|
+
"notes": "Up to 70% savings"
|
|
26849
|
+
}
|
|
26850
|
+
],
|
|
26851
|
+
"messaging": [
|
|
26852
|
+
{
|
|
26853
|
+
"name": "SQS Standard",
|
|
26854
|
+
"type": "message-queue",
|
|
26855
|
+
"pricePerMillion": 0.4,
|
|
26856
|
+
"freeRequests": 1000000,
|
|
26857
|
+
"notes": "First 1M requests free"
|
|
26858
|
+
},
|
|
26859
|
+
{
|
|
26860
|
+
"name": "SQS FIFO",
|
|
26861
|
+
"type": "message-queue",
|
|
26862
|
+
"pricePerMillion": 0.5,
|
|
26863
|
+
"notes": "Exactly-once processing"
|
|
26864
|
+
},
|
|
26865
|
+
{
|
|
26866
|
+
"name": "SNS",
|
|
26867
|
+
"type": "pub-sub",
|
|
26868
|
+
"pricePerMillion": 0.5,
|
|
26869
|
+
"freePublishes": 1000000,
|
|
26870
|
+
"notes": "First 1M publishes free"
|
|
26871
|
+
},
|
|
26872
|
+
{
|
|
26873
|
+
"name": "SNS SMS",
|
|
26874
|
+
"type": "notification",
|
|
26875
|
+
"pricePerMessage": 0.00645,
|
|
26876
|
+
"notes": "US pricing, varies by country"
|
|
26877
|
+
},
|
|
26878
|
+
{
|
|
26879
|
+
"name": "EventBridge",
|
|
26880
|
+
"type": "event-bus",
|
|
26881
|
+
"pricePerMillion": 1.0,
|
|
26882
|
+
"notes": "Serverless event bus"
|
|
26883
|
+
}
|
|
26884
|
+
],
|
|
26885
|
+
"secrets": [
|
|
26886
|
+
{
|
|
26887
|
+
"name": "Secrets Manager",
|
|
26888
|
+
"type": "secrets",
|
|
26889
|
+
"pricePerSecret": 0.4,
|
|
26890
|
+
"pricePerAPICall": 0.05,
|
|
26891
|
+
"unit": "per 10K API calls",
|
|
26892
|
+
"notes": "$0.40/secret/month + $0.05/10K calls"
|
|
26893
|
+
},
|
|
26894
|
+
{
|
|
26895
|
+
"name": "KMS",
|
|
26896
|
+
"type": "kms",
|
|
26897
|
+
"pricePerKey": 1.0,
|
|
26898
|
+
"pricePerRequest": 0.03,
|
|
26899
|
+
"unit": "per 10K requests",
|
|
26900
|
+
"freeRequests": 20000,
|
|
26901
|
+
"notes": "$1/key/month, 20K free requests"
|
|
26902
|
+
},
|
|
26903
|
+
{
|
|
26904
|
+
"name": "Parameter Store Standard",
|
|
26905
|
+
"type": "config",
|
|
26906
|
+
"pricePerParameter": 0.0,
|
|
26907
|
+
"notes": "Free for standard parameters"
|
|
26908
|
+
},
|
|
26909
|
+
{
|
|
26910
|
+
"name": "Parameter Store Advanced",
|
|
26911
|
+
"type": "config",
|
|
26912
|
+
"pricePerParameter": 0.05,
|
|
26913
|
+
"notes": "$0.05/parameter/month"
|
|
26914
|
+
}
|
|
26915
|
+
],
|
|
26916
|
+
"dns": [
|
|
26917
|
+
{
|
|
26918
|
+
"name": "Route 53 Hosted Zone",
|
|
26919
|
+
"type": "dns",
|
|
26920
|
+
"pricePerZone": 0.5,
|
|
26921
|
+
"notes": "$0.50/hosted zone/month"
|
|
26922
|
+
},
|
|
26923
|
+
{
|
|
26924
|
+
"name": "Route 53 Queries",
|
|
26925
|
+
"type": "dns",
|
|
26926
|
+
"pricePerMillion": 0.4,
|
|
26927
|
+
"notes": "Standard queries, first 1B"
|
|
26928
|
+
},
|
|
26929
|
+
{
|
|
26930
|
+
"name": "Route 53 Health Checks",
|
|
26931
|
+
"type": "dns",
|
|
26932
|
+
"pricePerCheck": 0.5,
|
|
26933
|
+
"notes": "$0.50/health check/month (basic)"
|
|
26934
|
+
}
|
|
26935
|
+
],
|
|
26936
|
+
"monitoring": [
|
|
26937
|
+
{
|
|
26938
|
+
"name": "CloudWatch Metrics",
|
|
26939
|
+
"type": "monitoring",
|
|
26940
|
+
"pricePerMetric": 0.3,
|
|
26941
|
+
"freeMetrics": 10,
|
|
26942
|
+
"notes": "First 10 custom metrics free"
|
|
26943
|
+
},
|
|
26944
|
+
{
|
|
26945
|
+
"name": "CloudWatch Logs Ingestion",
|
|
26946
|
+
"type": "logging",
|
|
26947
|
+
"pricePerGB": 0.5,
|
|
26948
|
+
"notes": "$0.50/GB ingested"
|
|
26949
|
+
},
|
|
26950
|
+
{
|
|
26951
|
+
"name": "CloudWatch Logs Storage",
|
|
26952
|
+
"type": "logging",
|
|
26953
|
+
"pricePerGB": 0.03,
|
|
26954
|
+
"notes": "$0.03/GB/month stored"
|
|
26955
|
+
},
|
|
26956
|
+
{
|
|
26957
|
+
"name": "CloudWatch Alarms",
|
|
26958
|
+
"type": "monitoring",
|
|
26959
|
+
"pricePerAlarm": 0.1,
|
|
26960
|
+
"freeAlarms": 10,
|
|
26961
|
+
"notes": "First 10 alarms free"
|
|
26962
|
+
},
|
|
26963
|
+
{
|
|
26964
|
+
"name": "X-Ray Traces",
|
|
26965
|
+
"type": "tracing",
|
|
26966
|
+
"pricePerMillion": 5.0,
|
|
26967
|
+
"freeTraces": 100000,
|
|
26968
|
+
"notes": "First 100K traces free"
|
|
26969
|
+
}
|
|
26727
26970
|
]
|
|
26728
26971
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"provider": "azure",
|
|
4
|
-
"lastUpdated": "2026-01-
|
|
4
|
+
"lastUpdated": "2026-01-20T00:00:00Z",
|
|
5
5
|
"source": "instances.vantage.sh + manual curation",
|
|
6
|
-
"version": "1.2.
|
|
6
|
+
"version": "1.2.7",
|
|
7
7
|
"totalProducts": 1128,
|
|
8
8
|
"currency": "USD",
|
|
9
9
|
"notes": "Comprehensive Azure VM pricing from vantage.sh"
|
|
@@ -14787,5 +14787,249 @@
|
|
|
14787
14787
|
"monthlyPrice": 5.84,
|
|
14788
14788
|
"notes": "Per 100 RU/s provisioned"
|
|
14789
14789
|
}
|
|
14790
|
+
],
|
|
14791
|
+
"serverless": [
|
|
14792
|
+
{
|
|
14793
|
+
"name": "Azure Functions Consumption",
|
|
14794
|
+
"type": "serverless",
|
|
14795
|
+
"pricePerExecution": 2e-07,
|
|
14796
|
+
"pricePerGBSecond": 1.6e-05,
|
|
14797
|
+
"freeExecutions": 1000000,
|
|
14798
|
+
"freeGBSeconds": 400000,
|
|
14799
|
+
"notes": "First 1M executions and 400K GB-s free"
|
|
14800
|
+
},
|
|
14801
|
+
{
|
|
14802
|
+
"name": "Azure Functions Premium",
|
|
14803
|
+
"type": "serverless",
|
|
14804
|
+
"pricePerVCPU": 0.173,
|
|
14805
|
+
"pricePerGB": 0.0123,
|
|
14806
|
+
"unit": "per hour",
|
|
14807
|
+
"notes": "Pre-warmed instances, VNET support"
|
|
14808
|
+
}
|
|
14809
|
+
],
|
|
14810
|
+
"loadBalancers": [
|
|
14811
|
+
{
|
|
14812
|
+
"name": "Azure Load Balancer Basic",
|
|
14813
|
+
"type": "load-balancer",
|
|
14814
|
+
"hourlyPrice": 0.0,
|
|
14815
|
+
"monthlyPrice": 0.0,
|
|
14816
|
+
"notes": "Free for basic tier"
|
|
14817
|
+
},
|
|
14818
|
+
{
|
|
14819
|
+
"name": "Azure Load Balancer Standard",
|
|
14820
|
+
"type": "load-balancer",
|
|
14821
|
+
"hourlyPrice": 0.025,
|
|
14822
|
+
"monthlyPrice": 18.25,
|
|
14823
|
+
"rulesPrice": 0.01,
|
|
14824
|
+
"notes": "$0.025/hr + $0.01/rule/hr"
|
|
14825
|
+
},
|
|
14826
|
+
{
|
|
14827
|
+
"name": "Application Gateway Basic",
|
|
14828
|
+
"type": "load-balancer",
|
|
14829
|
+
"hourlyPrice": 0.025,
|
|
14830
|
+
"monthlyPrice": 18.25,
|
|
14831
|
+
"dataPrice": 0.008,
|
|
14832
|
+
"notes": "+ $0.008/GB processed"
|
|
14833
|
+
},
|
|
14834
|
+
{
|
|
14835
|
+
"name": "Application Gateway WAF v2",
|
|
14836
|
+
"type": "load-balancer",
|
|
14837
|
+
"hourlyPrice": 0.443,
|
|
14838
|
+
"monthlyPrice": 323.39,
|
|
14839
|
+
"capacityUnitPrice": 0.0144,
|
|
14840
|
+
"notes": "Web Application Firewall"
|
|
14841
|
+
}
|
|
14842
|
+
],
|
|
14843
|
+
"natGateway": [
|
|
14844
|
+
{
|
|
14845
|
+
"name": "NAT Gateway",
|
|
14846
|
+
"type": "nat-gateway",
|
|
14847
|
+
"hourlyPrice": 0.045,
|
|
14848
|
+
"monthlyPrice": 32.85,
|
|
14849
|
+
"dataProcessingPerGB": 0.045,
|
|
14850
|
+
"notes": "$0.045/hr + $0.045/GB"
|
|
14851
|
+
}
|
|
14852
|
+
],
|
|
14853
|
+
"cdn": [
|
|
14854
|
+
{
|
|
14855
|
+
"name": "Azure CDN Standard Microsoft",
|
|
14856
|
+
"type": "cdn",
|
|
14857
|
+
"pricePerGB": 0.081,
|
|
14858
|
+
"notes": "First 10TB/month"
|
|
14859
|
+
},
|
|
14860
|
+
{
|
|
14861
|
+
"name": "Azure CDN Standard Verizon",
|
|
14862
|
+
"type": "cdn",
|
|
14863
|
+
"pricePerGB": 0.081,
|
|
14864
|
+
"notes": "First 10TB/month"
|
|
14865
|
+
},
|
|
14866
|
+
{
|
|
14867
|
+
"name": "Azure Front Door",
|
|
14868
|
+
"type": "cdn",
|
|
14869
|
+
"hourlyPrice": 0.025,
|
|
14870
|
+
"pricePerGB": 0.16,
|
|
14871
|
+
"notes": "Global load balancing + CDN"
|
|
14872
|
+
}
|
|
14873
|
+
],
|
|
14874
|
+
"apiGateway": [
|
|
14875
|
+
{
|
|
14876
|
+
"name": "API Management Consumption",
|
|
14877
|
+
"type": "api-gateway",
|
|
14878
|
+
"pricePerMillion": 3.5,
|
|
14879
|
+
"freeRequests": 1000000,
|
|
14880
|
+
"notes": "First 1M calls free"
|
|
14881
|
+
},
|
|
14882
|
+
{
|
|
14883
|
+
"name": "API Management Developer",
|
|
14884
|
+
"type": "api-gateway",
|
|
14885
|
+
"monthlyPrice": 49.56,
|
|
14886
|
+
"notes": "Non-production, no SLA"
|
|
14887
|
+
},
|
|
14888
|
+
{
|
|
14889
|
+
"name": "API Management Basic",
|
|
14890
|
+
"type": "api-gateway",
|
|
14891
|
+
"monthlyPrice": 152.61,
|
|
14892
|
+
"notes": "Production, 99.95% SLA"
|
|
14893
|
+
},
|
|
14894
|
+
{
|
|
14895
|
+
"name": "API Management Standard",
|
|
14896
|
+
"type": "api-gateway",
|
|
14897
|
+
"monthlyPrice": 685.73,
|
|
14898
|
+
"notes": "Higher scale"
|
|
14899
|
+
}
|
|
14900
|
+
],
|
|
14901
|
+
"containers": [
|
|
14902
|
+
{
|
|
14903
|
+
"name": "Container Instances vCPU",
|
|
14904
|
+
"type": "container-serverless",
|
|
14905
|
+
"pricePerSecond": 1.3e-05,
|
|
14906
|
+
"pricePerHour": 0.0468,
|
|
14907
|
+
"notes": "Per vCPU-second"
|
|
14908
|
+
},
|
|
14909
|
+
{
|
|
14910
|
+
"name": "Container Instances Memory",
|
|
14911
|
+
"type": "container-serverless",
|
|
14912
|
+
"pricePerSecond": 1.4e-06,
|
|
14913
|
+
"pricePerHour": 0.00504,
|
|
14914
|
+
"notes": "Per GB-second"
|
|
14915
|
+
},
|
|
14916
|
+
{
|
|
14917
|
+
"name": "Container Apps vCPU",
|
|
14918
|
+
"type": "container-serverless",
|
|
14919
|
+
"pricePerSecond": 2.4e-05,
|
|
14920
|
+
"notes": "Serverless Kubernetes"
|
|
14921
|
+
},
|
|
14922
|
+
{
|
|
14923
|
+
"name": "Container Apps Memory",
|
|
14924
|
+
"type": "container-serverless",
|
|
14925
|
+
"pricePerSecond": 3e-06,
|
|
14926
|
+
"notes": "Serverless Kubernetes"
|
|
14927
|
+
}
|
|
14928
|
+
],
|
|
14929
|
+
"messaging": [
|
|
14930
|
+
{
|
|
14931
|
+
"name": "Service Bus Basic",
|
|
14932
|
+
"type": "message-queue",
|
|
14933
|
+
"pricePerMillion": 0.05,
|
|
14934
|
+
"notes": "Queues only"
|
|
14935
|
+
},
|
|
14936
|
+
{
|
|
14937
|
+
"name": "Service Bus Standard",
|
|
14938
|
+
"type": "message-queue",
|
|
14939
|
+
"monthlyBase": 10.0,
|
|
14940
|
+
"pricePerMillion": 0.8,
|
|
14941
|
+
"notes": "Topics + queues"
|
|
14942
|
+
},
|
|
14943
|
+
{
|
|
14944
|
+
"name": "Service Bus Premium",
|
|
14945
|
+
"type": "message-queue",
|
|
14946
|
+
"monthlyPrice": 677.08,
|
|
14947
|
+
"notes": "Per messaging unit"
|
|
14948
|
+
},
|
|
14949
|
+
{
|
|
14950
|
+
"name": "Event Grid",
|
|
14951
|
+
"type": "event-bus",
|
|
14952
|
+
"pricePerMillion": 0.6,
|
|
14953
|
+
"freeOperations": 100000,
|
|
14954
|
+
"notes": "First 100K operations free"
|
|
14955
|
+
},
|
|
14956
|
+
{
|
|
14957
|
+
"name": "Event Hubs Basic",
|
|
14958
|
+
"type": "streaming",
|
|
14959
|
+
"hourlyPrice": 0.015,
|
|
14960
|
+
"notes": "Per throughput unit"
|
|
14961
|
+
}
|
|
14962
|
+
],
|
|
14963
|
+
"secrets": [
|
|
14964
|
+
{
|
|
14965
|
+
"name": "Key Vault Secrets",
|
|
14966
|
+
"type": "secrets",
|
|
14967
|
+
"pricePerOperation": 0.03,
|
|
14968
|
+
"unit": "per 10K operations",
|
|
14969
|
+
"notes": "Secrets, keys, certificates"
|
|
14970
|
+
},
|
|
14971
|
+
{
|
|
14972
|
+
"name": "Key Vault Keys Software",
|
|
14973
|
+
"type": "kms",
|
|
14974
|
+
"pricePerOperation": 0.03,
|
|
14975
|
+
"unit": "per 10K operations",
|
|
14976
|
+
"notes": "Software-protected keys"
|
|
14977
|
+
},
|
|
14978
|
+
{
|
|
14979
|
+
"name": "Key Vault Keys HSM",
|
|
14980
|
+
"type": "kms",
|
|
14981
|
+
"pricePerKey": 1.0,
|
|
14982
|
+
"pricePerOperation": 0.03,
|
|
14983
|
+
"notes": "$1/key/month + operations"
|
|
14984
|
+
}
|
|
14985
|
+
],
|
|
14986
|
+
"dns": [
|
|
14987
|
+
{
|
|
14988
|
+
"name": "Azure DNS Zone",
|
|
14989
|
+
"type": "dns",
|
|
14990
|
+
"pricePerZone": 0.5,
|
|
14991
|
+
"notes": "$0.50/zone/month"
|
|
14992
|
+
},
|
|
14993
|
+
{
|
|
14994
|
+
"name": "Azure DNS Queries",
|
|
14995
|
+
"type": "dns",
|
|
14996
|
+
"pricePerMillion": 0.4,
|
|
14997
|
+
"notes": "First 1B queries"
|
|
14998
|
+
},
|
|
14999
|
+
{
|
|
15000
|
+
"name": "Traffic Manager",
|
|
15001
|
+
"type": "dns",
|
|
15002
|
+
"pricePerMillion": 0.54,
|
|
15003
|
+
"endpointPrice": 0.36,
|
|
15004
|
+
"notes": "DNS-based load balancing"
|
|
15005
|
+
}
|
|
15006
|
+
],
|
|
15007
|
+
"monitoring": [
|
|
15008
|
+
{
|
|
15009
|
+
"name": "Azure Monitor Metrics",
|
|
15010
|
+
"type": "monitoring",
|
|
15011
|
+
"pricePerMetric": 0.258,
|
|
15012
|
+
"notes": "Per custom metric time series"
|
|
15013
|
+
},
|
|
15014
|
+
{
|
|
15015
|
+
"name": "Azure Monitor Logs Ingestion",
|
|
15016
|
+
"type": "logging",
|
|
15017
|
+
"pricePerGB": 2.76,
|
|
15018
|
+
"notes": "Pay-as-you-go"
|
|
15019
|
+
},
|
|
15020
|
+
{
|
|
15021
|
+
"name": "Azure Monitor Logs Retention",
|
|
15022
|
+
"type": "logging",
|
|
15023
|
+
"pricePerGB": 0.1,
|
|
15024
|
+
"freeRetentionDays": 31,
|
|
15025
|
+
"notes": "First 31 days free"
|
|
15026
|
+
},
|
|
15027
|
+
{
|
|
15028
|
+
"name": "Application Insights",
|
|
15029
|
+
"type": "apm",
|
|
15030
|
+
"pricePerGB": 2.76,
|
|
15031
|
+
"freeGB": 5,
|
|
15032
|
+
"notes": "First 5GB/month free"
|
|
15033
|
+
}
|
|
14790
15034
|
]
|
|
14791
15035
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"provider": "gcp",
|
|
4
4
|
"lastUpdated": "2026-01-20T00:00:00Z",
|
|
5
5
|
"source": "instances.vantage.sh + manual curation",
|
|
6
|
-
"version": "1.2.
|
|
6
|
+
"version": "1.2.7",
|
|
7
7
|
"totalProducts": 329,
|
|
8
8
|
"currency": "USD",
|
|
9
9
|
"notes": "GCP pricing with predefined + custom machine types"
|
|
@@ -4321,5 +4321,211 @@
|
|
|
4321
4321
|
"monthlyPrice": 474.5,
|
|
4322
4322
|
"notes": "Per node, wide-column store"
|
|
4323
4323
|
}
|
|
4324
|
+
],
|
|
4325
|
+
"serverless": [
|
|
4326
|
+
{
|
|
4327
|
+
"name": "Cloud Functions 1st Gen",
|
|
4328
|
+
"type": "serverless",
|
|
4329
|
+
"pricePerMillion": 0.4,
|
|
4330
|
+
"pricePerGBSecond": 2.5e-06,
|
|
4331
|
+
"pricePerGHzSecond": 1e-05,
|
|
4332
|
+
"freeInvocations": 2000000,
|
|
4333
|
+
"notes": "2M invocations free"
|
|
4334
|
+
},
|
|
4335
|
+
{
|
|
4336
|
+
"name": "Cloud Functions 2nd Gen",
|
|
4337
|
+
"type": "serverless",
|
|
4338
|
+
"pricePerMillion": 0.4,
|
|
4339
|
+
"pricePerVCPUSecond": 2.4e-05,
|
|
4340
|
+
"pricePerGBSecond": 2.5e-06,
|
|
4341
|
+
"notes": "Built on Cloud Run"
|
|
4342
|
+
},
|
|
4343
|
+
{
|
|
4344
|
+
"name": "Cloud Run",
|
|
4345
|
+
"type": "serverless",
|
|
4346
|
+
"pricePerVCPUSecond": 2.4e-05,
|
|
4347
|
+
"pricePerGBSecond": 2.5e-06,
|
|
4348
|
+
"freeVCPUSeconds": 180000,
|
|
4349
|
+
"freeGBSeconds": 360000,
|
|
4350
|
+
"notes": "Generous free tier"
|
|
4351
|
+
}
|
|
4352
|
+
],
|
|
4353
|
+
"loadBalancers": [
|
|
4354
|
+
{
|
|
4355
|
+
"name": "HTTP(S) Load Balancing",
|
|
4356
|
+
"type": "load-balancer",
|
|
4357
|
+
"hourlyPrice": 0.025,
|
|
4358
|
+
"monthlyPrice": 18.25,
|
|
4359
|
+
"dataPrice": 0.008,
|
|
4360
|
+
"notes": "Global, + $0.008/GB"
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"name": "Network Load Balancing",
|
|
4364
|
+
"type": "load-balancer",
|
|
4365
|
+
"hourlyPrice": 0.025,
|
|
4366
|
+
"monthlyPrice": 18.25,
|
|
4367
|
+
"dataPrice": 0.008,
|
|
4368
|
+
"notes": "Regional"
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"name": "Internal Load Balancing",
|
|
4372
|
+
"type": "load-balancer",
|
|
4373
|
+
"hourlyPrice": 0.025,
|
|
4374
|
+
"monthlyPrice": 18.25,
|
|
4375
|
+
"notes": "Internal traffic only"
|
|
4376
|
+
}
|
|
4377
|
+
],
|
|
4378
|
+
"natGateway": [
|
|
4379
|
+
{
|
|
4380
|
+
"name": "Cloud NAT",
|
|
4381
|
+
"type": "nat-gateway",
|
|
4382
|
+
"hourlyPrice": 0.044,
|
|
4383
|
+
"monthlyPrice": 32.12,
|
|
4384
|
+
"dataProcessingPerGB": 0.045,
|
|
4385
|
+
"notes": "$0.044/hr + $0.045/GB"
|
|
4386
|
+
}
|
|
4387
|
+
],
|
|
4388
|
+
"cdn": [
|
|
4389
|
+
{
|
|
4390
|
+
"name": "Cloud CDN",
|
|
4391
|
+
"type": "cdn",
|
|
4392
|
+
"pricePerGB": 0.08,
|
|
4393
|
+
"cacheEgressPrice": 0.02,
|
|
4394
|
+
"notes": "$0.08/GB origin, $0.02/GB cache"
|
|
4395
|
+
},
|
|
4396
|
+
{
|
|
4397
|
+
"name": "Media CDN",
|
|
4398
|
+
"type": "cdn",
|
|
4399
|
+
"pricePerGB": 0.05,
|
|
4400
|
+
"notes": "Optimized for video streaming"
|
|
4401
|
+
}
|
|
4402
|
+
],
|
|
4403
|
+
"apiGateway": [
|
|
4404
|
+
{
|
|
4405
|
+
"name": "API Gateway",
|
|
4406
|
+
"type": "api-gateway",
|
|
4407
|
+
"pricePerMillion": 3.0,
|
|
4408
|
+
"freeRequests": 2000000,
|
|
4409
|
+
"notes": "First 2M calls free"
|
|
4410
|
+
},
|
|
4411
|
+
{
|
|
4412
|
+
"name": "Apigee X",
|
|
4413
|
+
"type": "api-gateway",
|
|
4414
|
+
"monthlyPrice": 4350.0,
|
|
4415
|
+
"notes": "Enterprise API management"
|
|
4416
|
+
}
|
|
4417
|
+
],
|
|
4418
|
+
"containers": [
|
|
4419
|
+
{
|
|
4420
|
+
"name": "Cloud Run vCPU",
|
|
4421
|
+
"type": "container-serverless",
|
|
4422
|
+
"pricePerVCPUSecond": 2.4e-05,
|
|
4423
|
+
"pricePerVCPUHour": 0.0864,
|
|
4424
|
+
"notes": "Per vCPU-second"
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"name": "Cloud Run Memory",
|
|
4428
|
+
"type": "container-serverless",
|
|
4429
|
+
"pricePerGBSecond": 2.5e-06,
|
|
4430
|
+
"pricePerGBHour": 0.009,
|
|
4431
|
+
"notes": "Per GiB-second"
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"name": "Cloud Run Requests",
|
|
4435
|
+
"type": "container-serverless",
|
|
4436
|
+
"pricePerMillion": 0.4,
|
|
4437
|
+
"notes": "Per million requests"
|
|
4438
|
+
}
|
|
4439
|
+
],
|
|
4440
|
+
"messaging": [
|
|
4441
|
+
{
|
|
4442
|
+
"name": "Pub/Sub",
|
|
4443
|
+
"type": "pub-sub",
|
|
4444
|
+
"pricePerTB": 40.0,
|
|
4445
|
+
"freeGB": 10,
|
|
4446
|
+
"notes": "First 10GB/month free"
|
|
4447
|
+
},
|
|
4448
|
+
{
|
|
4449
|
+
"name": "Cloud Tasks",
|
|
4450
|
+
"type": "task-queue",
|
|
4451
|
+
"pricePerMillion": 0.4,
|
|
4452
|
+
"freeOperations": 1000000,
|
|
4453
|
+
"notes": "First 1M operations free"
|
|
4454
|
+
},
|
|
4455
|
+
{
|
|
4456
|
+
"name": "Eventarc",
|
|
4457
|
+
"type": "event-bus",
|
|
4458
|
+
"pricePerMillion": 0.0,
|
|
4459
|
+
"notes": "Free (charges for Pub/Sub underneath)"
|
|
4460
|
+
}
|
|
4461
|
+
],
|
|
4462
|
+
"secrets": [
|
|
4463
|
+
{
|
|
4464
|
+
"name": "Secret Manager",
|
|
4465
|
+
"type": "secrets",
|
|
4466
|
+
"pricePerVersion": 0.06,
|
|
4467
|
+
"pricePerAccess": 0.03,
|
|
4468
|
+
"unit": "per 10K accesses",
|
|
4469
|
+
"freeVersions": 6,
|
|
4470
|
+
"notes": "6 active versions free"
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
"name": "Cloud KMS",
|
|
4474
|
+
"type": "kms",
|
|
4475
|
+
"pricePerKey": 0.06,
|
|
4476
|
+
"pricePerOperation": 0.03,
|
|
4477
|
+
"unit": "per 10K operations",
|
|
4478
|
+
"notes": "$0.06/key version/month"
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"name": "Cloud KMS HSM",
|
|
4482
|
+
"type": "kms",
|
|
4483
|
+
"pricePerKey": 1.0,
|
|
4484
|
+
"pricePerOperation": 0.03,
|
|
4485
|
+
"notes": "Hardware security module"
|
|
4486
|
+
}
|
|
4487
|
+
],
|
|
4488
|
+
"dns": [
|
|
4489
|
+
{
|
|
4490
|
+
"name": "Cloud DNS Zone",
|
|
4491
|
+
"type": "dns",
|
|
4492
|
+
"pricePerZone": 0.2,
|
|
4493
|
+
"notes": "$0.20/zone/month"
|
|
4494
|
+
},
|
|
4495
|
+
{
|
|
4496
|
+
"name": "Cloud DNS Queries",
|
|
4497
|
+
"type": "dns",
|
|
4498
|
+
"pricePerMillion": 0.4,
|
|
4499
|
+
"notes": "Per million queries"
|
|
4500
|
+
}
|
|
4501
|
+
],
|
|
4502
|
+
"monitoring": [
|
|
4503
|
+
{
|
|
4504
|
+
"name": "Cloud Monitoring",
|
|
4505
|
+
"type": "monitoring",
|
|
4506
|
+
"pricePerMB": 0.258,
|
|
4507
|
+
"freeAllotmentMB": 150,
|
|
4508
|
+
"notes": "150MB free/month for most metrics"
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"name": "Cloud Logging Ingestion",
|
|
4512
|
+
"type": "logging",
|
|
4513
|
+
"pricePerGB": 0.5,
|
|
4514
|
+
"freeGB": 50,
|
|
4515
|
+
"notes": "First 50GB/month free"
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"name": "Cloud Logging Storage",
|
|
4519
|
+
"type": "logging",
|
|
4520
|
+
"pricePerGB": 0.01,
|
|
4521
|
+
"notes": "$0.01/GB/month retained"
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
"name": "Cloud Trace",
|
|
4525
|
+
"type": "tracing",
|
|
4526
|
+
"pricePerMillion": 0.2,
|
|
4527
|
+
"freeSpans": 2500000,
|
|
4528
|
+
"notes": "First 2.5M spans free"
|
|
4529
|
+
}
|
|
4324
4530
|
]
|
|
4325
4531
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"lastUpdated": "2026-01-20T00:00:00Z",
|
|
5
5
|
"source": "Oracle Cloud Infrastructure Pricing API",
|
|
6
6
|
"sourceUrl": "https://apexapps.oracle.com/pls/apex/cetools/api/v1/products/",
|
|
7
|
-
"version": "1.2.
|
|
7
|
+
"version": "1.2.7",
|
|
8
8
|
"totalProducts": 602,
|
|
9
9
|
"totalCategories": 109,
|
|
10
10
|
"currency": "USD",
|
|
@@ -720,131 +720,27 @@
|
|
|
720
720
|
],
|
|
721
721
|
"serverless": [
|
|
722
722
|
{
|
|
723
|
-
"
|
|
724
|
-
"type": "
|
|
725
|
-
"
|
|
726
|
-
"
|
|
727
|
-
"
|
|
728
|
-
"
|
|
729
|
-
"
|
|
730
|
-
"notes": "First 2 million invocations/month free. $0.20 per million after."
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"service": "serverless",
|
|
734
|
-
"type": "functions-execution",
|
|
735
|
-
"description": "OCI Functions - Execution time (GB-seconds)",
|
|
736
|
-
"unit": "GB-second",
|
|
737
|
-
"pricePerUnit": 1.417e-05,
|
|
738
|
-
"currency": "USD",
|
|
739
|
-
"freePerMonth": 400000,
|
|
740
|
-
"notes": "First 400K GB-seconds/month free. Memory \u00d7 execution time."
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"service": "serverless",
|
|
744
|
-
"type": "api-gateway",
|
|
745
|
-
"description": "API Gateway - Per API call charge",
|
|
746
|
-
"unit": "million calls",
|
|
747
|
-
"pricePerUnit": 3,
|
|
748
|
-
"currency": "USD",
|
|
749
|
-
"freePerMonth": 2000000,
|
|
750
|
-
"notes": "First 2M calls/month free. $1.50/million at 1B+ calls."
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"service": "serverless",
|
|
754
|
-
"type": "events",
|
|
755
|
-
"description": "OCI Events - Event routing service",
|
|
756
|
-
"unit": "million events",
|
|
757
|
-
"pricePerUnit": 1,
|
|
758
|
-
"currency": "USD",
|
|
759
|
-
"freePerMonth": 1000000,
|
|
760
|
-
"notes": "First 1M events/month free. Routes events to Functions, Streaming, Notifications."
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"service": "serverless",
|
|
764
|
-
"type": "queue",
|
|
765
|
-
"description": "OCI Queue - Message queue service",
|
|
766
|
-
"unit": "million requests",
|
|
767
|
-
"pricePerUnit": 0.5,
|
|
768
|
-
"currency": "USD",
|
|
769
|
-
"freePerMonth": 1000000,
|
|
770
|
-
"notes": "First 1M requests/month free. Fully managed message queuing."
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"service": "serverless",
|
|
774
|
-
"type": "streaming-storage",
|
|
775
|
-
"description": "OCI Streaming - Data storage",
|
|
776
|
-
"unit": "GB per hour",
|
|
777
|
-
"pricePerUnit": 0.025,
|
|
778
|
-
"currency": "USD",
|
|
779
|
-
"notes": "Kafka-compatible streaming. Per GB of data stored."
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"service": "serverless",
|
|
783
|
-
"type": "streaming-requests",
|
|
784
|
-
"description": "OCI Streaming - PUT/GET requests",
|
|
785
|
-
"unit": "GB transferred",
|
|
786
|
-
"pricePerUnit": 0.025,
|
|
787
|
-
"currency": "USD",
|
|
788
|
-
"notes": "Per GB of data transferred (PUT or GET)."
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"service": "serverless",
|
|
792
|
-
"type": "streaming-partitions",
|
|
793
|
-
"description": "OCI Streaming - Partition hours",
|
|
794
|
-
"unit": "partition per hour",
|
|
795
|
-
"pricePerUnit": 0.0278,
|
|
796
|
-
"currency": "USD",
|
|
797
|
-
"notes": "Per partition-hour. Each partition supports 1 MB/s write, 2 MB/s read."
|
|
723
|
+
"name": "OCI Functions",
|
|
724
|
+
"type": "serverless",
|
|
725
|
+
"pricePerMillion": 0.2,
|
|
726
|
+
"pricePerGBSecond": 1.417e-05,
|
|
727
|
+
"freeInvocations": 2000000,
|
|
728
|
+
"freeGBSeconds": 400000,
|
|
729
|
+
"notes": "Generous free tier"
|
|
798
730
|
}
|
|
799
731
|
],
|
|
800
732
|
"containers": [
|
|
801
733
|
{
|
|
802
|
-
"
|
|
803
|
-
"type": "container-
|
|
804
|
-
"
|
|
805
|
-
"
|
|
806
|
-
"pricePerUnit": 0.01,
|
|
807
|
-
"currency": "USD",
|
|
808
|
-
"freePerMonth": 3000,
|
|
809
|
-
"notes": "Same as VM.Standard.A1.Flex pricing. First 3000 OCPU-hours/month free."
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
"service": "containers",
|
|
813
|
-
"type": "container-instances-a1-memory",
|
|
814
|
-
"description": "Container Instances - Ampere A1 Memory",
|
|
815
|
-
"unit": "GB per hour",
|
|
816
|
-
"pricePerUnit": 0.0006,
|
|
817
|
-
"currency": "USD",
|
|
818
|
-
"freePerMonth": 18000,
|
|
819
|
-
"notes": "Same as VM.Standard.A1.Flex pricing. First 18000 GB-hours/month free."
|
|
734
|
+
"name": "Container Instances OCPU",
|
|
735
|
+
"type": "container-serverless",
|
|
736
|
+
"pricePerHour": 0.0225,
|
|
737
|
+
"notes": "Per OCPU-hour"
|
|
820
738
|
},
|
|
821
739
|
{
|
|
822
|
-
"
|
|
823
|
-
"type": "container-
|
|
824
|
-
"
|
|
825
|
-
"
|
|
826
|
-
"pricePerUnit": 0.025,
|
|
827
|
-
"currency": "USD",
|
|
828
|
-
"notes": "Same as VM.Standard.E4.Flex pricing."
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"service": "containers",
|
|
832
|
-
"type": "container-instances-e4-memory",
|
|
833
|
-
"description": "Container Instances - E4 Flex Memory",
|
|
834
|
-
"unit": "GB per hour",
|
|
835
|
-
"pricePerUnit": 0.0015,
|
|
836
|
-
"currency": "USD",
|
|
837
|
-
"notes": "Same as VM.Standard.E4.Flex pricing."
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"service": "containers",
|
|
841
|
-
"type": "container-registry",
|
|
842
|
-
"description": "Container Registry (OCIR) - Image storage",
|
|
843
|
-
"unit": "GB per month",
|
|
844
|
-
"pricePerUnit": 0.0255,
|
|
845
|
-
"currency": "USD",
|
|
846
|
-
"freeGB": 5,
|
|
847
|
-
"notes": "First 5 GB free. Same as Object Storage pricing. 500 repos max."
|
|
740
|
+
"name": "Container Instances Memory",
|
|
741
|
+
"type": "container-serverless",
|
|
742
|
+
"pricePerHour": 0.0015,
|
|
743
|
+
"notes": "Per GB-hour"
|
|
848
744
|
}
|
|
849
745
|
],
|
|
850
746
|
"observability": [
|
|
@@ -11504,5 +11400,142 @@
|
|
|
11504
11400
|
"maxMemoryGB": 2048,
|
|
11505
11401
|
"notes": "8x NVIDIA A100 80GB GPUs. High-performance AI/ML workloads."
|
|
11506
11402
|
}
|
|
11403
|
+
],
|
|
11404
|
+
"loadBalancers": [
|
|
11405
|
+
{
|
|
11406
|
+
"name": "Flexible Load Balancer 10Mbps",
|
|
11407
|
+
"type": "load-balancer",
|
|
11408
|
+
"hourlyPrice": 0.0108,
|
|
11409
|
+
"monthlyPrice": 7.88,
|
|
11410
|
+
"notes": "10 Mbps minimum"
|
|
11411
|
+
},
|
|
11412
|
+
{
|
|
11413
|
+
"name": "Flexible Load Balancer 100Mbps",
|
|
11414
|
+
"type": "load-balancer",
|
|
11415
|
+
"hourlyPrice": 0.0432,
|
|
11416
|
+
"monthlyPrice": 31.54,
|
|
11417
|
+
"notes": "Medium workloads"
|
|
11418
|
+
},
|
|
11419
|
+
{
|
|
11420
|
+
"name": "Flexible Load Balancer 400Mbps",
|
|
11421
|
+
"type": "load-balancer",
|
|
11422
|
+
"hourlyPrice": 0.1728,
|
|
11423
|
+
"monthlyPrice": 126.14,
|
|
11424
|
+
"notes": "High throughput"
|
|
11425
|
+
},
|
|
11426
|
+
{
|
|
11427
|
+
"name": "Network Load Balancer",
|
|
11428
|
+
"type": "load-balancer",
|
|
11429
|
+
"hourlyPrice": 0.0,
|
|
11430
|
+
"monthlyPrice": 0.0,
|
|
11431
|
+
"notes": "FREE - Layer 4 load balancing"
|
|
11432
|
+
}
|
|
11433
|
+
],
|
|
11434
|
+
"natGateway": [
|
|
11435
|
+
{
|
|
11436
|
+
"name": "NAT Gateway",
|
|
11437
|
+
"type": "nat-gateway",
|
|
11438
|
+
"hourlyPrice": 0.0108,
|
|
11439
|
+
"monthlyPrice": 7.88,
|
|
11440
|
+
"dataProcessingPerGB": 0.0085,
|
|
11441
|
+
"notes": "Much cheaper than AWS/Azure!"
|
|
11442
|
+
}
|
|
11443
|
+
],
|
|
11444
|
+
"apiGateway": [
|
|
11445
|
+
{
|
|
11446
|
+
"name": "API Gateway",
|
|
11447
|
+
"type": "api-gateway",
|
|
11448
|
+
"pricePerMillion": 1.5,
|
|
11449
|
+
"freeRequests": 1000000,
|
|
11450
|
+
"notes": "First 1M calls free"
|
|
11451
|
+
}
|
|
11452
|
+
],
|
|
11453
|
+
"messaging": [
|
|
11454
|
+
{
|
|
11455
|
+
"name": "Queue Service",
|
|
11456
|
+
"type": "message-queue",
|
|
11457
|
+
"pricePerGB": 0.025,
|
|
11458
|
+
"notes": "Per GB of messages stored"
|
|
11459
|
+
},
|
|
11460
|
+
{
|
|
11461
|
+
"name": "Streaming",
|
|
11462
|
+
"type": "streaming",
|
|
11463
|
+
"pricePerHour": 0.0252,
|
|
11464
|
+
"storagePerGB": 0.0255,
|
|
11465
|
+
"notes": "Kafka-compatible"
|
|
11466
|
+
},
|
|
11467
|
+
{
|
|
11468
|
+
"name": "Events Service",
|
|
11469
|
+
"type": "event-bus",
|
|
11470
|
+
"pricePerMillion": 0.0,
|
|
11471
|
+
"notes": "FREE"
|
|
11472
|
+
}
|
|
11473
|
+
],
|
|
11474
|
+
"secrets": [
|
|
11475
|
+
{
|
|
11476
|
+
"name": "Vault Secrets",
|
|
11477
|
+
"type": "secrets",
|
|
11478
|
+
"pricePerVersion": 0.0,
|
|
11479
|
+
"notes": "FREE for secrets"
|
|
11480
|
+
},
|
|
11481
|
+
{
|
|
11482
|
+
"name": "Vault Keys Software",
|
|
11483
|
+
"type": "kms",
|
|
11484
|
+
"pricePerVersion": 0.53,
|
|
11485
|
+
"notes": "Per key version/month"
|
|
11486
|
+
},
|
|
11487
|
+
{
|
|
11488
|
+
"name": "Vault Keys HSM",
|
|
11489
|
+
"type": "kms",
|
|
11490
|
+
"pricePerVersion": 2.14,
|
|
11491
|
+
"notes": "Hardware security module"
|
|
11492
|
+
}
|
|
11493
|
+
],
|
|
11494
|
+
"dns": [
|
|
11495
|
+
{
|
|
11496
|
+
"name": "DNS Zone",
|
|
11497
|
+
"type": "dns",
|
|
11498
|
+
"pricePerZone": 0.5,
|
|
11499
|
+
"notes": "$0.50/zone/month"
|
|
11500
|
+
},
|
|
11501
|
+
{
|
|
11502
|
+
"name": "DNS Queries",
|
|
11503
|
+
"type": "dns",
|
|
11504
|
+
"pricePerMillion": 0.2,
|
|
11505
|
+
"notes": "Per million queries"
|
|
11506
|
+
},
|
|
11507
|
+
{
|
|
11508
|
+
"name": "Traffic Management",
|
|
11509
|
+
"type": "dns",
|
|
11510
|
+
"pricePerMillion": 0.5,
|
|
11511
|
+
"notes": "Health checks + steering"
|
|
11512
|
+
}
|
|
11513
|
+
],
|
|
11514
|
+
"monitoring": [
|
|
11515
|
+
{
|
|
11516
|
+
"name": "Monitoring",
|
|
11517
|
+
"type": "monitoring",
|
|
11518
|
+
"pricePerMetric": 0.0,
|
|
11519
|
+
"notes": "FREE - First 500M datapoints"
|
|
11520
|
+
},
|
|
11521
|
+
{
|
|
11522
|
+
"name": "Logging Ingestion",
|
|
11523
|
+
"type": "logging",
|
|
11524
|
+
"pricePerGB": 0.0,
|
|
11525
|
+
"freeGB": 10,
|
|
11526
|
+
"notes": "First 10GB/month FREE"
|
|
11527
|
+
},
|
|
11528
|
+
{
|
|
11529
|
+
"name": "Logging Storage",
|
|
11530
|
+
"type": "logging",
|
|
11531
|
+
"pricePerGB": 0.0255,
|
|
11532
|
+
"notes": "Per GB/month stored"
|
|
11533
|
+
},
|
|
11534
|
+
{
|
|
11535
|
+
"name": "Application Performance Monitoring",
|
|
11536
|
+
"type": "apm",
|
|
11537
|
+
"pricePerHour": 0.02,
|
|
11538
|
+
"notes": "Per tracing event-hour"
|
|
11539
|
+
}
|
|
11507
11540
|
]
|
|
11508
11541
|
}
|