@jadenrazo/cloudcost-mcp 0.3.0 → 0.5.0
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.
- package/README.md +189 -40
- package/data/gcp-pricing/cloud-sql.json +74 -39
- package/data/gcp-pricing/cloud-storage.json +11 -6
- package/data/gcp-pricing/compute-engine.json +1175 -285
- package/data/gcp-pricing/metadata.json +1 -1
- package/data/gcp-pricing/persistent-disk.json +16 -11
- package/data/region-price-multipliers.json +62 -4
- package/data/resource-equivalents.json +154 -15
- package/dist/{chunk-EI63JCAA.js → chunk-E7KOWAMW.js} +4104 -2068
- package/dist/{chunk-XDBTEI42.js → chunk-TRRAOOVF.js} +6 -16
- package/dist/cli.js +12 -12
- package/dist/index.js +902 -42
- package/dist/{loader-INGM66QV.js → loader-VXYJYDIH.js} +2 -2
- package/package.json +31 -10
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"us-central1": { "pd-standard": 0.040, "pd-ssd": 0.170, "pd-balanced": 0.100 },
|
|
3
|
-
"us-east1": { "pd-standard": 0.040, "pd-ssd": 0.170, "pd-balanced": 0.100 },
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"us-
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"europe-
|
|
11
|
-
"europe-
|
|
12
|
-
"
|
|
2
|
+
"us-central1": { "pd-standard": 0.040, "pd-ssd": 0.170, "pd-balanced": 0.100, "pd-extreme": 0.125 },
|
|
3
|
+
"us-east1": { "pd-standard": 0.040, "pd-ssd": 0.170, "pd-balanced": 0.100, "pd-extreme": 0.125 },
|
|
4
|
+
"us-east4": { "pd-standard": 0.044, "pd-ssd": 0.187, "pd-balanced": 0.110, "pd-extreme": 0.138 },
|
|
5
|
+
"us-west1": { "pd-standard": 0.040, "pd-ssd": 0.170, "pd-balanced": 0.100, "pd-extreme": 0.125 },
|
|
6
|
+
"us-west4": { "pd-standard": 0.044, "pd-ssd": 0.187, "pd-balanced": 0.110, "pd-extreme": 0.138 },
|
|
7
|
+
"europe-west1": { "pd-standard": 0.044, "pd-ssd": 0.187, "pd-balanced": 0.110, "pd-extreme": 0.138 },
|
|
8
|
+
"europe-west2": { "pd-standard": 0.048, "pd-ssd": 0.204, "pd-balanced": 0.120, "pd-extreme": 0.150 },
|
|
9
|
+
"europe-west3": { "pd-standard": 0.048, "pd-ssd": 0.204, "pd-balanced": 0.120, "pd-extreme": 0.150 },
|
|
10
|
+
"europe-west4": { "pd-standard": 0.044, "pd-ssd": 0.187, "pd-balanced": 0.110, "pd-extreme": 0.138 },
|
|
11
|
+
"europe-north1": { "pd-standard": 0.044, "pd-ssd": 0.187, "pd-balanced": 0.110, "pd-extreme": 0.138 },
|
|
12
|
+
"asia-southeast1": { "pd-standard": 0.048, "pd-ssd": 0.204, "pd-balanced": 0.120, "pd-extreme": 0.150 },
|
|
13
|
+
"asia-northeast1": { "pd-standard": 0.048, "pd-ssd": 0.204, "pd-balanced": 0.120, "pd-extreme": 0.150 },
|
|
14
|
+
"asia-south1": { "pd-standard": 0.044, "pd-ssd": 0.187, "pd-balanced": 0.110, "pd-extreme": 0.138 },
|
|
15
|
+
"australia-southeast1": { "pd-standard": 0.048, "pd-ssd": 0.204, "pd-balanced": 0.120, "pd-extreme": 0.150 },
|
|
16
|
+
"northamerica-northeast1": { "pd-standard": 0.044, "pd-ssd": 0.187, "pd-balanced": 0.110, "pd-extreme": 0.138 },
|
|
17
|
+
"southamerica-east1": { "pd-standard": 0.058, "pd-ssd": 0.245, "pd-balanced": 0.144, "pd-extreme": 0.180 }
|
|
13
18
|
}
|
|
@@ -6,44 +6,102 @@
|
|
|
6
6
|
"us-west-2": 1.0,
|
|
7
7
|
"eu-west-1": 1.05,
|
|
8
8
|
"eu-west-2": 1.07,
|
|
9
|
+
"eu-west-3": 1.08,
|
|
9
10
|
"eu-central-1": 1.08,
|
|
11
|
+
"eu-central-2": 1.15,
|
|
12
|
+
"eu-south-1": 1.12,
|
|
13
|
+
"eu-south-2": 1.12,
|
|
14
|
+
"eu-north-1": 1.07,
|
|
10
15
|
"ap-southeast-1": 1.10,
|
|
11
16
|
"ap-southeast-2": 1.12,
|
|
17
|
+
"ap-southeast-3": 1.18,
|
|
18
|
+
"ap-southeast-4": 1.14,
|
|
12
19
|
"ap-northeast-1": 1.12,
|
|
20
|
+
"ap-northeast-2": 1.10,
|
|
21
|
+
"ap-northeast-3": 1.12,
|
|
13
22
|
"ap-south-1": 1.05,
|
|
23
|
+
"ap-south-2": 1.10,
|
|
24
|
+
"ap-east-1": 1.25,
|
|
14
25
|
"sa-east-1": 1.20,
|
|
15
26
|
"ca-central-1": 1.03,
|
|
27
|
+
"ca-west-1": 1.08,
|
|
16
28
|
"me-south-1": 1.10,
|
|
17
|
-
"
|
|
29
|
+
"me-central-1": 1.22,
|
|
30
|
+
"af-south-1": 1.15,
|
|
31
|
+
"il-central-1": 1.20
|
|
18
32
|
},
|
|
19
33
|
"azure": {
|
|
20
34
|
"eastus": 1.0,
|
|
21
35
|
"eastus2": 1.0,
|
|
22
36
|
"westus": 1.0,
|
|
23
37
|
"westus2": 1.0,
|
|
38
|
+
"westus3": 1.0,
|
|
39
|
+
"centralus": 1.0,
|
|
40
|
+
"northcentralus": 1.0,
|
|
41
|
+
"southcentralus": 1.0,
|
|
24
42
|
"westeurope": 1.07,
|
|
25
43
|
"northeurope": 1.05,
|
|
26
44
|
"uksouth": 1.06,
|
|
45
|
+
"ukwest": 1.07,
|
|
46
|
+
"francecentral": 1.08,
|
|
47
|
+
"germanywestcentral": 1.08,
|
|
48
|
+
"swedencentral": 1.10,
|
|
49
|
+
"norwayeast": 1.10,
|
|
50
|
+
"polandcentral": 1.10,
|
|
51
|
+
"italynorth": 1.12,
|
|
27
52
|
"southeastasia": 1.08,
|
|
28
53
|
"eastasia": 1.10,
|
|
29
54
|
"japaneast": 1.12,
|
|
55
|
+
"japanwest": 1.13,
|
|
56
|
+
"koreacentral": 1.10,
|
|
30
57
|
"australiaeast": 1.10,
|
|
58
|
+
"australiasoutheast": 1.12,
|
|
31
59
|
"brazilsouth": 1.18,
|
|
32
60
|
"canadacentral": 1.03,
|
|
33
|
-
"
|
|
61
|
+
"canadaeast": 1.05,
|
|
62
|
+
"centralindia": 1.05,
|
|
63
|
+
"southindia": 1.07,
|
|
64
|
+
"qatarcentral": 1.22,
|
|
65
|
+
"israelcentral": 1.20,
|
|
66
|
+
"mexicocentral": 1.08
|
|
34
67
|
},
|
|
35
68
|
"gcp": {
|
|
36
69
|
"us-central1": 1.0,
|
|
37
70
|
"us-east1": 1.0,
|
|
71
|
+
"us-east4": 1.05,
|
|
72
|
+
"us-east5": 1.05,
|
|
38
73
|
"us-west1": 1.02,
|
|
74
|
+
"us-west2": 1.05,
|
|
75
|
+
"us-west3": 1.07,
|
|
76
|
+
"us-west4": 1.08,
|
|
77
|
+
"us-south1": 1.05,
|
|
39
78
|
"europe-west1": 1.05,
|
|
40
79
|
"europe-west2": 1.08,
|
|
41
|
-
"europe-west3": 1.
|
|
80
|
+
"europe-west3": 1.10,
|
|
81
|
+
"europe-west4": 1.06,
|
|
82
|
+
"europe-west6": 1.15,
|
|
83
|
+
"europe-west8": 1.10,
|
|
84
|
+
"europe-west9": 1.10,
|
|
85
|
+
"europe-north1": 1.08,
|
|
86
|
+
"europe-central2": 1.12,
|
|
42
87
|
"asia-southeast1": 1.08,
|
|
88
|
+
"asia-southeast2": 1.12,
|
|
43
89
|
"asia-east1": 1.08,
|
|
90
|
+
"asia-east2": 1.12,
|
|
44
91
|
"asia-northeast1": 1.12,
|
|
92
|
+
"asia-northeast2": 1.14,
|
|
93
|
+
"asia-northeast3": 1.12,
|
|
94
|
+
"asia-south1": 1.05,
|
|
95
|
+
"asia-south2": 1.08,
|
|
45
96
|
"australia-southeast1": 1.12,
|
|
97
|
+
"australia-southeast2": 1.14,
|
|
46
98
|
"southamerica-east1": 1.20,
|
|
47
|
-
"
|
|
99
|
+
"southamerica-west1": 1.18,
|
|
100
|
+
"northamerica-northeast1": 1.03,
|
|
101
|
+
"northamerica-northeast2": 1.05,
|
|
102
|
+
"me-west1": 1.22,
|
|
103
|
+
"me-central1": 1.25,
|
|
104
|
+
"me-central2": 1.25,
|
|
105
|
+
"africa-south1": 1.18
|
|
48
106
|
}
|
|
49
107
|
}
|
|
@@ -1,17 +1,156 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
{
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
{
|
|
2
|
+
{
|
|
3
|
+
"category": "compute_instance",
|
|
4
|
+
"aws": "aws_instance",
|
|
5
|
+
"azure": "azurerm_linux_virtual_machine",
|
|
6
|
+
"gcp": "google_compute_instance",
|
|
7
|
+
"notes": "General purpose VM"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"category": "compute_instance_windows",
|
|
11
|
+
"aws": "aws_instance",
|
|
12
|
+
"azure": "azurerm_windows_virtual_machine",
|
|
13
|
+
"gcp": "google_compute_instance",
|
|
14
|
+
"notes": "Windows VM"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"category": "managed_database_postgres",
|
|
18
|
+
"aws": "aws_db_instance",
|
|
19
|
+
"azure": "azurerm_postgresql_flexible_server",
|
|
20
|
+
"gcp": "google_sql_database_instance",
|
|
21
|
+
"notes": "Managed PostgreSQL"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"category": "managed_database_mysql",
|
|
25
|
+
"aws": "aws_db_instance",
|
|
26
|
+
"azure": "azurerm_mysql_flexible_server",
|
|
27
|
+
"gcp": "google_sql_database_instance",
|
|
28
|
+
"notes": "Managed MySQL"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"category": "object_storage",
|
|
32
|
+
"aws": "aws_s3_bucket",
|
|
33
|
+
"azure": "azurerm_storage_account",
|
|
34
|
+
"gcp": "google_storage_bucket",
|
|
35
|
+
"notes": "Object storage"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"category": "block_storage",
|
|
39
|
+
"aws": "aws_ebs_volume",
|
|
40
|
+
"azure": "azurerm_managed_disk",
|
|
41
|
+
"gcp": "google_compute_disk",
|
|
42
|
+
"notes": "Block storage volume"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"category": "load_balancer",
|
|
46
|
+
"aws": "aws_lb",
|
|
47
|
+
"azure": "azurerm_lb",
|
|
48
|
+
"gcp": "google_compute_forwarding_rule",
|
|
49
|
+
"notes": "Load balancer"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"category": "nat_gateway",
|
|
53
|
+
"aws": "aws_nat_gateway",
|
|
54
|
+
"azure": "azurerm_nat_gateway",
|
|
55
|
+
"gcp": "google_compute_router_nat",
|
|
56
|
+
"notes": "NAT gateway"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"category": "kubernetes_cluster",
|
|
60
|
+
"aws": "aws_eks_cluster",
|
|
61
|
+
"azure": "azurerm_kubernetes_cluster",
|
|
62
|
+
"gcp": "google_container_cluster",
|
|
63
|
+
"notes": "Managed Kubernetes"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"category": "kubernetes_node_group",
|
|
67
|
+
"aws": "aws_eks_node_group",
|
|
68
|
+
"azure": "azurerm_kubernetes_cluster_node_pool",
|
|
69
|
+
"gcp": "google_container_node_pool",
|
|
70
|
+
"notes": "Kubernetes node pool"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"category": "dns_zone",
|
|
74
|
+
"aws": "aws_route53_zone",
|
|
75
|
+
"azure": "azurerm_dns_zone",
|
|
76
|
+
"gcp": "google_dns_managed_zone",
|
|
77
|
+
"notes": "DNS hosted zone"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"category": "cdn",
|
|
81
|
+
"aws": "aws_cloudfront_distribution",
|
|
82
|
+
"azure": "azurerm_cdn_profile",
|
|
83
|
+
"gcp": "google_compute_backend_bucket",
|
|
84
|
+
"notes": "CDN distribution"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"category": "redis_cache",
|
|
88
|
+
"aws": "aws_elasticache_cluster",
|
|
89
|
+
"azure": "azurerm_redis_cache",
|
|
90
|
+
"gcp": "google_redis_instance",
|
|
91
|
+
"notes": "Managed Redis"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"category": "container_registry",
|
|
95
|
+
"aws": "aws_ecr_repository",
|
|
96
|
+
"azure": "azurerm_container_registry",
|
|
97
|
+
"gcp": "google_artifact_registry_repository",
|
|
98
|
+
"notes": "Container registry"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"category": "secrets",
|
|
102
|
+
"aws": "aws_secretsmanager_secret",
|
|
103
|
+
"azure": "azurerm_key_vault",
|
|
104
|
+
"gcp": "google_secret_manager_secret",
|
|
105
|
+
"notes": "Secrets management"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"category": "api_gateway",
|
|
109
|
+
"aws": "aws_api_gateway_rest_api",
|
|
110
|
+
"azure": "azurerm_api_management",
|
|
111
|
+
"gcp": "google_apigateway_api",
|
|
112
|
+
"notes": "API Gateway / Management"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"category": "waf",
|
|
116
|
+
"aws": "aws_wafv2_web_acl",
|
|
117
|
+
"azure": "azurerm_web_application_firewall_policy",
|
|
118
|
+
"gcp": "google_compute_security_policy",
|
|
119
|
+
"notes": "Web Application Firewall"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"category": "search",
|
|
123
|
+
"aws": "aws_opensearch_domain",
|
|
124
|
+
"azure": "azurerm_search_service",
|
|
125
|
+
"gcp": "google_elasticsearch_domain",
|
|
126
|
+
"notes": "Managed search / OpenSearch"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"category": "messaging",
|
|
130
|
+
"aws": "aws_sns_topic",
|
|
131
|
+
"azure": "azurerm_servicebus_namespace",
|
|
132
|
+
"gcp": "google_pubsub_topic",
|
|
133
|
+
"notes": "Messaging / notifications"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"category": "ml_inference_endpoint",
|
|
137
|
+
"aws": "aws_sagemaker_endpoint",
|
|
138
|
+
"azure": "azurerm_machine_learning_inference_cluster",
|
|
139
|
+
"gcp": "google_vertex_ai_endpoint",
|
|
140
|
+
"notes": "ML/AI inference endpoint"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"category": "message_broker",
|
|
144
|
+
"aws": "aws_mq_broker",
|
|
145
|
+
"azure": "azurerm_eventhub_namespace",
|
|
146
|
+
"gcp": "google_pubsub_subscription",
|
|
147
|
+
"notes": "Message broker / event streaming"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"category": "redis_replication_group",
|
|
151
|
+
"aws": "aws_elasticache_replication_group",
|
|
152
|
+
"azure": "azurerm_redis_cache",
|
|
153
|
+
"gcp": "google_redis_instance",
|
|
154
|
+
"notes": "Redis replication / HA cache"
|
|
155
|
+
}
|
|
17
156
|
]
|