cloud-cost-mcp 1.2.6 → 1.2.8

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-20T16:37:18.385Z",
4
+ "lastUpdated": "2026-01-20T00:00:00Z",
5
5
  "source": "instances.vantage.sh + manual curation",
6
- "version": "1.2.5",
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-20T16:37:20.611Z",
4
+ "lastUpdated": "2026-01-20T00:00:00Z",
5
5
  "source": "instances.vantage.sh + manual curation",
6
- "version": "1.2.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
  }