From 4bec2b5c9e0dffc2646934224bbaf1d73b80e87f Mon Sep 17 00:00:00 2001 From: Shashwat Pathak Date: Thu, 14 Nov 2024 16:15:26 +0530 Subject: [PATCH 01/54] if price is 0, exclude from dataset (#174) * if price is 0, exclude from dataset * removed .DS_Store * added generated files --- aws/af-south-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-east-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-northeast-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-northeast-2.json | 344 +++++++++++++++++++++++++++++++ aws/ap-northeast-3.json | 344 +++++++++++++++++++++++++++++++ aws/ap-south-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-south-2.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-2.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-3.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-4.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-5.json | 179 ++++++++++++++++ aws/ca-central-1.json | 344 +++++++++++++++++++++++++++++++ aws/ca-west-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-central-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-central-2.json | 344 +++++++++++++++++++++++++++++++ aws/eu-north-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-south-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-south-2.json | 344 +++++++++++++++++++++++++++++++ aws/eu-west-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-west-2.json | 344 +++++++++++++++++++++++++++++++ aws/eu-west-3.json | 344 +++++++++++++++++++++++++++++++ aws/il-central-1.json | 344 +++++++++++++++++++++++++++++++ aws/me-central-1.json | 344 +++++++++++++++++++++++++++++++ aws/me-south-1.json | 344 +++++++++++++++++++++++++++++++ aws/sa-east-1.json | 344 +++++++++++++++++++++++++++++++ aws/us-east-1.json | 344 +++++++++++++++++++++++++++++++ aws/us-east-2.json | 344 +++++++++++++++++++++++++++++++ aws/us-gov-east-1.json | 179 ++++++++++++++++ aws/us-gov-west-1.json | 179 ++++++++++++++++ aws/us-west-1.json | 344 +++++++++++++++++++++++++++++++ aws/us-west-2.json | 344 +++++++++++++++++++++++++++++++ azure/australiacentral.json | 320 ++++++++++++++++++++++++++++ azure/australiacentral2.json | 320 ++++++++++++++++++++++++++++ azure/australiaeast.json | 320 ++++++++++++++++++++++++++++ azure/australiasoutheast.json | 320 ++++++++++++++++++++++++++++ azure/brazilsouth.json | 320 ++++++++++++++++++++++++++++ azure/brazilsoutheast.json | 320 ++++++++++++++++++++++++++++ azure/canadacentral.json | 320 ++++++++++++++++++++++++++++ azure/canadaeast.json | 320 ++++++++++++++++++++++++++++ azure/centralindia.json | 320 ++++++++++++++++++++++++++++ azure/centralus.json | 320 ++++++++++++++++++++++++++++ azure/eastasia.json | 320 ++++++++++++++++++++++++++++ azure/eastus.json | 320 ++++++++++++++++++++++++++++ azure/eastus2.json | 320 ++++++++++++++++++++++++++++ azure/francecentral.json | 320 ++++++++++++++++++++++++++++ azure/francesouth.json | 320 ++++++++++++++++++++++++++++ azure/germanynorth.json | 320 ++++++++++++++++++++++++++++ azure/germanywestcentral.json | 320 ++++++++++++++++++++++++++++ azure/israelcentral.json | 320 ++++++++++++++++++++++++++++ azure/italynorth.json | 320 ++++++++++++++++++++++++++++ azure/japaneast.json | 320 ++++++++++++++++++++++++++++ azure/japanwest.json | 320 ++++++++++++++++++++++++++++ azure/jioindiawest.json | 167 +++++++++++++++ azure/koreacentral.json | 320 ++++++++++++++++++++++++++++ azure/koreasouth.json | 320 ++++++++++++++++++++++++++++ azure/mexicocentral.json | 320 ++++++++++++++++++++++++++++ azure/northcentralus.json | 320 ++++++++++++++++++++++++++++ azure/northeurope.json | 320 ++++++++++++++++++++++++++++ azure/norwayeast.json | 320 ++++++++++++++++++++++++++++ azure/norwaywest.json | 320 ++++++++++++++++++++++++++++ azure/polandcentral.json | 320 ++++++++++++++++++++++++++++ azure/qatarcentral.json | 320 ++++++++++++++++++++++++++++ azure/southafricanorth.json | 320 ++++++++++++++++++++++++++++ azure/southafricawest.json | 320 ++++++++++++++++++++++++++++ azure/southcentralus.json | 320 ++++++++++++++++++++++++++++ azure/southeastasia.json | 320 ++++++++++++++++++++++++++++ azure/southindia.json | 320 ++++++++++++++++++++++++++++ azure/spaincentral.json | 320 ++++++++++++++++++++++++++++ azure/swedencentral.json | 320 ++++++++++++++++++++++++++++ azure/switzerlandnorth.json | 320 ++++++++++++++++++++++++++++ azure/switzerlandwest.json | 320 ++++++++++++++++++++++++++++ azure/uaecentral.json | 320 ++++++++++++++++++++++++++++ azure/uaenorth.json | 320 ++++++++++++++++++++++++++++ azure/uksouth.json | 320 ++++++++++++++++++++++++++++ azure/ukwest.json | 320 ++++++++++++++++++++++++++++ azure/usgovarizona.json | 320 ++++++++++++++++++++++++++++ azure/usgovtexas.json | 320 ++++++++++++++++++++++++++++ azure/usgovvirginia.json | 320 ++++++++++++++++++++++++++++ azure/westcentralus.json | 320 ++++++++++++++++++++++++++++ azure/westeurope.json | 320 ++++++++++++++++++++++++++++ azure/westindia.json | 320 ++++++++++++++++++++++++++++ azure/westus.json | 320 ++++++++++++++++++++++++++++ azure/westus2.json | 320 ++++++++++++++++++++++++++++ azure/westus3.json | 320 ++++++++++++++++++++++++++++ gcp/africa-south1.json | 296 ++++++++++++++++++++++++++ gcp/asia-east1.json | 296 ++++++++++++++++++++++++++ gcp/asia-east2.json | 296 ++++++++++++++++++++++++++ gcp/asia-northeast1.json | 296 ++++++++++++++++++++++++++ gcp/asia-northeast2.json | 296 ++++++++++++++++++++++++++ gcp/asia-northeast3.json | 296 ++++++++++++++++++++++++++ gcp/asia-south1.json | 296 ++++++++++++++++++++++++++ gcp/asia-south2.json | 296 ++++++++++++++++++++++++++ gcp/asia-southeast1.json | 296 ++++++++++++++++++++++++++ gcp/asia-southeast2.json | 296 ++++++++++++++++++++++++++ gcp/australia-southeast1.json | 296 ++++++++++++++++++++++++++ gcp/australia-southeast2.json | 296 ++++++++++++++++++++++++++ gcp/europe-central2.json | 296 ++++++++++++++++++++++++++ gcp/europe-north1.json | 296 ++++++++++++++++++++++++++ gcp/europe-southwest1.json | 296 ++++++++++++++++++++++++++ gcp/europe-west1.json | 296 ++++++++++++++++++++++++++ gcp/europe-west10.json | 296 ++++++++++++++++++++++++++ gcp/europe-west12.json | 296 ++++++++++++++++++++++++++ gcp/europe-west2.json | 296 ++++++++++++++++++++++++++ gcp/europe-west3.json | 296 ++++++++++++++++++++++++++ gcp/europe-west4.json | 296 ++++++++++++++++++++++++++ gcp/europe-west6.json | 296 ++++++++++++++++++++++++++ gcp/europe-west8.json | 296 ++++++++++++++++++++++++++ gcp/europe-west9.json | 296 ++++++++++++++++++++++++++ gcp/me-central1.json | 296 ++++++++++++++++++++++++++ gcp/me-central2.json | 296 ++++++++++++++++++++++++++ gcp/me-west1.json | 296 ++++++++++++++++++++++++++ gcp/northamerica-northeast1.json | 296 ++++++++++++++++++++++++++ gcp/northamerica-northeast2.json | 296 ++++++++++++++++++++++++++ gcp/northamerica-south1.json | 296 ++++++++++++++++++++++++++ gcp/southamerica-east1.json | 296 ++++++++++++++++++++++++++ gcp/southamerica-west1.json | 296 ++++++++++++++++++++++++++ gcp/us-central1.json | 296 ++++++++++++++++++++++++++ gcp/us-east1.json | 296 ++++++++++++++++++++++++++ gcp/us-east4.json | 296 ++++++++++++++++++++++++++ gcp/us-east5.json | 296 ++++++++++++++++++++++++++ gcp/us-south1.json | 296 ++++++++++++++++++++++++++ gcp/us-west1.json | 296 ++++++++++++++++++++++++++ gcp/us-west2.json | 296 ++++++++++++++++++++++++++ gcp/us-west3.json | 296 ++++++++++++++++++++++++++ gcp/us-west4.json | 296 ++++++++++++++++++++++++++ 126 files changed, 39456 insertions(+) create mode 100644 aws/af-south-1.json create mode 100644 aws/ap-east-1.json create mode 100644 aws/ap-northeast-1.json create mode 100644 aws/ap-northeast-2.json create mode 100644 aws/ap-northeast-3.json create mode 100644 aws/ap-south-1.json create mode 100644 aws/ap-south-2.json create mode 100644 aws/ap-southeast-1.json create mode 100644 aws/ap-southeast-2.json create mode 100644 aws/ap-southeast-3.json create mode 100644 aws/ap-southeast-4.json create mode 100644 aws/ap-southeast-5.json create mode 100644 aws/ca-central-1.json create mode 100644 aws/ca-west-1.json create mode 100644 aws/eu-central-1.json create mode 100644 aws/eu-central-2.json create mode 100644 aws/eu-north-1.json create mode 100644 aws/eu-south-1.json create mode 100644 aws/eu-south-2.json create mode 100644 aws/eu-west-1.json create mode 100644 aws/eu-west-2.json create mode 100644 aws/eu-west-3.json create mode 100644 aws/il-central-1.json create mode 100644 aws/me-central-1.json create mode 100644 aws/me-south-1.json create mode 100644 aws/sa-east-1.json create mode 100644 aws/us-east-1.json create mode 100644 aws/us-east-2.json create mode 100644 aws/us-gov-east-1.json create mode 100644 aws/us-gov-west-1.json create mode 100644 aws/us-west-1.json create mode 100644 aws/us-west-2.json create mode 100644 azure/australiacentral.json create mode 100644 azure/australiacentral2.json create mode 100644 azure/australiaeast.json create mode 100644 azure/australiasoutheast.json create mode 100644 azure/brazilsouth.json create mode 100644 azure/brazilsoutheast.json create mode 100644 azure/canadacentral.json create mode 100644 azure/canadaeast.json create mode 100644 azure/centralindia.json create mode 100644 azure/centralus.json create mode 100644 azure/eastasia.json create mode 100644 azure/eastus.json create mode 100644 azure/eastus2.json create mode 100644 azure/francecentral.json create mode 100644 azure/francesouth.json create mode 100644 azure/germanynorth.json create mode 100644 azure/germanywestcentral.json create mode 100644 azure/israelcentral.json create mode 100644 azure/italynorth.json create mode 100644 azure/japaneast.json create mode 100644 azure/japanwest.json create mode 100644 azure/jioindiawest.json create mode 100644 azure/koreacentral.json create mode 100644 azure/koreasouth.json create mode 100644 azure/mexicocentral.json create mode 100644 azure/northcentralus.json create mode 100644 azure/northeurope.json create mode 100644 azure/norwayeast.json create mode 100644 azure/norwaywest.json create mode 100644 azure/polandcentral.json create mode 100644 azure/qatarcentral.json create mode 100644 azure/southafricanorth.json create mode 100644 azure/southafricawest.json create mode 100644 azure/southcentralus.json create mode 100644 azure/southeastasia.json create mode 100644 azure/southindia.json create mode 100644 azure/spaincentral.json create mode 100644 azure/swedencentral.json create mode 100644 azure/switzerlandnorth.json create mode 100644 azure/switzerlandwest.json create mode 100644 azure/uaecentral.json create mode 100644 azure/uaenorth.json create mode 100644 azure/uksouth.json create mode 100644 azure/ukwest.json create mode 100644 azure/usgovarizona.json create mode 100644 azure/usgovtexas.json create mode 100644 azure/usgovvirginia.json create mode 100644 azure/westcentralus.json create mode 100644 azure/westeurope.json create mode 100644 azure/westindia.json create mode 100644 azure/westus.json create mode 100644 azure/westus2.json create mode 100644 azure/westus3.json create mode 100644 gcp/africa-south1.json create mode 100644 gcp/asia-east1.json create mode 100644 gcp/asia-east2.json create mode 100644 gcp/asia-northeast1.json create mode 100644 gcp/asia-northeast2.json create mode 100644 gcp/asia-northeast3.json create mode 100644 gcp/asia-south1.json create mode 100644 gcp/asia-south2.json create mode 100644 gcp/asia-southeast1.json create mode 100644 gcp/asia-southeast2.json create mode 100644 gcp/australia-southeast1.json create mode 100644 gcp/australia-southeast2.json create mode 100644 gcp/europe-central2.json create mode 100644 gcp/europe-north1.json create mode 100644 gcp/europe-southwest1.json create mode 100644 gcp/europe-west1.json create mode 100644 gcp/europe-west10.json create mode 100644 gcp/europe-west12.json create mode 100644 gcp/europe-west2.json create mode 100644 gcp/europe-west3.json create mode 100644 gcp/europe-west4.json create mode 100644 gcp/europe-west6.json create mode 100644 gcp/europe-west8.json create mode 100644 gcp/europe-west9.json create mode 100644 gcp/me-central1.json create mode 100644 gcp/me-central2.json create mode 100644 gcp/me-west1.json create mode 100644 gcp/northamerica-northeast1.json create mode 100644 gcp/northamerica-northeast2.json create mode 100644 gcp/northamerica-south1.json create mode 100644 gcp/southamerica-east1.json create mode 100644 gcp/southamerica-west1.json create mode 100644 gcp/us-central1.json create mode 100644 gcp/us-east1.json create mode 100644 gcp/us-east4.json create mode 100644 gcp/us-east5.json create mode 100644 gcp/us-south1.json create mode 100644 gcp/us-west1.json create mode 100644 gcp/us-west2.json create mode 100644 gcp/us-west3.json create mode 100644 gcp/us-west4.json diff --git a/aws/af-south-1.json b/aws/af-south-1.json new file mode 100644 index 000000000..b75905929 --- /dev/null +++ b/aws/af-south-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.824, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.912, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.912, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.936, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2744122448979592, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2958377358490566, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3006584905660378, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32654259259259255, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.206, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.217, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.228, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.228, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06835652173913044, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.xlarge", + "InstanceType": "c5ad.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07273111111111111, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07526444444444445, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07684418604651162, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.412, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4339, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.456, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.456, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.13171458333333333, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1396132075471698, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16636785714285712, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17354423076923078, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-east-1.json b/aws/ap-east-1.json new file mode 100644 index 000000000..23441f3b4 --- /dev/null +++ b/aws/ap-east-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7776, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3.4xlarge", + "InstanceType": "i3.4xlarge", + "Memory": 124928, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20698333333333332, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21689666666666665, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "g4dn.4xlarge", + "InstanceType": "g4dn.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.22506222222222225, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23421351351351352, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.194, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1944, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.216, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.216, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.xlarge", + "InstanceType": "m5d.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05148958333333333, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3.xlarge", + "InstanceType": "i3.xlarge", + "Memory": 31232, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05460204081632653, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06170975609756098, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06238965517241379, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.388, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3888, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.432, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.432, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06733157894736841, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12404285714285714, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.128765, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12922972972972974, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-northeast-1.json b/aws/ap-northeast-1.json new file mode 100644 index 000000000..8066b41bc --- /dev/null +++ b/aws/ap-northeast-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7704, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.85386, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3163448979591837, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3279918367346939, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.334754, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.33480638297872345, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1926, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1958, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21347, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06853214285714286, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08313170731707317, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08335, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08527826086956522, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.384, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3852, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3917, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.42693, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14406969696969696, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15642121212121213, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15886734693877552, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16108604651162792, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-northeast-2.json b/aws/ap-northeast-2.json new file mode 100644 index 000000000..7b8fbee86 --- /dev/null +++ b/aws/ap-northeast-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.688, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76608, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.768, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.768, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10284137931034483, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "g3.4xlarge", + "InstanceType": "g3.4xlarge", + "Memory": 124928, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16359565217391306, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16658833333333334, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20102542372881357, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.172, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1872, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19152, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.192, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04868275862068965, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.059319565217391304, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.059901923076923075, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0619764705882353, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3744, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38304, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.384, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05999310344827586, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08738620689655172, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09504222222222224, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10422307692307692, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-northeast-3.json b/aws/ap-northeast-3.json new file mode 100644 index 000000000..2e62fdd40 --- /dev/null +++ b/aws/ap-northeast-3.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.976, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.992, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.30009375, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3021471698113207, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.331526, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m4.4xlarge", + "InstanceType": "m4.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3518764705882353, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.214, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.214, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2176, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2432, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07302075471698113, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07583877551020408, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07617391304347826, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c4.xlarge", + "InstanceType": "c4.xlarge", + "Memory": 7680, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08229285714285714, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.428, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.428, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4352, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4864, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14941458333333332, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15113333333333331, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15190208333333333, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16474999999999998, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-south-1.json b/aws/ap-south-1.json new file mode 100644 index 000000000..0a5010e48 --- /dev/null +++ b/aws/ap-south-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.374, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.376, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.444, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4444, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11515294117647058, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18812727272727273, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1929288888888889, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.196772, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0935, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.094, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0986, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.xlarge", + "InstanceType": "m5a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.111, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.03454893617021276, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.042469230769230766, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05260697674418604, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.xlarge", + "InstanceType": "m5a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05382142857142857, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.187, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.188, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1971, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.2xlarge", + "InstanceType": "m5a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.222, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07176190476190476, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08040392156862745, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09338095238095238, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09438529411764705, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-south-2.json b/aws/ap-south-2.json new file mode 100644 index 000000000..99f436825 --- /dev/null +++ b/aws/ap-south-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4444, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.792, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.152434, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.22332291666666668, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.22393269230769233, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25843541666666664, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1111, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1792, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0386843137254902, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05555217391304348, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05567391304347826, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05914878048780488, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.2xlarge", + "InstanceType": "m6a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2222, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.34, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.34, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3584, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.2xlarge", + "InstanceType": "m6a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08069230769230769, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11099999999999999, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.113336, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11993061224489796, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-1.json b/aws/ap-southeast-1.json new file mode 100644 index 000000000..83122a8a5 --- /dev/null +++ b/aws/ap-southeast-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.704, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7056, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7822, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.784, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25452340425531916, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25492608695652175, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25818490566037733, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.27842500000000003, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.176, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1764, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1888, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19555, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06497619047619048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.xlarge", + "InstanceType": "c6id.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07239555555555556, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07361111111111111, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07608181818181818, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.352, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3528, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3776, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3911, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1368859649122807, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.13845681818181818, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15102083333333333, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15413829787234043, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-2.json b/aws/ap-southeast-2.json new file mode 100644 index 000000000..d11478e38 --- /dev/null +++ b/aws/ap-southeast-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7992, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.29988750000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.313686, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.33278199999999997, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.33478, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1901, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1998, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07172954545454545, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07824255319148936, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08365777777777778, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08557291666666667, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3802, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3996, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14805625, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15685510204081632, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.158825, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16611599999999999, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-3.json b/aws/ap-southeast-3.json new file mode 100644 index 000000000..33b1b1112 --- /dev/null +++ b/aws/ap-southeast-3.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.784, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.896, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.96, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.96, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5n.4xlarge", + "InstanceType": "c5n.4xlarge", + "Memory": 43008, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15630789473684212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i4i.4xlarge", + "InstanceType": "i4i.4xlarge", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1723957446808511, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17885370370370368, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "r7i.4xlarge", + "InstanceType": "r7i.4xlarge", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1960586956521739, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.196, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.224, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.xlarge", + "InstanceType": "m5d.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.02885348837209302, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i4i.xlarge", + "InstanceType": "i4i.xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05005263157894737, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3.xlarge", + "InstanceType": "i3.xlarge", + "Memory": 31232, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.050314, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5n.xlarge", + "InstanceType": "c5n.xlarge", + "Memory": 10752, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05851219512195122, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.392, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.448, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.48, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05564444444444444, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3.2xlarge", + "InstanceType": "i3.2xlarge", + "Memory": 62464, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08554090909090908, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i4i.2xlarge", + "InstanceType": "i4i.2xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08578039215686276, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3en.2xlarge", + "InstanceType": "i3en.2xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10964444444444445, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-4.json b/aws/ap-southeast-4.json new file mode 100644 index 000000000..2a187f686 --- /dev/null +++ b/aws/ap-southeast-4.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.888, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.96, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.008, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.4xlarge", + "InstanceType": "m5d.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.136, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1389084745762712, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15818909090909092, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.4xlarge", + "InstanceType": "m5d.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18184, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c6in.4xlarge", + "InstanceType": "c6in.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.189035593220339, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.222, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.252, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0340188679245283, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04575384615384615, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c6in.xlarge", + "InstanceType": "c6in.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04870847457627119, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.xlarge", + "InstanceType": "m5d.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04876274509803921, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.444, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.48, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.504, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.068618, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c6in.2xlarge", + "InstanceType": "c6in.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0914655172413793, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.2xlarge", + "InstanceType": "m5d.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09194000000000001, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09725471698113207, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-5.json b/aws/ap-southeast-5.json new file mode 100644 index 000000000..ef8d52cec --- /dev/null +++ b/aws/ap-southeast-5.json @@ -0,0 +1,179 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6664, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.69976, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.4xlarge", + "InstanceType": "c6id.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.79968, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + } + ], + "spot": [] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1666, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17494, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1901, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.xlarge", + "InstanceType": "c6id.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19992, + "tags": [] + } + ], + "spot": [] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3332, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.34988, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3802, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.2xlarge", + "InstanceType": "c6id.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.39984, + "tags": [] + } + ], + "spot": [] + } +} \ No newline at end of file diff --git a/aws/ca-central-1.json b/aws/ca-central-1.json new file mode 100644 index 000000000..2a72f8f68 --- /dev/null +++ b/aws/ca-central-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6696, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.672, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.74214, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.744, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.246008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.258626, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26186000000000004, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26208297872340425, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.167, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1674, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.168, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18554, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06845454545454545, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06870833333333333, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.068722, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06906458333333333, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3341, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3348, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.336, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.37107, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12054000000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.122988, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12796363636363636, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.13219583333333332, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ca-west-1.json b/aws/ca-west-1.json new file mode 100644 index 000000000..6eea09b32 --- /dev/null +++ b/aws/ca-west-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.744, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.744, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3306383333333333, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.36528, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.4xlarge", + "InstanceType": "c6id.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38957037037037034, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4079276595744681, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1856, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.186, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.186, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.214, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08370454545454545, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0843234375, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08967333333333334, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.xlarge", + "InstanceType": "c6id.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09662222222222222, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3712, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.372, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.372, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.428, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16837708333333334, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1684263157894737, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18910740740740742, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.2xlarge", + "InstanceType": "m6i.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21251250000000002, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-central-1.json b/aws/eu-central-1.json new file mode 100644 index 000000000..d60b387a9 --- /dev/null +++ b/aws/eu-central-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.696, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6984, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.77406, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.776, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1347121212121212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19669545454545456, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24041627906976742, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2559021739130435, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1728, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.174, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1746, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.192, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.03441034482758621, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06491666666666666, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06762926829268293, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0694081081081081, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3456, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.348, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3492, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.384, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.062338235294117646, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1256609756097561, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12830666666666665, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1321263157894737, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-central-2.json b/aws/eu-central-2.json new file mode 100644 index 000000000..852790462 --- /dev/null +++ b/aws/eu-central-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.854, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.977, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.012, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.012, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2085468085106383, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25204489795918367, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6id.4xlarge", + "InstanceType": "m6id.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2897127272727273, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.4xlarge", + "InstanceType": "m5d.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3049142857142857, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.213, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.244, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.253, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05462549019607843, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.059710869565217393, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06179512195121951, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06945, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.427, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.488, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.506, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10213673469387755, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12152830188679245, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12484905660377359, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1523258620689655, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-north-1.json b/aws/eu-north-1.json new file mode 100644 index 000000000..722815d27 --- /dev/null +++ b/aws/eu-north-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.656, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.72618, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1976607843137255, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20704807692307695, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24389038461538462, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2580446808510638, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.164, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1728, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18155, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.182, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05322765957446809, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0587063829787234, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.060780769230769235, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.061806818181818185, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.328, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3456, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.36309, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.364, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09958600000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10488181818181817, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10620285714285714, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10787954545454545, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-south-1.json b/aws/eu-south-1.json new file mode 100644 index 000000000..ed7199c66 --- /dev/null +++ b/aws/eu-south-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8064, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1607111111111111, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16253454545454546, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16438775510204082, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1745603448275862, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1725, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.182, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1917, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2016, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04803777777777778, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04906122448979592, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04923703703703703, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.050795, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.345, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.364, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3834, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.2xlarge", + "InstanceType": "m6a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4032, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07927142857142858, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0841391304347826, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.2xlarge", + "InstanceType": "m6a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08483962264150943, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08805283018867925, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-south-2.json b/aws/eu-south-2.json new file mode 100644 index 000000000..599aae58e --- /dev/null +++ b/aws/eu-south-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76608, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.768, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8064, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m7i-flex.4xlarge", + "InstanceType": "m7i-flex.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.85384, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20692745098039217, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20841923076923077, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21753541666666665, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2211050847457627, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1824, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19152, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.192, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2016, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04788205128205128, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.050104166666666665, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05450434782608696, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m7i-flex.xlarge", + "InstanceType": "m7i-flex.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05695576923076923, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3648, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38304, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.384, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4032, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0984078431372549, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10190392156862745, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10422777777777778, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m7i-flex.2xlarge", + "InstanceType": "m7i-flex.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11338571428571428, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-west-1.json b/aws/eu-west-1.json new file mode 100644 index 000000000..6b0acd389 --- /dev/null +++ b/aws/eu-west-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.65664, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.688, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.72778, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7296, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2893872340425532, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32447551020408166, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32498125, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.33666734693877554, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1632, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16416, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.172, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18194, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0693235294117647, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07338, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.080806, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08222340425531915, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3264, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32832, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.344, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.36389, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14221111111111112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14263673469387755, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15946666666666667, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16337234042553192, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-west-2.json b/aws/eu-west-2.json new file mode 100644 index 000000000..eb881d355 --- /dev/null +++ b/aws/eu-west-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7272, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7992, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26082500000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2854056603773585, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.28835102040816324, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.290838, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1699, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1818, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.182, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1888, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06471875, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06837551020408163, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07277916666666666, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0729265306122449, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3398, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3636, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.364, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3776, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12524565217391306, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1299537037037037, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.13084901960784315, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14303636363636363, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-west-3.json b/aws/eu-west-3.json new file mode 100644 index 000000000..72076a960 --- /dev/null +++ b/aws/eu-west-3.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.80598, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.28041875, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.288706, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.30808372093023256, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.31006, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1699, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.182, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1888, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2015, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06707755102040816, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0736673076923077, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07543000000000001, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0765469387755102, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3398, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.364, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3776, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.40299, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1357357142857143, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14082, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1436204081632653, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15072391304347826, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/il-central-1.json b/aws/il-central-1.json new file mode 100644 index 000000000..dbed1c81d --- /dev/null +++ b/aws/il-central-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76608, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.806, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8988, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.899, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.320034693877551, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.34259074074074075, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3887283333333333, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.391478, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1715, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19152, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1917, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.202, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0722195652173913, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08177111111111111, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0821875, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08635660377358491, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.343, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38304, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3834, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.403, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.144742, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1639326923076923, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16575636363636365, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17400754716981132, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/me-central-1.json b/aws/me-central-1.json new file mode 100644 index 000000000..eeb8523c3 --- /dev/null +++ b/aws/me-central-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.845, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.9416, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.942, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.959, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23115535714285712, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2681566037735849, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c6in.4xlarge", + "InstanceType": "c6in.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2908214285714286, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32857777777777775, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2006, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.211, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.235, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2354, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.060390697674418604, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06377173913043478, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07011627906976745, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07052888888888889, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4013, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.422, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.2xlarge", + "InstanceType": "m6i.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4708, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.471, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10139818181818182, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14287608695652174, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14548703703703703, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.2xlarge", + "InstanceType": "m6i.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1649, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/me-south-1.json b/aws/me-south-1.json new file mode 100644 index 000000000..90c0f8327 --- /dev/null +++ b/aws/me-south-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8448, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.845, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2296642857142857, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23583529411764706, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23782115384615385, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24594000000000002, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2006, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.211, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.057529787234042555, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05859545454545454, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0606566037735849, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.xlarge", + "InstanceType": "c5ad.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06078039215686275, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4013, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.422, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11018983050847457, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11637826086956521, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12156739130434784, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.2xlarge", + "InstanceType": "c5ad.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12647962962962964, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/sa-east-1.json b/aws/sa-east-1.json new file mode 100644 index 000000000..e58ea27f7 --- /dev/null +++ b/aws/sa-east-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.9432, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.944, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.04538, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.048, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.117022, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c4.4xlarge", + "InstanceType": "c4.4xlarge", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12449615384615384, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.4xlarge", + "InstanceType": "c6id.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1538030303030303, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m4.4xlarge", + "InstanceType": "m4.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15509714285714285, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2358, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.236, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2419, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26135, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.xlarge", + "InstanceType": "c6id.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.03368076923076923, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.xlarge", + "InstanceType": "inf1.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04024166666666667, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05886190476190476, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.xlarge", + "InstanceType": "m5d.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.061112, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4716, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.472, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4838, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.52269, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05579038461538462, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06118571428571429, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06157173913043478, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.2xlarge", + "InstanceType": "c6id.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06933055555555555, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/us-east-1.json b/aws/us-east-1.json new file mode 100644 index 000000000..f2024d3f0 --- /dev/null +++ b/aws/us-east-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.612, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.616, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6783, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23843452380952382, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2438170731707317, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24848795180722894, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2487951219512195, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.153, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.154, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1664, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.042712820512820514, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "r6a.xlarge", + "InstanceType": "r6a.xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04593157894736842, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05585679012345679, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05780151515151515, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.306, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.308, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3328, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09256464646464646, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11446800000000001, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1191132530120482, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12180256410256411, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/us-east-2.json b/aws/us-east-2.json new file mode 100644 index 000000000..abf0007ce --- /dev/null +++ b/aws/us-east-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.612, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.616, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6783, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24162916666666667, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24807872340425532, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2507107142857143, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26798125, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.153, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.154, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1664, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05927291666666667, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.059667391304347825, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06158888888888889, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06434565217391304, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.306, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.308, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3328, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11067750000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11534901960784315, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.119276, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12398936170212765, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/us-gov-east-1.json b/aws/us-gov-east-1.json new file mode 100644 index 000000000..927de740e --- /dev/null +++ b/aws/us-gov-east-1.json @@ -0,0 +1,179 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.736, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8568, + "tags": [] + } + ], + "spot": [] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1757, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.184, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1952, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.204, + "tags": [] + } + ], + "spot": [] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3514, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.368, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3904, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.408, + "tags": [] + } + ], + "spot": [] + } +} \ No newline at end of file diff --git a/aws/us-gov-west-1.json b/aws/us-gov-west-1.json new file mode 100644 index 000000000..a8e5910eb --- /dev/null +++ b/aws/us-gov-west-1.json @@ -0,0 +1,179 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.736, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.872, + "tags": [] + } + ], + "spot": [] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1757, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.184, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1952, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.204, + "tags": [] + } + ], + "spot": [] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3514, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.368, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3904, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.408, + "tags": [] + } + ], + "spot": [] + } +} \ No newline at end of file diff --git a/aws/us-west-1.json b/aws/us-west-1.json new file mode 100644 index 000000000..38943874f --- /dev/null +++ b/aws/us-west-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7632, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8064, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.29407428571428573, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.30408857142857143, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.31166875, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3137257142857143, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1786, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1908, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1984, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07343333333333332, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.073934375, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.074703125, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07771515151515151, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3571, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3968, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12892727272727272, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1368125, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15029375, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15511944444444445, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/us-west-2.json b/aws/us-west-2.json new file mode 100644 index 000000000..d0b8d0951 --- /dev/null +++ b/aws/us-west-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.612, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.616, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6783, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19586451612903225, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "g4dn.4xlarge", + "InstanceType": "g4dn.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21364897959183674, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2220507462686567, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23724848484848485, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.153, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.154, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1664, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04564761904761905, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05509344262295082, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "m4.xlarge", + "InstanceType": "m4.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05518695652173913, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.055889655172413795, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.306, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.308, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3328, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.101788, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11276363636363637, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1131723076923077, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11460983606557378, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/australiacentral.json b/azure/australiacentral.json new file mode 100644 index 000000000..8158a5f5a --- /dev/null +++ b/azure/australiacentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.747, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.3", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.748, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.834, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.1344, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.19, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.2", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.337, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.411, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.417, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "East US / -21.1", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/australiacentral2.json b/azure/australiacentral2.json new file mode 100644 index 000000000..0c0472dbd --- /dev/null +++ b/azure/australiacentral2.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.673, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.76, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.822, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0864, + "architecture": "x64", + "bestPriceRegion": "Central India / -28.1", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0888, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0888, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.08958, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.168, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.208, + "architecture": "x64", + "bestPriceRegion": "Central India / -52.7", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0216, + "architecture": "x64", + "bestPriceRegion": "Central India / -28.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0222, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0222, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0222, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.337, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.417, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "East US / -21.1", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0432, + "architecture": "x64", + "bestPriceRegion": "Central India / -28.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0444, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0444, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.04486, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/australiaeast.json b/azure/australiaeast.json new file mode 100644 index 000000000..431182005 --- /dev/null +++ b/azure/australiaeast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.673, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.76, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.822, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.1344, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.168, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.19, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.2", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.373, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "East US / -21.1", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/australiasoutheast.json b/azure/australiasoutheast.json new file mode 100644 index 000000000..efc57ddad --- /dev/null +++ b/azure/australiasoutheast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.766, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.84, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.856, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.2", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12474, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.8", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12516, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.3", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13972, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -31.3", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.21, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "Central India / -54", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03094, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.2", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03122, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.9", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03136, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.391, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.42, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.423, + "architecture": "x64", + "bestPriceRegion": "East US / -21.3", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06188, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.2", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0623, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06258, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.3", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/brazilsouth.json b/azure/brazilsouth.json new file mode 100644 index 000000000..360d79994 --- /dev/null +++ b/azure/brazilsouth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.857, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.952, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.968, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.048, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -35.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.14672, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.14672, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.15456, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.8", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.16072, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -35.2", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.232, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -31", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.242, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.257, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0378, + "architecture": "x64", + "bestPriceRegion": "UK South / -41.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03864, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.464, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -31", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.465, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -62.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.484, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.513, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.07336, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07336, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.07728, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.8", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.07924, + "architecture": "x64", + "bestPriceRegion": "UK South / -42", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/brazilsoutheast.json b/azure/brazilsoutheast.json new file mode 100644 index 000000000..8a074dd7f --- /dev/null +++ b/azure/brazilsoutheast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 1.188, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -70.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 1.238, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -93.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.332, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -70.4", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.362, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -50.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.19068, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.19068, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.2009, + "architecture": "x64", + "bestPriceRegion": "Central India / -69.1", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.20902, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -50.1", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.279, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -68.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.302, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -47", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.328, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -93.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Central India / -70.5", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04774, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04774, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.04914, + "architecture": "x64", + "bestPriceRegion": "UK South / -55.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05026, + "architecture": "x64", + "bestPriceRegion": "Central India / -69.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.594, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -70.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.603, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -46.9", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.629, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -68.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.656, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -93.8", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09534, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.4", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.09534, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.10052, + "architecture": "x64", + "bestPriceRegion": "Central India / -69.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.10318, + "architecture": "x64", + "bestPriceRegion": "UK South / -55.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/canadacentral.json b/azure/canadacentral.json new file mode 100644 index 000000000..32199e6b4 --- /dev/null +++ b/azure/canadacentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.731, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.741, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -8.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.742, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10374, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10416, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.1162, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.3", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.148, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.183, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -10.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "East US / -8.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0259, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02604, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.366, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "East US / -10.2", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05194, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05208, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/canadaeast.json b/azure/canadaeast.json new file mode 100644 index 000000000..6aa1fc43b --- /dev/null +++ b/azure/canadaeast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.669, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.731, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.741, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -8.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10374, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10416, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.1", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.148, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.167, + "architecture": "x64", + "bestPriceRegion": "Central India / -41.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.183, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "East US / -8.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0259, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02604, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.366, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "East US / -10.2", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05194, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05208, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/centralindia.json b/azure/centralindia.json new file mode 100644 index 000000000..b5c795317 --- /dev/null +++ b/azure/centralindia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.349, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.444, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.444, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "DC16as_cc_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:02:02", + "name": "Standard_DC16as_cc_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.444, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:37", + "name": "Standard_DC16as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06902, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16a_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:07", + "name": "Standard_D16a_v4", + "paymentType": "payasyougo", + "perfScore": 293654, + "tags": [] + }, + { + "PricePerHour": 0.06902, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16as_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:02:41", + "name": "Standard_D16as_v4", + "paymentType": "payasyougo", + "perfScore": 292074, + "tags": [] + }, + { + "PricePerHour": 0.07518, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16ads_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:56", + "name": "Standard_D16ads_v5", + "paymentType": "payasyougo", + "perfScore": 306800, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.0984, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.106, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -17.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.111, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "DC4as_cc_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:20", + "name": "Standard_DC4as_cc_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.111, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:42", + "name": "Standard_DC4as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.01554, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.01722, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D4a_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:06:15", + "name": "Standard_D4a_v4", + "paymentType": "payasyougo", + "perfScore": 70996, + "tags": [] + }, + { + "PricePerHour": 0.01722, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D4as_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_D4as_v4", + "paymentType": "payasyougo", + "perfScore": 71707, + "tags": [] + }, + { + "PricePerHour": 0.01876, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D4ads_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:02:59", + "name": "Standard_D4ads_v5", + "paymentType": "payasyougo", + "perfScore": 72644, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -17.5", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "DC8as_cc_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:30", + "name": "Standard_DC8as_cc_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:18", + "name": "Standard_DC8as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03444, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D8a_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:12", + "name": "Standard_D8a_v4", + "paymentType": "payasyougo", + "perfScore": 151379, + "tags": [] + }, + { + "PricePerHour": 0.03444, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D8as_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:03:14", + "name": "Standard_D8as_v4", + "paymentType": "payasyougo", + "perfScore": 151474, + "tags": [] + }, + { + "PricePerHour": 0.03752, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D8ads_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:52", + "name": "Standard_D8ads_v5", + "paymentType": "payasyougo", + "perfScore": 153951, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/centralus.json b/azure/centralus.json new file mode 100644 index 000000000..4e3ecd6fa --- /dev/null +++ b/azure/centralus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.602, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.68, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -11.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10878, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.9", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12152, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.151, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -14.9", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.2", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.37, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -14.9", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.377, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05446, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.9", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/eastasia.json b/azure/eastasia.json new file mode 100644 index 000000000..68e592922 --- /dev/null +++ b/azure/eastasia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.745, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.2", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.841, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.864, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -21.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.864, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -21.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.13328, + "architecture": "x64", + "bestPriceRegion": "Central India / -53.4", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13776, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.8", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.205, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -57.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.207, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.216, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.216, + "architecture": "x64", + "bestPriceRegion": "East US / -21.8", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03332, + "architecture": "x64", + "bestPriceRegion": "Central India / -53.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.372, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.2", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.432, + "architecture": "x64", + "bestPriceRegion": "North Central US / -21.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.432, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -21.8", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.451, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06664, + "architecture": "x64", + "bestPriceRegion": "Central India / -53.4", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/eastus.json b/azure/eastus.json new file mode 100644 index 000000000..9aa76db1b --- /dev/null +++ b/azure/eastus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.533, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.5", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.675, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09478, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.133, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02366, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.303, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.332, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "East US / 0", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04732, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D8_v3", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:53", + "name": "Standard_D8_v3", + "paymentType": "payasyougo", + "perfScore": 100422, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/eastus2.json b/azure/eastus2.json new file mode 100644 index 000000000..4828e17a8 --- /dev/null +++ b/azure/eastus2.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.602, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.606, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09478, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.133, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.15, + "architecture": "x64", + "bestPriceRegion": "Central India / -34.4", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02366, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.295, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "East US / 0", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04732, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D8_v3", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:53", + "name": "Standard_D8_v3", + "paymentType": "payasyougo", + "perfScore": 100422, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/francecentral.json b/azure/francecentral.json new file mode 100644 index 000000000..de33295c3 --- /dev/null +++ b/azure/francecentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.669, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.676, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.68, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.8", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7.9", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7.9", + "canonicalname": "F16s", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:06", + "name": "Standard_F16s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.151, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.189, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -12.2", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.1", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.1", + "canonicalname": "F4s", + "memory": 8192, + "modifiedDate": "11/11/2024 01:02:58", + "name": "Standard_F4s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.2", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.377, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.378, + "architecture": "x64", + "bestPriceRegion": "East US / -11.9", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7.9", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7.9", + "canonicalname": "F8s", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:04", + "name": "Standard_F8s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/francesouth.json b/azure/francesouth.json new file mode 100644 index 000000000..fc2c2c3a8 --- /dev/null +++ b/azure/francesouth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.783, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -55.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.943, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.4", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.958, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -58.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.047, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -35.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.14658, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Central India / -57.7", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.1", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.196, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -55.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.217, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.239, + "architecture": "x64", + "bestPriceRegion": "Central India / -58.8", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.245, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.7", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.1", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.1", + "canonicalname": "F4s", + "memory": 8192, + "modifiedDate": "11/11/2024 01:02:58", + "name": "Standard_F4s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03682, + "architecture": "x64", + "bestPriceRegion": "Central India / -57.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.428, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.442, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -55.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.472, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.524, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -35.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.07336, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0735, + "architecture": "x64", + "bestPriceRegion": "Central India / -57.7", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.0735, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0735, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.1", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/germanynorth.json b/azure/germanynorth.json new file mode 100644 index 000000000..a579b5338 --- /dev/null +++ b/azure/germanynorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.869, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.884, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.972, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.5", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.998, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -33.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.14126, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.14126, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.15148, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.4", + "canonicalname": "D16a_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:07", + "name": "Standard_D16a_v4", + "paymentType": "payasyougo", + "perfScore": 293654, + "tags": [] + }, + { + "PricePerHour": 0.15148, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.4", + "canonicalname": "D16as_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:02:41", + "name": "Standard_D16as_v4", + "paymentType": "payasyougo", + "perfScore": 292074, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.213, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -25.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.217, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.8", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.225, + "architecture": "x64", + "bestPriceRegion": "Central India / -56.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.24, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.6", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "UK South / -26.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03528, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03528, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0378, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.4", + "canonicalname": "D4a_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:06:15", + "name": "Standard_D4a_v4", + "paymentType": "payasyougo", + "perfScore": 70996, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.398, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -56.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.426, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -21.8", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.479, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.6", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.486, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.5", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05964, + "architecture": "x64", + "bestPriceRegion": "UK South / -22.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07056, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.07056, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.07574, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.5", + "canonicalname": "D8a_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:12", + "name": "Standard_D8a_v4", + "paymentType": "payasyougo", + "perfScore": 151379, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/germanywestcentral.json b/azure/germanywestcentral.json new file mode 100644 index 000000000..f2015e02d --- /dev/null +++ b/azure/germanywestcentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.612, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.691, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.754, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -13.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11648, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.7", + "canonicalname": "D16a_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:07", + "name": "Standard_D16a_v4", + "paymentType": "payasyougo", + "perfScore": 293654, + "tags": [] + }, + { + "PricePerHour": 0.11648, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.7", + "canonicalname": "D16as_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:02:41", + "name": "Standard_D16as_v4", + "paymentType": "payasyougo", + "perfScore": 292074, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.171, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.5", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02912, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.9", + "canonicalname": "D4a_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:06:15", + "name": "Standard_D4a_v4", + "paymentType": "payasyougo", + "perfScore": 70996, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.346, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.377, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05824, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.9", + "canonicalname": "D8a_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:12", + "name": "Standard_D8a_v4", + "paymentType": "payasyougo", + "perfScore": 151379, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/israelcentral.json b/azure/israelcentral.json new file mode 100644 index 000000000..e684f517e --- /dev/null +++ b/azure/israelcentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.679, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.681, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.76, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.766, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B16s_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:54", + "name": "Standard_B16s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.1183, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -20.3", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.19, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.2", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -17.2", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "UK South / -18.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02954, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.304, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.8", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.339, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05614, + "architecture": "x64", + "bestPriceRegion": "UK South / -18.1", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05908, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/italynorth.json b/azure/italynorth.json new file mode 100644 index 000000000..87d30aa1b --- /dev/null +++ b/azure/italynorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.611, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.9", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.752, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.763, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -13.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.9", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.171, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.5", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.342, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.1", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.382, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/japaneast.json b/azure/japaneast.json new file mode 100644 index 000000000..62a747c27 --- /dev/null +++ b/azure/japaneast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.844, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.856, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.856, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11984, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11984, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13664, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.2", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.174, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.9", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "Central India / -54", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -20.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02996, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02996, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03136, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.03332, + "architecture": "x64", + "bestPriceRegion": "UK South / -34.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.384, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.428, + "architecture": "x64", + "bestPriceRegion": "North Central US / -20.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.428, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -21", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06272, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.06832, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.2", + "canonicalname": "D8lds_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:02:17", + "name": "Standard_D8lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/japanwest.json b/azure/japanwest.json new file mode 100644 index 000000000..2c07999b6 --- /dev/null +++ b/azure/japanwest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.694, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.7", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.771, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.856, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.858, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11984, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13132, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -32.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.13664, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.2", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "Central India / -54", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -20.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02996, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03136, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.0329, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -32.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03332, + "architecture": "x64", + "bestPriceRegion": "UK South / -34.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.384, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.392, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.428, + "architecture": "x64", + "bestPriceRegion": "North Central US / -20.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06272, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.06566, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -32.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06832, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.2", + "canonicalname": "D8lds_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:02:17", + "name": "Standard_D8lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/jioindiawest.json b/azure/jioindiawest.json new file mode 100644 index 000000000..844ec43d9 --- /dev/null +++ b/azure/jioindiawest.json @@ -0,0 +1,167 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.349, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.394, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.444, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:37", + "name": "Standard_DC16as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.493, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "D16a_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:07", + "name": "Standard_D16a_v4", + "paymentType": "payasyougo", + "perfScore": 293654, + "tags": [] + } + ], + "spot": [] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.0872, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0984, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.111, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:42", + "name": "Standard_DC4as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.123, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "D4a_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:06:15", + "name": "Standard_D4a_v4", + "paymentType": "payasyougo", + "perfScore": 70996, + "tags": [] + } + ], + "spot": [] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.174, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.197, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:18", + "name": "Standard_DC8as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [] + } +} \ No newline at end of file diff --git a/azure/koreacentral.json b/azure/koreacentral.json new file mode 100644 index 000000000..393d4d08a --- /dev/null +++ b/azure/koreacentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -11.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -11.8", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.81, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F16s", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:06", + "name": "Standard_F16s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.184, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.184, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.4", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -9", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -9", + "canonicalname": "F4s", + "memory": 8192, + "modifiedDate": "11/11/2024 01:02:58", + "name": "Standard_F4s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.368, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.368, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.3", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.384, + "architecture": "x64", + "bestPriceRegion": "North Central US / -11.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F8s", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:04", + "name": "Standard_F8s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/koreasouth.json b/azure/koreasouth.json new file mode 100644 index 000000000..cfbb589a9 --- /dev/null +++ b/azure/koreasouth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.613, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.692, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.751, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.765, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B16s_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:54", + "name": "Standard_B16s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10948, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11074, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.9", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.153, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "East US / -12", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02702, + "architecture": "x64", + "bestPriceRegion": "UK South / -18.7", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02744, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02772, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.9", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.306, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.346, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.384, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -12", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05474, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.9", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05544, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.9", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.0567, + "architecture": "x64", + "bestPriceRegion": "UK South / -18.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/mexicocentral.json b/azure/mexicocentral.json new file mode 100644 index 000000000..21bf8942f --- /dev/null +++ b/azure/mexicocentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.732, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -9", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.744, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.748, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.757, + "architecture": "x64", + "bestPriceRegion": "Central India / -41.3", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.18925, + "architecture": "x64", + "bestPriceRegion": "Central India / -67.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.21125, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.183, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -9.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "East US / -9.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -9.1", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -24.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0465, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04675, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04725, + "architecture": "x64", + "bestPriceRegion": "Central India / -67.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.05275, + "architecture": "x64", + "bestPriceRegion": "UK South / -58.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.366, + "architecture": "x64", + "bestPriceRegion": "East US / -9", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.372, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "North Central US / -9.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.378, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.3", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.093, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0935, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0945, + "architecture": "x64", + "bestPriceRegion": "Central India / -67.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.1055, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.6", + "canonicalname": "D8_v3", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:53", + "name": "Standard_D8_v3", + "paymentType": "payasyougo", + "perfScore": 100422, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/northcentralus.json b/azure/northcentralus.json new file mode 100644 index 000000000..ea539bac4 --- /dev/null +++ b/azure/northcentralus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.589, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.602, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.606, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.7", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.152, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.295, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.303, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "East US / 0", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.7", + "canonicalname": "D8_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:41", + "name": "Standard_D8_v4", + "paymentType": "payasyougo", + "perfScore": 135803, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/northeurope.json b/azure/northeurope.json new file mode 100644 index 000000000..fd590fb11 --- /dev/null +++ b/azure/northeurope.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.578, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -39.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.646, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.726, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.7", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.728, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -8.5", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.1022, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11984, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -16.6", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.163, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.163, + "architecture": "x64", + "bestPriceRegion": "Central India / -39.6", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.18, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.323, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.5", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.326, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.326, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -39.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.364, + "architecture": "x64", + "bestPriceRegion": "East US / -8.5", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0511, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/norwayeast.json b/azure/norwayeast.json new file mode 100644 index 000000000..0a6824df0 --- /dev/null +++ b/azure/norwayeast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.747, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.3", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.822, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.834, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11956, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.13608, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.13776, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.14, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.2, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -20.5", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.208, + "architecture": "x64", + "bestPriceRegion": "Central India / -52.7", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.028, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02996, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03402, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03444, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.5", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.411, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.419, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -20.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05866, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05978, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06804, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06888, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/norwaywest.json b/azure/norwaywest.json new file mode 100644 index 000000000..7119ccebf --- /dev/null +++ b/azure/norwaywest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.949, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -63.2", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.973, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.062, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -62.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.098, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -39.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.17696, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17696, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.17906, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.7", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.219, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -60.2", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.243, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.26, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -38.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Central India / -63", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0364, + "architecture": "x64", + "bestPriceRegion": "UK South / -39.7", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0448, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.475, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -63.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.494, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -60.1", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.523, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.544, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -38.8", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.07616, + "architecture": "x64", + "bestPriceRegion": "UK South / -39.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.08848, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.08848, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.08946, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/polandcentral.json b/azure/polandcentral.json new file mode 100644 index 000000000..a78c53a24 --- /dev/null +++ b/azure/polandcentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.835, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -58.2", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.854, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.854, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11956, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11956, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.1281, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13678, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.3", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.19, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.2, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -20.5", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.213, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -20.2", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.028, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03206, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.418, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -58.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.419, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -20.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.421, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "East US / -21.1", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05866, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05978, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05978, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06412, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/qatarcentral.json b/azure/qatarcentral.json new file mode 100644 index 000000000..60496f44b --- /dev/null +++ b/azure/qatarcentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.681, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.752, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.76, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.802, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -17", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.1183, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.1183, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13188, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.2", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.172, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.8", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -16.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02954, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02954, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.304, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.8", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.056, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05908, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05908, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southafricanorth.json b/azure/southafricanorth.json new file mode 100644 index 000000000..523b9a3f3 --- /dev/null +++ b/azure/southafricanorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.765, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.769, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.855, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.868, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -23.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12754, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12768, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12824, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.14224, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.195, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.5", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.213, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -25.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "UK South / -26.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03192, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03192, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03206, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.421, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.427, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.434, + "architecture": "x64", + "bestPriceRegion": "East US / -23.3", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06244, + "architecture": "x64", + "bestPriceRegion": "UK South / -26.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06384, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06384, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06412, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southafricawest.json b/azure/southafricawest.json new file mode 100644 index 000000000..39b2b6830 --- /dev/null +++ b/azure/southafricawest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.68, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -0.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.973, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -64.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.073, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.085, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -38.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.16604, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -46.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.16674, + "architecture": "x64", + "bestPriceRegion": "Central India / -62.7", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.1778, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -43.8", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "East US / -0.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.243, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -64.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.25, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.9", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.254, + "architecture": "x64", + "bestPriceRegion": "Central India / -61.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03738, + "architecture": "x64", + "bestPriceRegion": "UK South / -41.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04144, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -46.4", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04172, + "architecture": "x64", + "bestPriceRegion": "Central India / -62.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.34, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -0.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.487, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -64.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.536, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.5", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.54238, + "architecture": "x64", + "bestPriceRegion": "East US / -38.6", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07826, + "architecture": "x64", + "bestPriceRegion": "UK South / -41.3", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.08302, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -46.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0833, + "architecture": "x64", + "bestPriceRegion": "Central India / -62.7", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southcentralus.json b/azure/southcentralus.json new file mode 100644 index 000000000..277880564 --- /dev/null +++ b/azure/southcentralus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.639, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.722, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.4", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.781, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.799, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -16.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11564, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.1225, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.9", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.176, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -9.1", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.178, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -51", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.18, + "architecture": "x64", + "bestPriceRegion": "Central India / -45.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -16.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.352, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -9.1", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.354, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.6", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.361, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05782, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southeastasia.json b/azure/southeastasia.json new file mode 100644 index 000000000..50a597df8 --- /dev/null +++ b/azure/southeastasia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.669, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.748, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.784, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -13.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10976, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10976, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.6", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.189, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.9", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.196, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -13.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.196, + "architecture": "x64", + "bestPriceRegion": "East US / -13.8", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02744, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02744, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02772, + "architecture": "x64", + "bestPriceRegion": "UK South / -20.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.1", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.378, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.392, + "architecture": "x64", + "bestPriceRegion": "North Central US / -13.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05488, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05488, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05838, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.3", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southindia.json b/azure/southindia.json new file mode 100644 index 000000000..cca1f97bd --- /dev/null +++ b/azure/southindia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.748, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9.5", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.751, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.5", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.905, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.1", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.922, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -57.3", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10472, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.13426, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -33.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.13524, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.13524, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "F16s", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:06", + "name": "Standard_F16s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "East US / -9.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -22.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -57.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.209, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -23.4", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02618, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "UK South / -23.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0336, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -33.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03388, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23.3", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.418, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -23.4", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.424, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.5", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05236, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06062, + "architecture": "x64", + "bestPriceRegion": "UK South / -24.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06706, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -33.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06762, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/spaincentral.json b/azure/spaincentral.json new file mode 100644 index 000000000..9a1434baf --- /dev/null +++ b/azure/spaincentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.0808, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0912, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B16s_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:54", + "name": "Standard_B16s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.693, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.732, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -9", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0202, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0228, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B16s_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:54", + "name": "Standard_B16s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.10222, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.10329, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.0202, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0228, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.00505, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0057, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02422, + "architecture": "x64", + "bestPriceRegion": "UK South / -9.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02556, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.0404, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0456, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.346, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.366, + "architecture": "x64", + "bestPriceRegion": "East US / -9", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0101, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0114, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05058, + "architecture": "x64", + "bestPriceRegion": "UK South / -9.1", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05111, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/swedencentral.json b/azure/swedencentral.json new file mode 100644 index 000000000..fb943e956 --- /dev/null +++ b/azure/swedencentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.622, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -36.7", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.624, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.686, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.691, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -3.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10192, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10304, + "architecture": "x64", + "bestPriceRegion": "Central India / -39.7", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.5", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.138, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -36.8", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.153, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.156, + "architecture": "x64", + "bestPriceRegion": "Central India / -36.9", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -4", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02576, + "architecture": "x64", + "bestPriceRegion": "Central India / -39.7", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.275, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -36.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.311, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -36.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.346, + "architecture": "x64", + "bestPriceRegion": "East US / -3.8", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05096, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.9", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05152, + "architecture": "x64", + "bestPriceRegion": "Central India / -39.7", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/switzerlandnorth.json b/azure/switzerlandnorth.json new file mode 100644 index 000000000..9239be1db --- /dev/null +++ b/azure/switzerlandnorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.673, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.822, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.834, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.8448, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.1195, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.13608, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.13776, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13999, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.168, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.197, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -19.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.208, + "architecture": "x64", + "bestPriceRegion": "Central India / -52.7", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02758, + "architecture": "x64", + "bestPriceRegion": "UK South / -20.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02988, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03402, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03444, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.5", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.394, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -15.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.411, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.417, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05516, + "architecture": "x64", + "bestPriceRegion": "UK South / -16.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05975, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06804, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06888, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/switzerlandwest.json b/azure/switzerlandwest.json new file mode 100644 index 000000000..468c4926c --- /dev/null +++ b/azure/switzerlandwest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.875, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -60.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.973, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.988, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -60.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.09769, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -39.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.15544, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17696, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.17906, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.18208, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.8", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.237, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -63.2", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.243, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.256, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -37.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Central India / -63", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03584, + "architecture": "x64", + "bestPriceRegion": "UK South / -38.7", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03885, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.9", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.04424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0448, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.475, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -63.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.512, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -35", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.523, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.531, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -62.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.07168, + "architecture": "x64", + "bestPriceRegion": "UK South / -35.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07758, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.8", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.08848, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.08946, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/uaecentral.json b/azure/uaecentral.json new file mode 100644 index 000000000..81506a83a --- /dev/null +++ b/azure/uaecentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.905, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -61.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.997, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.998, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -33.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 1.009, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -32.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.14126, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.15372, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.2", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.15428, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.7", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.16548, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.226, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -61.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.235, + "architecture": "x64", + "bestPriceRegion": "Central India / -58.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.237, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -32.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.249, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.9", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03318, + "architecture": "x64", + "bestPriceRegion": "UK South / -33.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03528, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0385, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03864, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.453, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -61.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.462, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.469, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -58", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.495, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -32.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0693, + "architecture": "x64", + "bestPriceRegion": "UK South / -33.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07056, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.07686, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.2", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.07714, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.7", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/uaenorth.json b/azure/uaenorth.json new file mode 100644 index 000000000..135412aac --- /dev/null +++ b/azure/uaenorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.713, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -51.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.784, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.796, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.5", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.799, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -16.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.1183, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13188, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -27.2", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -16.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.196, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.199, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.6", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02954, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.355, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.6", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.398, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.5", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.399, + "architecture": "x64", + "bestPriceRegion": "East US / -16.5", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.056, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05908, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/uksouth.json b/azure/uksouth.json new file mode 100644 index 000000000..f3e958846 --- /dev/null +++ b/azure/uksouth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.676, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.742, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.754, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.8", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.104, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10504, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11136, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.2", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + }, + { + "PricePerHour": 0.11136, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.2", + "canonicalname": "D16s_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:46", + "name": "Standard_D16s_v3", + "paymentType": "payasyougo", + "perfScore": 199434, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.151, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.183, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -13.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02196, + "architecture": "x64", + "bestPriceRegion": "UK South / 0", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.026, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.2", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02626, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02784, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.2", + "canonicalname": "D4_v3", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:55", + "name": "Standard_D4_v3", + "paymentType": "payasyougo", + "perfScore": 49708, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.2", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.377, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.378, + "architecture": "x64", + "bestPriceRegion": "East US / -11.9", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04596, + "architecture": "x64", + "bestPriceRegion": "UK South / 0", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.052, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05252, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05568, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.2", + "canonicalname": "D8_v3", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:53", + "name": "Standard_D8_v3", + "paymentType": "payasyougo", + "perfScore": 100422, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/ukwest.json b/azure/ukwest.json new file mode 100644 index 000000000..7c5e68172 --- /dev/null +++ b/azure/ukwest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.645, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.9", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.713, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.752, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.4", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.802, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11326, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11522, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11648, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.161, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.8", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "Central India / -45.9", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.7", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.197, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02912, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.322, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.357, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.7", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "East US / -11.4", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + }, + { + "PricePerHour": 0.401, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0567, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05754, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05824, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/usgovarizona.json b/azure/usgovarizona.json new file mode 100644 index 000000000..3ebb13848 --- /dev/null +++ b/azure/usgovarizona.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.622, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.765, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.4", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.776, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.78, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -14.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.119, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12208, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.4", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.156, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / 0", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.176, + "architecture": "x64", + "bestPriceRegion": "Central India / -44.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "UK South / -19.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03052, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.311, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.1", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / 0", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.351, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.5", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05418, + "architecture": "x64", + "bestPriceRegion": "UK South / -15.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0595, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06104, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/usgovtexas.json b/azure/usgovtexas.json new file mode 100644 index 000000000..d430a3de4 --- /dev/null +++ b/azure/usgovtexas.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.737, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.739, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.78, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -14.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.816, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -17", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.119, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.1204, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.4", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13398, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.2", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / 0", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.184, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.9", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.7", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "UK South / -19.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0301, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / 0", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.387, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -14", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05418, + "architecture": "x64", + "bestPriceRegion": "UK South / -15.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.0595, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.4", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0602, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.4", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/usgovvirginia.json b/azure/usgovvirginia.json new file mode 100644 index 000000000..a1f4a8033 --- /dev/null +++ b/azure/usgovvirginia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.622, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.691, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.702, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.78, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -14.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12208, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.4", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.156, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / 0", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.194, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -18", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "UK South / -19.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03052, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / 0", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.348, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.351, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.5", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05418, + "architecture": "x64", + "bestPriceRegion": "UK South / -15.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06104, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westcentralus.json b/azure/westcentralus.json new file mode 100644 index 000000000..97956fe10 --- /dev/null +++ b/azure/westcentralus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.707, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.6", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.713, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -51.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.796, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.5", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.799, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -16.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11564, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.1225, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.9", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.175, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -9.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.176, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -9.1", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.18, + "architecture": "x64", + "bestPriceRegion": "Central India / -45.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0245, + "architecture": "x64", + "bestPriceRegion": "UK South / -10.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.352, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -9.1", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.357, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -51.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.361, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.367, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -9.3", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05138, + "architecture": "x64", + "bestPriceRegion": "UK South / -10.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05782, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westeurope.json b/azure/westeurope.json new file mode 100644 index 000000000..39c8f44cd --- /dev/null +++ b/azure/westeurope.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.612, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.691, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.754, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -13.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11648, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.9", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.153, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02912, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.34, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.382, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05824, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westindia.json b/azure/westindia.json new file mode 100644 index 000000000..d78625a74 --- /dev/null +++ b/azure/westindia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.68, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -0.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.77, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.1218, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -27.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12292, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12292, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F16s", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:06", + "name": "Standard_F16s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "East US / -0.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.189, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.9", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.189, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -22.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "UK South / -23.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03052, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -27.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03066, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.34, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -0.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.341, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.414, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.3", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06062, + "architecture": "x64", + "bestPriceRegion": "UK South / -24.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0609, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -27.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06146, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westus.json b/azure/westus.json new file mode 100644 index 000000000..8f86e8911 --- /dev/null +++ b/azure/westus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.632, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.776, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.6", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.787, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.794, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -16.1", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23.5", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.158, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.8", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.176, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.5", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -14.9", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -16.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.316, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.9", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -14.9", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.388, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.6", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.394, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westus2.json b/azure/westus2.json new file mode 100644 index 000000000..e09d2b175 --- /dev/null +++ b/azure/westus2.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.533, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.5", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.675, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09478, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.152, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.159, + "architecture": "x64", + "bestPriceRegion": "West US 3 / 0", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02226, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02366, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.332, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "West US 3 / 0", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04662, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04732, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westus3.json b/azure/westus3.json new file mode 100644 index 000000000..4fe4a8f02 --- /dev/null +++ b/azure/westus3.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.533, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.5", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.602, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09478, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.133, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.159, + "architecture": "x64", + "bestPriceRegion": "West US 3 / 0", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02226, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02366, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.295, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "West US 3 / 0", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "East US / 0", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04662, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04732, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/africa-south1.json b/gcp/africa-south1.json new file mode 100644 index 000000000..7ff3b8069 --- /dev/null +++ b/gcp/africa-south1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.517656592, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.652702528, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.701207488, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.750226976, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.094624, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.105984, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.135728, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.143616, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.129414148, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.163175632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.175301872, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.187556744, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023656, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026496, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033932, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035904, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.258828296, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.326351264, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.350603744, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.375113488, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.047312, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.052992, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.067864, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.071808, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-east1.json b/gcp/asia-east1.json new file mode 100644 index 000000000..7250f774a --- /dev/null +++ b/gcp/asia-east1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.45824832000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.577792, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.62073504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6562803164062501, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.126030767578125, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.127136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16768, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16893999999999998, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11456208000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.144448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15518376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16406768359375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031507232421874996, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031784, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04192, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042234999999999995, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22912416000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.288896, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31036752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32814015820312503, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0630153837890625, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.063568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08384, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08446999999999999, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-east2.json b/gcp/asia-east2.json new file mode 100644 index 000000000..6b173977a --- /dev/null +++ b/gcp/asia-east2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.55375536, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.698208, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.75009072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.793061515625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11064, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.128645177734375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.144752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14976, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13843884, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.174552, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18752268, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.198262484375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02766, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.032160822265625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.036188, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03744, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.27687768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.349104, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.37504536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3965307578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05532, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0643225888671875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.072376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07488, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-northeast1.json b/gcp/asia-northeast1.json new file mode 100644 index 000000000..bddab85b6 --- /dev/null +++ b/gcp/asia-northeast1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50824848, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.640848, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.68772576, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7279237167968751, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.159872, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.164346078125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17536, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12706212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160212, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17193144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.181978283203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023104, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-4", + "InstanceType": "c3-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028024, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highmem-4", + "InstanceType": "c3-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.037863999999999995, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039968, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25412424, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.320424, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34386288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.36396185839843753, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046208, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-8", + "InstanceType": "c3-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.056048, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highmem-8", + "InstanceType": "c3-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07572799999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.079936, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-northeast2.json b/gcp/asia-northeast2.json new file mode 100644 index 000000000..a5ba8134d --- /dev/null +++ b/gcp/asia-northeast2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50824848, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6408320000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.68772576, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7279237167968751, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.078368, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.106112, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-16", + "InstanceType": "n2d-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.143104, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18635200000000002, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12706212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16020800000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17193144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.181978283203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.019592, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026528, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-4", + "InstanceType": "n2d-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035776, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046588000000000004, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25412424, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32041600000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34386288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.36396185839843753, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039184, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.053056, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-8", + "InstanceType": "n2d-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.071552, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09317600000000001, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-northeast3.json b/gcp/asia-northeast3.json new file mode 100644 index 000000000..174cb1970 --- /dev/null +++ b/gcp/asia-northeast3.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50824848, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6408320000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.68772576, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7279237167968751, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.104688, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.127077169921875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141792, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17026, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12706212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16020800000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17193144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.181978283203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026172, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031768830078125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042565, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25412424, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32041600000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34386288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.36396185839843753, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.052344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0635385849609375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070896, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08513, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-south1.json b/gcp/asia-south1.json new file mode 100644 index 000000000..8a2c404ab --- /dev/null +++ b/gcp/asia-south1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.329344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39580800000000005, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44612799999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44612799999999997, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06224, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-16", + "InstanceType": "c2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highmem-16", + "InstanceType": "c2d-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1016, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.111952, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.082336, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09895200000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11153199999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11153199999999999, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.01556, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-4", + "InstanceType": "c2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.01884, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highmem-4", + "InstanceType": "c2d-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0254, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027988, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.164672, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19790400000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22306399999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22306399999999998, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-8", + "InstanceType": "c2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03768, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highmem-8", + "InstanceType": "c2d-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0508, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055976, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-south2.json b/gcp/asia-south2.json new file mode 100644 index 000000000..7885de4cb --- /dev/null +++ b/gcp/asia-south2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.47536031999999995, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.599376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.64387488, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6807891875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.090704, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.098912, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12281600000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.134048, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11884007999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.149844, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16096872, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1701948125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.022676, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.024728, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030704000000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033512, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23768015999999997, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.299688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32193744, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34039459375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.045352, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.049456, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.061408000000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.067024, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-southeast1.json b/gcp/asia-southeast1.json new file mode 100644 index 000000000..a2ff2b1b3 --- /dev/null +++ b/gcp/asia-southeast1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.488244, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.615616, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.66132912, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69924044140625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.109568, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.119768349609375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13561600000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.148352, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.122061, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.153904, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16533228, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17480755859375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027392, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.029941650390625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033904000000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.037088, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.244122, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.307808, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33066456, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.349620220703125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.054784, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0598841748046875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06780800000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.074176, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-southeast2.json b/gcp/asia-southeast2.json new file mode 100644 index 000000000..1c353b138 --- /dev/null +++ b/gcp/asia-southeast2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.532185936, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.67102144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.720848688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7621720811328124, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.121904, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.162427673828125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.165056, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.178944, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.133046484, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16775536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.180212172, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1905402388671875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030476, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040606326171875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.041264, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.044736, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.266092968, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33551072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.360424344, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3810860405664062, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060952, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0812138369140625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.082528, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.089472, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/australia-southeast1.json b/gcp/australia-southeast1.json new file mode 100644 index 000000000..1b193999f --- /dev/null +++ b/gcp/australia-southeast1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.56157168, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7080799999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.760656, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.804256748046875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17792, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.185264, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.201152, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23696, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14039292, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17701999999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.190164, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.201061251953125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04448, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046316, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.050288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05924, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28078584, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.35403999999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.380328, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4021283740234375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08896, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.092632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.100576, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11848, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/australia-southeast2.json b/gcp/australia-southeast2.json new file mode 100644 index 000000000..f6d4d9637 --- /dev/null +++ b/gcp/australia-southeast2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.47732800000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.601872, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.646528, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6917920000000001, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16292800000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1764, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.186544, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.220672, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11933200000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.150468, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.161632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17294800000000002, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040732000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0441, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046636, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055168, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23866400000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.300936, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.323264, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34589600000000004, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08146400000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0882, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.093272, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110336, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-central2.json b/gcp/europe-central2.json new file mode 100644 index 000000000..8ec033443 --- /dev/null +++ b/gcp/europe-central2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50991552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.642928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69068448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.73027733203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.090496, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10937951953125001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12246399999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14668, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12747888, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160732, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17267112, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18256666796875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.022624, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02734448046875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030615999999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03667, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25495776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.321464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34534224, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.365138666015625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.045248, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.054689759765625005, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.061231999999999995, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07334, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-north1.json b/gcp/europe-north1.json new file mode 100644 index 000000000..5b7aa6f9d --- /dev/null +++ b/gcp/europe-north1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4357488, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.549424, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.5902204799999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.624059421875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.104528, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11488000000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.143072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15491565234375, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1089372, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137356, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14755511999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.156012578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026132, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028720000000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035768, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03872834765625, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2178744, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274712, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29511023999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3120297109375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.052264, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.057440000000000005, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.071536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.077457826171875, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-southwest1.json b/gcp/europe-southwest1.json new file mode 100644 index 000000000..5da0991fb --- /dev/null +++ b/gcp/europe-southwest1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.467008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.58882944, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6326080000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.67681024, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.081536, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.118672, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14865599999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160768, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.116752, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14720736, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15815200000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16920256, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.020384, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.029668, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.037163999999999996, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040192, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.233504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29441472, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31630400000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33840512, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.059336, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07432799999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.080384, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west1.json b/gcp/europe-west1.json new file mode 100644 index 000000000..568223352 --- /dev/null +++ b/gcp/europe-west1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.43535136, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.548928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.58972368, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6234882207031249, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07657599999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103648, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103744, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-16", + "InstanceType": "c2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.125536, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10883784, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14743092, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15586977929687498, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.019143999999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025912, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025936, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-4", + "InstanceType": "c2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031384, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21767568, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29486184, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31174411035156246, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038287999999999996, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051824, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051872, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-8", + "InstanceType": "c2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.062768, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west10.json b/gcp/europe-west10.json new file mode 100644 index 000000000..bb30d3f45 --- /dev/null +++ b/gcp/europe-west10.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.609473376, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.76847232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.8255807039999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.88329472, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124496, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13407999999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.154416, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.168704, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.152368344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19211808, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.20639517599999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22082368, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031124, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033519999999999994, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038604, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042176, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.304736688, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.38423616, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.41279035199999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44164736, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.062248, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06703999999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.077208, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.084352, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west12.json b/gcp/europe-west12.json new file mode 100644 index 000000000..6018e68b6 --- /dev/null +++ b/gcp/europe-west12.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.510532864, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.64372032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.691557856, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.73990272, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.057904000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07849600000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-16", + "InstanceType": "n2d-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.105952, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10736, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.127633216, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16093008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.172889464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18497568, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.014476000000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.019624000000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-4", + "InstanceType": "n2d-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026488, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02684, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.255266432, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32186016, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.345778928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.36995136, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028952000000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039248000000000005, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-8", + "InstanceType": "n2d-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.052976, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05368, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west2.json b/gcp/europe-west2.json new file mode 100644 index 000000000..02cbf8b4d --- /dev/null +++ b/gcp/europe-west2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50991552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.642928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69068448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.73027733203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.100624, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.136096, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15201004296874998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.157248, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12747888, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160732, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17267112, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18256666796875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025156, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034024, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03800195703125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039312, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25495776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.321464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34534224, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.365138666015625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.050312, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.068048, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07600502148437499, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.078624, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west3.json b/gcp/europe-west3.json new file mode 100644 index 000000000..1512f2816 --- /dev/null +++ b/gcp/europe-west3.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50991552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.642928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69068448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-16", + "InstanceType": "c3d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.70764128, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1511812421875, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.187456, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.202288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.20279999999999998, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12747888, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160732, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17267112, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-4", + "InstanceType": "c3d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17691032, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.037794757812499996, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046864, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.050572, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.050699999999999995, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25495776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.321464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34534224, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-8", + "InstanceType": "c3d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.35382064, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07559062109375, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.093728, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.101144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10139999999999999, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west4.json b/gcp/europe-west4.json new file mode 100644 index 000000000..881683ea9 --- /dev/null +++ b/gcp/europe-west4.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.43570464000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.549376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.59017632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.623995421875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08977600000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.129664, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.139397208984375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-16", + "InstanceType": "n4-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16512000000000002, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10892616000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137344, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14754408, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155996578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.022444000000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.032416, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034848791015625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-4", + "InstanceType": "n4-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.041280000000000004, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21785232000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29508816, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3119977109375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.044888000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.064832, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0696986044921875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-8", + "InstanceType": "n4-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08256000000000001, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west6.json b/gcp/europe-west6.json new file mode 100644 index 000000000..aa7a86d4e --- /dev/null +++ b/gcp/europe-west6.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.55375536, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.698064, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.75009072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.793061515625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160576, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17528531445312498, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.185856, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19992000000000001, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13843884, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.174516, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18752268, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.198262484375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040144, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.043820685546874995, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.049980000000000004, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.27687768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.349032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.37504536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3965307578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.080288, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08764265722656249, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.092928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09996000000000001, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west8.json b/gcp/europe-west8.json new file mode 100644 index 000000000..a6075e0f2 --- /dev/null +++ b/gcp/europe-west8.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.45908800000000005, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.57884928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.621856, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.66533888, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06331200000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.085728, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08579200000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.113072, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11477200000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14471232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16633472, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.015828000000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021432, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021448000000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028268, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22954400000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28942464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.310928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33266944, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031656000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042864, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042896000000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.056536, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west9.json b/gcp/europe-west9.json new file mode 100644 index 000000000..6dc5534fe --- /dev/null +++ b/gcp/europe-west9.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.45908800000000005, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.57884928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.621856, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.66533888, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.085184, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.136048, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.183536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.184192, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11477200000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14471232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16633472, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021296, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-4", + "InstanceType": "c3-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.024415680000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034012, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.045884, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22954400000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28942464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.310928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33266944, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042592, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-8", + "InstanceType": "c3-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.048831360000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.068024, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.091768, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/me-central1.json b/gcp/me-central1.json new file mode 100644 index 000000000..e32ca36b0 --- /dev/null +++ b/gcp/me-central1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.480850704, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6062947200000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.651350976, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6968852000000001, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08743999999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.089472, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11839999999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.156032, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.120212676, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15157368000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.162837744, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17422130000000002, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021859999999999997, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.022368, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.029599999999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039008, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.240425352, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.30314736000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.325675488, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34844260000000005, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.043719999999999995, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.044736, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.059199999999999996, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.078016, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/me-central2.json b/gcp/me-central2.json new file mode 100644 index 000000000..4a1f413d8 --- /dev/null +++ b/gcp/me-central2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.633219008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7984128, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.8577461120000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.9177088, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09056, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.099248, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12272, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.134432, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.158304752, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1996032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21443652800000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2294272, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02264, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.024812, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025830400000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03068, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.316609504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3992064, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.42887305600000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4588544, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04528, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.049624, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05166080000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06136, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/me-west1.json b/gcp/me-west1.json new file mode 100644 index 000000000..287795dad --- /dev/null +++ b/gcp/me-west1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.435338128, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.5489088, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.5897005120000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6234695005859375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09329599999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10953951953125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.120672, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.126464, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.108834532, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1372272, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14742512800000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1558650994140625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023323999999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02738448046875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030168, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031616, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.217669064, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2744544, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29485025600000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31173475029296877, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046647999999999995, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.054769759765625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060336, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.063232, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/northamerica-northeast1.json b/gcp/northamerica-northeast1.json new file mode 100644 index 000000000..76772e819 --- /dev/null +++ b/gcp/northamerica-northeast1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.43570464000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.549376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.59017632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.623995421875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110272, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141358814453125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.152864, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.166768, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10892616000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137344, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14754408, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155996578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027568, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035339185546875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038216, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039056, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21785232000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29508816, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3119977109375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055136, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0706794072265625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.076432, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.078112, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/northamerica-northeast2.json b/gcp/northamerica-northeast2.json new file mode 100644 index 000000000..98cd27523 --- /dev/null +++ b/gcp/northamerica-northeast2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.43570464000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.549376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.59017632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.623995421875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06404800000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.086752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.113584, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highmem-16", + "InstanceType": "n2-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.117024, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10892616000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137344, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14754408, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155996578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.016012000000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028396, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highmem-4", + "InstanceType": "n2-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.029256, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21785232000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29508816, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3119977109375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.032024000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.043376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.056792, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highmem-8", + "InstanceType": "n2-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.058512, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/northamerica-south1.json b/gcp/northamerica-south1.json new file mode 100644 index 000000000..edb9e9cd5 --- /dev/null +++ b/gcp/northamerica-south1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.431380448, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.584339552, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-16", + "InstanceType": "n4-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69728608, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c4-highcpu-16", + "InstanceType": "c4-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7416534400000001, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15624496000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21165184, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-16", + "InstanceType": "n4-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.278914464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-16", + "InstanceType": "e2-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28552768, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.107845112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.146084888, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-4", + "InstanceType": "n4-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17432152, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c4-highcpu-4", + "InstanceType": "c4-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18541336000000003, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039061240000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05291296, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-4", + "InstanceType": "n4-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.069728616, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-4", + "InstanceType": "e2-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07138192, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.215690224, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.292169776, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-8", + "InstanceType": "n4-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34864304, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c4-highcpu-8", + "InstanceType": "c4-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.37082672000000005, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07812248000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10582592, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-8", + "InstanceType": "n4-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.139457232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-8", + "InstanceType": "e2-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14276384, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/southamerica-east1.json b/gcp/southamerica-east1.json new file mode 100644 index 000000000..0de97865d --- /dev/null +++ b/gcp/southamerica-east1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6282312, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.792128, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.8509632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.899722626953125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.093222671875, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12495999999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.125552, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.128144, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1570578, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.198032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2127408, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22492737304687502, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023305328125, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031239999999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031388, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-4", + "InstanceType": "c3-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03176, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3141156, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.396064, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4254816, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4498613134765625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0466113359375, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.062479999999999994, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.062776, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-8", + "InstanceType": "c3-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06352, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/southamerica-west1.json b/gcp/southamerica-west1.json new file mode 100644 index 000000000..ded48fa8b --- /dev/null +++ b/gcp/southamerica-west1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.56593952, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.71358144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7666105759999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.82020224, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09544, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.122144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.134176, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14148488, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17839536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19165264399999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.20505056, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02386, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033544, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28296976, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.35679072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.38330528799999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.41010112, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04772, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.061072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.067088, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-central1.json b/gcp/us-central1.json new file mode 100644 index 000000000..ed25aaa2e --- /dev/null +++ b/gcp/us-central1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39576192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.499008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.53609136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.566790455078125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103936, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110592, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140704, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14919721875, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09894048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13402284, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141695544921875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025984, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027648, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02916, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035176, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19788096, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.249504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.26804568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2833952275390625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051968, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055296, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05832, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070352, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-east1.json b/gcp/us-east1.json new file mode 100644 index 000000000..ed25aaa2e --- /dev/null +++ b/gcp/us-east1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39576192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.499008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.53609136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.566790455078125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103936, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110592, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140704, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14919721875, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09894048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13402284, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141695544921875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025984, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027648, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02916, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035176, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19788096, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.249504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.26804568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2833952275390625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051968, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055296, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05832, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070352, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-east4.json b/gcp/us-east4.json new file mode 100644 index 000000000..c44a22eba --- /dev/null +++ b/gcp/us-east4.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44575104, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.562032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-16", + "InstanceType": "c3d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.599696, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.60376656, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137824, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155749201171875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.177792, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18409599999999998, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11143776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140508, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-4", + "InstanceType": "c3d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.149924, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15094164, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034456, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038936798828125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.044448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046023999999999995, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22287552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.281016, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-8", + "InstanceType": "c3d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.299848, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.30188328, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.068912, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0778746005859375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.088896, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09204799999999999, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-east5.json b/gcp/us-east5.json new file mode 100644 index 000000000..9cf43af7c --- /dev/null +++ b/gcp/us-east5.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39576192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.499008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.53609136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.573568, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060927999999999996, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06096, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.081664, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08256, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09894048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13402284, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.143392, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.015231999999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.01524, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.020416, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02064, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19788096, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.249504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.26804568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.286784, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030463999999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03048, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040832, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04128, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-south1.json b/gcp/us-south1.json new file mode 100644 index 000000000..16ab5fbf0 --- /dev/null +++ b/gcp/us-south1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.46699912, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.58882944, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.63258784, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.67681024, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09564800000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12032767999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.129632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.146656, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11674978, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14720736, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15814696, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16920256, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023912000000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030081919999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highmem-4", + "InstanceType": "c3-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030496, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.032408, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23349956, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29441472, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31629392, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33840512, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.047824000000000005, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060163839999999996, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highmem-8", + "InstanceType": "c3-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060992, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.064816, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-west1.json b/gcp/us-west1.json new file mode 100644 index 000000000..121949959 --- /dev/null +++ b/gcp/us-west1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39576192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.499008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.53609136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.566790455078125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103936, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110592, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140704, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14919721875, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09894048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13402284, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141695544921875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025984, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027648, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035176, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-4", + "InstanceType": "c3-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03532, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19788096, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.249504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.26804568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2833952275390625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051968, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055296, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070352, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-8", + "InstanceType": "c3-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07064, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-west2.json b/gcp/us-west2.json new file mode 100644 index 000000000..9dcd279f4 --- /dev/null +++ b/gcp/us-west2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.47537135999999997, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.599376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.64391904, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6808035878906249, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.166656, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16720000000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.169072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18228853515625001, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11884283999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.149844, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16097976, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17019841210937497, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035384, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.041664, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.041800000000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042268, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23768567999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.299688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32195952, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34040179394531245, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.083328, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08360000000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.084536, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-west3.json b/gcp/us-west3.json new file mode 100644 index 000000000..d4de9f218 --- /dev/null +++ b/gcp/us-west3.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.47537135999999997, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.599376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.64391904, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6808035878906249, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.138688, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.174464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18787199999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.188032, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11884283999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.149844, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16097976, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17019841210937497, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034672, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.043616, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046967999999999996, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.047008, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23768567999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.299688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32195952, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34040179394531245, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.069344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.087232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09393599999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.094016, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-west4.json b/gcp/us-west4.json new file mode 100644 index 000000000..4cde5e874 --- /dev/null +++ b/gcp/us-west4.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44575104, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.562032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.60376656, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.638384263671875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05608, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.076, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-16", + "InstanceType": "e2-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10256, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1163395390625, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11143776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140508, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15094164, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15959373632812499, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.01402, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.019, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-4", + "InstanceType": "e2-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02564, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0290844609375, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22287552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.281016, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.30188328, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3191921318359375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02804, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-8", + "InstanceType": "e2-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05128, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05816976953125, + "tags": [] + } + ] + } +} \ No newline at end of file From 633c8219b809154d34b9e0f0636d351d0ebf21e7 Mon Sep 17 00:00:00 2001 From: Shashwat Pathak Date: Thu, 14 Nov 2024 16:37:27 +0530 Subject: [PATCH 02/54] removed incorrect files (#176) --- aws/af-south-1.json | 344 ------------------------------- aws/ap-east-1.json | 344 ------------------------------- aws/ap-northeast-1.json | 344 ------------------------------- aws/ap-northeast-2.json | 344 ------------------------------- aws/ap-northeast-3.json | 344 ------------------------------- aws/ap-south-1.json | 344 ------------------------------- aws/ap-south-2.json | 344 ------------------------------- aws/ap-southeast-1.json | 344 ------------------------------- aws/ap-southeast-2.json | 344 ------------------------------- aws/ap-southeast-3.json | 344 ------------------------------- aws/ap-southeast-4.json | 344 ------------------------------- aws/ap-southeast-5.json | 179 ---------------- aws/ca-central-1.json | 344 ------------------------------- aws/ca-west-1.json | 344 ------------------------------- aws/eu-central-1.json | 344 ------------------------------- aws/eu-central-2.json | 344 ------------------------------- aws/eu-north-1.json | 344 ------------------------------- aws/eu-south-1.json | 344 ------------------------------- aws/eu-south-2.json | 344 ------------------------------- aws/eu-west-1.json | 344 ------------------------------- aws/eu-west-2.json | 344 ------------------------------- aws/eu-west-3.json | 344 ------------------------------- aws/il-central-1.json | 344 ------------------------------- aws/me-central-1.json | 344 ------------------------------- aws/me-south-1.json | 344 ------------------------------- aws/sa-east-1.json | 344 ------------------------------- aws/us-east-1.json | 344 ------------------------------- aws/us-east-2.json | 344 ------------------------------- aws/us-gov-east-1.json | 179 ---------------- aws/us-gov-west-1.json | 179 ---------------- aws/us-west-1.json | 344 ------------------------------- aws/us-west-2.json | 344 ------------------------------- azure/australiacentral.json | 320 ---------------------------- azure/australiacentral2.json | 320 ---------------------------- azure/australiaeast.json | 320 ---------------------------- azure/australiasoutheast.json | 320 ---------------------------- azure/brazilsouth.json | 320 ---------------------------- azure/brazilsoutheast.json | 320 ---------------------------- azure/canadacentral.json | 320 ---------------------------- azure/canadaeast.json | 320 ---------------------------- azure/centralindia.json | 320 ---------------------------- azure/centralus.json | 320 ---------------------------- azure/eastasia.json | 320 ---------------------------- azure/eastus.json | 320 ---------------------------- azure/eastus2.json | 320 ---------------------------- azure/francecentral.json | 320 ---------------------------- azure/francesouth.json | 320 ---------------------------- azure/germanynorth.json | 320 ---------------------------- azure/germanywestcentral.json | 320 ---------------------------- azure/israelcentral.json | 320 ---------------------------- azure/italynorth.json | 320 ---------------------------- azure/japaneast.json | 320 ---------------------------- azure/japanwest.json | 320 ---------------------------- azure/jioindiawest.json | 167 --------------- azure/koreacentral.json | 320 ---------------------------- azure/koreasouth.json | 320 ---------------------------- azure/mexicocentral.json | 320 ---------------------------- azure/northcentralus.json | 320 ---------------------------- azure/northeurope.json | 320 ---------------------------- azure/norwayeast.json | 320 ---------------------------- azure/norwaywest.json | 320 ---------------------------- azure/polandcentral.json | 320 ---------------------------- azure/qatarcentral.json | 320 ---------------------------- azure/southafricanorth.json | 320 ---------------------------- azure/southafricawest.json | 320 ---------------------------- azure/southcentralus.json | 320 ---------------------------- azure/southeastasia.json | 320 ---------------------------- azure/southindia.json | 320 ---------------------------- azure/spaincentral.json | 320 ---------------------------- azure/swedencentral.json | 320 ---------------------------- azure/switzerlandnorth.json | 320 ---------------------------- azure/switzerlandwest.json | 320 ---------------------------- azure/uaecentral.json | 320 ---------------------------- azure/uaenorth.json | 320 ---------------------------- azure/uksouth.json | 320 ---------------------------- azure/ukwest.json | 320 ---------------------------- azure/usgovarizona.json | 320 ---------------------------- azure/usgovtexas.json | 320 ---------------------------- azure/usgovvirginia.json | 320 ---------------------------- azure/westcentralus.json | 320 ---------------------------- azure/westeurope.json | 320 ---------------------------- azure/westindia.json | 320 ---------------------------- azure/westus.json | 320 ---------------------------- azure/westus2.json | 320 ---------------------------- azure/westus3.json | 320 ---------------------------- gcp/africa-south1.json | 296 -------------------------- gcp/asia-east1.json | 296 -------------------------- gcp/asia-east2.json | 296 -------------------------- gcp/asia-northeast1.json | 296 -------------------------- gcp/asia-northeast2.json | 296 -------------------------- gcp/asia-northeast3.json | 296 -------------------------- gcp/asia-south1.json | 296 -------------------------- gcp/asia-south2.json | 296 -------------------------- gcp/asia-southeast1.json | 296 -------------------------- gcp/asia-southeast2.json | 296 -------------------------- gcp/australia-southeast1.json | 296 -------------------------- gcp/australia-southeast2.json | 296 -------------------------- gcp/europe-central2.json | 296 -------------------------- gcp/europe-north1.json | 296 -------------------------- gcp/europe-southwest1.json | 296 -------------------------- gcp/europe-west1.json | 296 -------------------------- gcp/europe-west10.json | 296 -------------------------- gcp/europe-west12.json | 296 -------------------------- gcp/europe-west2.json | 296 -------------------------- gcp/europe-west3.json | 296 -------------------------- gcp/europe-west4.json | 296 -------------------------- gcp/europe-west6.json | 296 -------------------------- gcp/europe-west8.json | 296 -------------------------- gcp/europe-west9.json | 296 -------------------------- gcp/me-central1.json | 296 -------------------------- gcp/me-central2.json | 296 -------------------------- gcp/me-west1.json | 296 -------------------------- gcp/northamerica-northeast1.json | 296 -------------------------- gcp/northamerica-northeast2.json | 296 -------------------------- gcp/northamerica-south1.json | 296 -------------------------- gcp/southamerica-east1.json | 296 -------------------------- gcp/southamerica-west1.json | 296 -------------------------- gcp/us-central1.json | 296 -------------------------- gcp/us-east1.json | 296 -------------------------- gcp/us-east4.json | 296 -------------------------- gcp/us-east5.json | 296 -------------------------- gcp/us-south1.json | 296 -------------------------- gcp/us-west1.json | 296 -------------------------- gcp/us-west2.json | 296 -------------------------- gcp/us-west3.json | 296 -------------------------- gcp/us-west4.json | 296 -------------------------- 126 files changed, 39456 deletions(-) delete mode 100644 aws/af-south-1.json delete mode 100644 aws/ap-east-1.json delete mode 100644 aws/ap-northeast-1.json delete mode 100644 aws/ap-northeast-2.json delete mode 100644 aws/ap-northeast-3.json delete mode 100644 aws/ap-south-1.json delete mode 100644 aws/ap-south-2.json delete mode 100644 aws/ap-southeast-1.json delete mode 100644 aws/ap-southeast-2.json delete mode 100644 aws/ap-southeast-3.json delete mode 100644 aws/ap-southeast-4.json delete mode 100644 aws/ap-southeast-5.json delete mode 100644 aws/ca-central-1.json delete mode 100644 aws/ca-west-1.json delete mode 100644 aws/eu-central-1.json delete mode 100644 aws/eu-central-2.json delete mode 100644 aws/eu-north-1.json delete mode 100644 aws/eu-south-1.json delete mode 100644 aws/eu-south-2.json delete mode 100644 aws/eu-west-1.json delete mode 100644 aws/eu-west-2.json delete mode 100644 aws/eu-west-3.json delete mode 100644 aws/il-central-1.json delete mode 100644 aws/me-central-1.json delete mode 100644 aws/me-south-1.json delete mode 100644 aws/sa-east-1.json delete mode 100644 aws/us-east-1.json delete mode 100644 aws/us-east-2.json delete mode 100644 aws/us-gov-east-1.json delete mode 100644 aws/us-gov-west-1.json delete mode 100644 aws/us-west-1.json delete mode 100644 aws/us-west-2.json delete mode 100644 azure/australiacentral.json delete mode 100644 azure/australiacentral2.json delete mode 100644 azure/australiaeast.json delete mode 100644 azure/australiasoutheast.json delete mode 100644 azure/brazilsouth.json delete mode 100644 azure/brazilsoutheast.json delete mode 100644 azure/canadacentral.json delete mode 100644 azure/canadaeast.json delete mode 100644 azure/centralindia.json delete mode 100644 azure/centralus.json delete mode 100644 azure/eastasia.json delete mode 100644 azure/eastus.json delete mode 100644 azure/eastus2.json delete mode 100644 azure/francecentral.json delete mode 100644 azure/francesouth.json delete mode 100644 azure/germanynorth.json delete mode 100644 azure/germanywestcentral.json delete mode 100644 azure/israelcentral.json delete mode 100644 azure/italynorth.json delete mode 100644 azure/japaneast.json delete mode 100644 azure/japanwest.json delete mode 100644 azure/jioindiawest.json delete mode 100644 azure/koreacentral.json delete mode 100644 azure/koreasouth.json delete mode 100644 azure/mexicocentral.json delete mode 100644 azure/northcentralus.json delete mode 100644 azure/northeurope.json delete mode 100644 azure/norwayeast.json delete mode 100644 azure/norwaywest.json delete mode 100644 azure/polandcentral.json delete mode 100644 azure/qatarcentral.json delete mode 100644 azure/southafricanorth.json delete mode 100644 azure/southafricawest.json delete mode 100644 azure/southcentralus.json delete mode 100644 azure/southeastasia.json delete mode 100644 azure/southindia.json delete mode 100644 azure/spaincentral.json delete mode 100644 azure/swedencentral.json delete mode 100644 azure/switzerlandnorth.json delete mode 100644 azure/switzerlandwest.json delete mode 100644 azure/uaecentral.json delete mode 100644 azure/uaenorth.json delete mode 100644 azure/uksouth.json delete mode 100644 azure/ukwest.json delete mode 100644 azure/usgovarizona.json delete mode 100644 azure/usgovtexas.json delete mode 100644 azure/usgovvirginia.json delete mode 100644 azure/westcentralus.json delete mode 100644 azure/westeurope.json delete mode 100644 azure/westindia.json delete mode 100644 azure/westus.json delete mode 100644 azure/westus2.json delete mode 100644 azure/westus3.json delete mode 100644 gcp/africa-south1.json delete mode 100644 gcp/asia-east1.json delete mode 100644 gcp/asia-east2.json delete mode 100644 gcp/asia-northeast1.json delete mode 100644 gcp/asia-northeast2.json delete mode 100644 gcp/asia-northeast3.json delete mode 100644 gcp/asia-south1.json delete mode 100644 gcp/asia-south2.json delete mode 100644 gcp/asia-southeast1.json delete mode 100644 gcp/asia-southeast2.json delete mode 100644 gcp/australia-southeast1.json delete mode 100644 gcp/australia-southeast2.json delete mode 100644 gcp/europe-central2.json delete mode 100644 gcp/europe-north1.json delete mode 100644 gcp/europe-southwest1.json delete mode 100644 gcp/europe-west1.json delete mode 100644 gcp/europe-west10.json delete mode 100644 gcp/europe-west12.json delete mode 100644 gcp/europe-west2.json delete mode 100644 gcp/europe-west3.json delete mode 100644 gcp/europe-west4.json delete mode 100644 gcp/europe-west6.json delete mode 100644 gcp/europe-west8.json delete mode 100644 gcp/europe-west9.json delete mode 100644 gcp/me-central1.json delete mode 100644 gcp/me-central2.json delete mode 100644 gcp/me-west1.json delete mode 100644 gcp/northamerica-northeast1.json delete mode 100644 gcp/northamerica-northeast2.json delete mode 100644 gcp/northamerica-south1.json delete mode 100644 gcp/southamerica-east1.json delete mode 100644 gcp/southamerica-west1.json delete mode 100644 gcp/us-central1.json delete mode 100644 gcp/us-east1.json delete mode 100644 gcp/us-east4.json delete mode 100644 gcp/us-east5.json delete mode 100644 gcp/us-south1.json delete mode 100644 gcp/us-west1.json delete mode 100644 gcp/us-west2.json delete mode 100644 gcp/us-west3.json delete mode 100644 gcp/us-west4.json diff --git a/aws/af-south-1.json b/aws/af-south-1.json deleted file mode 100644 index b75905929..000000000 --- a/aws/af-south-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.824, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.912, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.912, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.936, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2744122448979592, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2958377358490566, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3006584905660378, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32654259259259255, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.206, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.217, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.228, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.228, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06835652173913044, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.xlarge", - "InstanceType": "c5ad.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07273111111111111, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07526444444444445, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07684418604651162, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.412, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4339, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.456, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.456, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.13171458333333333, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1396132075471698, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16636785714285712, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17354423076923078, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-east-1.json b/aws/ap-east-1.json deleted file mode 100644 index 23441f3b4..000000000 --- a/aws/ap-east-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7776, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3.4xlarge", - "InstanceType": "i3.4xlarge", - "Memory": 124928, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20698333333333332, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21689666666666665, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "g4dn.4xlarge", - "InstanceType": "g4dn.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.22506222222222225, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23421351351351352, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.194, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1944, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.216, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.216, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.xlarge", - "InstanceType": "m5d.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05148958333333333, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3.xlarge", - "InstanceType": "i3.xlarge", - "Memory": 31232, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05460204081632653, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06170975609756098, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06238965517241379, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.388, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3888, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.432, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.432, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06733157894736841, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12404285714285714, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.128765, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12922972972972974, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-northeast-1.json b/aws/ap-northeast-1.json deleted file mode 100644 index 8066b41bc..000000000 --- a/aws/ap-northeast-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7704, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.85386, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3163448979591837, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3279918367346939, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.334754, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.33480638297872345, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1926, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1958, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21347, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06853214285714286, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08313170731707317, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08335, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08527826086956522, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.384, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3852, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3917, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.42693, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14406969696969696, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15642121212121213, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15886734693877552, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16108604651162792, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-northeast-2.json b/aws/ap-northeast-2.json deleted file mode 100644 index 7b8fbee86..000000000 --- a/aws/ap-northeast-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.688, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76608, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.768, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.768, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10284137931034483, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "g3.4xlarge", - "InstanceType": "g3.4xlarge", - "Memory": 124928, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16359565217391306, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16658833333333334, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20102542372881357, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.172, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1872, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19152, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.192, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04868275862068965, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.059319565217391304, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.059901923076923075, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0619764705882353, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3744, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38304, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.384, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05999310344827586, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08738620689655172, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09504222222222224, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10422307692307692, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-northeast-3.json b/aws/ap-northeast-3.json deleted file mode 100644 index 2e62fdd40..000000000 --- a/aws/ap-northeast-3.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.976, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.992, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.30009375, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3021471698113207, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.331526, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m4.4xlarge", - "InstanceType": "m4.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3518764705882353, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.214, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.214, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2176, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2432, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07302075471698113, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07583877551020408, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07617391304347826, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c4.xlarge", - "InstanceType": "c4.xlarge", - "Memory": 7680, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08229285714285714, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.428, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.428, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4352, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4864, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14941458333333332, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15113333333333331, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15190208333333333, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16474999999999998, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-south-1.json b/aws/ap-south-1.json deleted file mode 100644 index 0a5010e48..000000000 --- a/aws/ap-south-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.374, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.376, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.444, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4444, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11515294117647058, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18812727272727273, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1929288888888889, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.196772, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0935, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.094, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0986, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.xlarge", - "InstanceType": "m5a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.111, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.03454893617021276, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.042469230769230766, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05260697674418604, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.xlarge", - "InstanceType": "m5a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05382142857142857, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.187, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.188, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1971, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.2xlarge", - "InstanceType": "m5a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.222, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07176190476190476, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08040392156862745, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09338095238095238, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09438529411764705, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-south-2.json b/aws/ap-south-2.json deleted file mode 100644 index 99f436825..000000000 --- a/aws/ap-south-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4444, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.792, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.152434, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.22332291666666668, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.22393269230769233, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25843541666666664, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1111, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1792, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0386843137254902, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05555217391304348, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05567391304347826, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05914878048780488, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.2xlarge", - "InstanceType": "m6a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2222, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.34, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.34, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3584, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.2xlarge", - "InstanceType": "m6a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08069230769230769, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11099999999999999, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.113336, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11993061224489796, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-1.json b/aws/ap-southeast-1.json deleted file mode 100644 index 83122a8a5..000000000 --- a/aws/ap-southeast-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.704, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7056, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7822, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.784, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25452340425531916, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25492608695652175, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25818490566037733, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.27842500000000003, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.176, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1764, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1888, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19555, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06497619047619048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.xlarge", - "InstanceType": "c6id.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07239555555555556, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07361111111111111, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07608181818181818, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.352, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3528, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3776, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3911, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1368859649122807, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.13845681818181818, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15102083333333333, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15413829787234043, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-2.json b/aws/ap-southeast-2.json deleted file mode 100644 index d11478e38..000000000 --- a/aws/ap-southeast-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7992, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.29988750000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.313686, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.33278199999999997, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.33478, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1901, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1998, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07172954545454545, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07824255319148936, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08365777777777778, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08557291666666667, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3802, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3996, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14805625, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15685510204081632, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.158825, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16611599999999999, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-3.json b/aws/ap-southeast-3.json deleted file mode 100644 index 33b1b1112..000000000 --- a/aws/ap-southeast-3.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.784, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.896, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.96, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.96, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5n.4xlarge", - "InstanceType": "c5n.4xlarge", - "Memory": 43008, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15630789473684212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i4i.4xlarge", - "InstanceType": "i4i.4xlarge", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1723957446808511, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17885370370370368, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "r7i.4xlarge", - "InstanceType": "r7i.4xlarge", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1960586956521739, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.196, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.224, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.xlarge", - "InstanceType": "m5d.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.02885348837209302, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i4i.xlarge", - "InstanceType": "i4i.xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05005263157894737, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3.xlarge", - "InstanceType": "i3.xlarge", - "Memory": 31232, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.050314, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5n.xlarge", - "InstanceType": "c5n.xlarge", - "Memory": 10752, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05851219512195122, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.392, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.448, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.48, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05564444444444444, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3.2xlarge", - "InstanceType": "i3.2xlarge", - "Memory": 62464, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08554090909090908, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i4i.2xlarge", - "InstanceType": "i4i.2xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08578039215686276, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3en.2xlarge", - "InstanceType": "i3en.2xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10964444444444445, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-4.json b/aws/ap-southeast-4.json deleted file mode 100644 index 2a187f686..000000000 --- a/aws/ap-southeast-4.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.888, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.96, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.008, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.4xlarge", - "InstanceType": "m5d.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.136, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1389084745762712, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15818909090909092, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.4xlarge", - "InstanceType": "m5d.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18184, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c6in.4xlarge", - "InstanceType": "c6in.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.189035593220339, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.222, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.252, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0340188679245283, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04575384615384615, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c6in.xlarge", - "InstanceType": "c6in.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04870847457627119, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.xlarge", - "InstanceType": "m5d.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04876274509803921, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.444, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.48, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.504, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.068618, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c6in.2xlarge", - "InstanceType": "c6in.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0914655172413793, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.2xlarge", - "InstanceType": "m5d.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09194000000000001, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09725471698113207, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-5.json b/aws/ap-southeast-5.json deleted file mode 100644 index ef8d52cec..000000000 --- a/aws/ap-southeast-5.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6664, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.69976, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.4xlarge", - "InstanceType": "c6id.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.79968, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - } - ], - "spot": [] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1666, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17494, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1901, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.xlarge", - "InstanceType": "c6id.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19992, - "tags": [] - } - ], - "spot": [] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3332, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.34988, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3802, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.2xlarge", - "InstanceType": "c6id.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.39984, - "tags": [] - } - ], - "spot": [] - } -} \ No newline at end of file diff --git a/aws/ca-central-1.json b/aws/ca-central-1.json deleted file mode 100644 index 2a72f8f68..000000000 --- a/aws/ca-central-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6696, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.672, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.74214, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.744, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.246008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.258626, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26186000000000004, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26208297872340425, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.167, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1674, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.168, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18554, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06845454545454545, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06870833333333333, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.068722, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06906458333333333, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3341, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3348, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.336, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.37107, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12054000000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.122988, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12796363636363636, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.13219583333333332, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ca-west-1.json b/aws/ca-west-1.json deleted file mode 100644 index 6eea09b32..000000000 --- a/aws/ca-west-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.744, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.744, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3306383333333333, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.36528, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.4xlarge", - "InstanceType": "c6id.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38957037037037034, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4079276595744681, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1856, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.186, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.186, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.214, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08370454545454545, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0843234375, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08967333333333334, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.xlarge", - "InstanceType": "c6id.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09662222222222222, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3712, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.372, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.372, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.428, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16837708333333334, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1684263157894737, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18910740740740742, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.2xlarge", - "InstanceType": "m6i.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21251250000000002, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-central-1.json b/aws/eu-central-1.json deleted file mode 100644 index d60b387a9..000000000 --- a/aws/eu-central-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.696, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6984, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.77406, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.776, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1347121212121212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19669545454545456, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24041627906976742, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2559021739130435, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1728, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.174, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1746, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.192, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.03441034482758621, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06491666666666666, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06762926829268293, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0694081081081081, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3456, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.348, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3492, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.384, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.062338235294117646, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1256609756097561, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12830666666666665, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1321263157894737, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-central-2.json b/aws/eu-central-2.json deleted file mode 100644 index 852790462..000000000 --- a/aws/eu-central-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.854, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.977, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.012, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.012, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2085468085106383, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25204489795918367, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6id.4xlarge", - "InstanceType": "m6id.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2897127272727273, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.4xlarge", - "InstanceType": "m5d.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3049142857142857, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.213, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.244, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.253, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05462549019607843, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.059710869565217393, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06179512195121951, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06945, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.427, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.488, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.506, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10213673469387755, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12152830188679245, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12484905660377359, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1523258620689655, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-north-1.json b/aws/eu-north-1.json deleted file mode 100644 index 722815d27..000000000 --- a/aws/eu-north-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.656, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.72618, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1976607843137255, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20704807692307695, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24389038461538462, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2580446808510638, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.164, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1728, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18155, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.182, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05322765957446809, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0587063829787234, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.060780769230769235, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.061806818181818185, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.328, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3456, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.36309, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.364, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09958600000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10488181818181817, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10620285714285714, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10787954545454545, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-south-1.json b/aws/eu-south-1.json deleted file mode 100644 index ed7199c66..000000000 --- a/aws/eu-south-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8064, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1607111111111111, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16253454545454546, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16438775510204082, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1745603448275862, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1725, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.182, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1917, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2016, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04803777777777778, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04906122448979592, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04923703703703703, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.050795, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.345, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.364, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3834, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.2xlarge", - "InstanceType": "m6a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4032, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07927142857142858, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0841391304347826, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.2xlarge", - "InstanceType": "m6a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08483962264150943, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08805283018867925, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-south-2.json b/aws/eu-south-2.json deleted file mode 100644 index 599aae58e..000000000 --- a/aws/eu-south-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76608, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.768, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8064, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m7i-flex.4xlarge", - "InstanceType": "m7i-flex.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.85384, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20692745098039217, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20841923076923077, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21753541666666665, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2211050847457627, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1824, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19152, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.192, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2016, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04788205128205128, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.050104166666666665, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05450434782608696, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m7i-flex.xlarge", - "InstanceType": "m7i-flex.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05695576923076923, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3648, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38304, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.384, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4032, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0984078431372549, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10190392156862745, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10422777777777778, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m7i-flex.2xlarge", - "InstanceType": "m7i-flex.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11338571428571428, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-west-1.json b/aws/eu-west-1.json deleted file mode 100644 index 6b0acd389..000000000 --- a/aws/eu-west-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.65664, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.688, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.72778, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7296, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2893872340425532, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32447551020408166, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32498125, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.33666734693877554, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1632, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16416, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.172, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18194, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0693235294117647, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07338, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.080806, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08222340425531915, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3264, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32832, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.344, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.36389, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14221111111111112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14263673469387755, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15946666666666667, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16337234042553192, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-west-2.json b/aws/eu-west-2.json deleted file mode 100644 index eb881d355..000000000 --- a/aws/eu-west-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7272, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7992, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26082500000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2854056603773585, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.28835102040816324, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.290838, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1699, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1818, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.182, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1888, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06471875, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06837551020408163, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07277916666666666, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0729265306122449, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3398, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3636, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.364, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3776, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12524565217391306, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1299537037037037, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.13084901960784315, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14303636363636363, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-west-3.json b/aws/eu-west-3.json deleted file mode 100644 index 72076a960..000000000 --- a/aws/eu-west-3.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.80598, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.28041875, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.288706, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.30808372093023256, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.31006, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1699, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.182, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1888, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2015, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06707755102040816, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0736673076923077, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07543000000000001, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0765469387755102, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3398, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.364, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3776, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.40299, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1357357142857143, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14082, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1436204081632653, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15072391304347826, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/il-central-1.json b/aws/il-central-1.json deleted file mode 100644 index dbed1c81d..000000000 --- a/aws/il-central-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76608, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.806, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8988, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.899, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.320034693877551, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.34259074074074075, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3887283333333333, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.391478, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1715, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19152, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1917, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.202, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0722195652173913, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08177111111111111, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0821875, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08635660377358491, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.343, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38304, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3834, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.403, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.144742, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1639326923076923, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16575636363636365, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17400754716981132, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/me-central-1.json b/aws/me-central-1.json deleted file mode 100644 index eeb8523c3..000000000 --- a/aws/me-central-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.845, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.9416, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.942, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.959, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23115535714285712, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2681566037735849, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c6in.4xlarge", - "InstanceType": "c6in.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2908214285714286, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32857777777777775, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2006, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.211, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.235, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2354, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.060390697674418604, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06377173913043478, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07011627906976745, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07052888888888889, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4013, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.422, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.2xlarge", - "InstanceType": "m6i.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4708, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.471, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10139818181818182, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14287608695652174, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14548703703703703, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.2xlarge", - "InstanceType": "m6i.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1649, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/me-south-1.json b/aws/me-south-1.json deleted file mode 100644 index 90c0f8327..000000000 --- a/aws/me-south-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8448, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.845, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2296642857142857, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23583529411764706, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23782115384615385, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24594000000000002, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2006, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.211, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.057529787234042555, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05859545454545454, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0606566037735849, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.xlarge", - "InstanceType": "c5ad.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06078039215686275, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4013, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.422, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11018983050847457, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11637826086956521, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12156739130434784, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.2xlarge", - "InstanceType": "c5ad.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12647962962962964, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/sa-east-1.json b/aws/sa-east-1.json deleted file mode 100644 index e58ea27f7..000000000 --- a/aws/sa-east-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.9432, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.944, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.04538, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.048, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.117022, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c4.4xlarge", - "InstanceType": "c4.4xlarge", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12449615384615384, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.4xlarge", - "InstanceType": "c6id.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1538030303030303, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m4.4xlarge", - "InstanceType": "m4.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15509714285714285, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2358, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.236, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2419, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26135, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.xlarge", - "InstanceType": "c6id.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.03368076923076923, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.xlarge", - "InstanceType": "inf1.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04024166666666667, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05886190476190476, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.xlarge", - "InstanceType": "m5d.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.061112, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4716, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.472, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4838, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.52269, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05579038461538462, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06118571428571429, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06157173913043478, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.2xlarge", - "InstanceType": "c6id.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06933055555555555, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/us-east-1.json b/aws/us-east-1.json deleted file mode 100644 index f2024d3f0..000000000 --- a/aws/us-east-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.612, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.616, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6783, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23843452380952382, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2438170731707317, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24848795180722894, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2487951219512195, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.153, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.154, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1664, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.042712820512820514, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "r6a.xlarge", - "InstanceType": "r6a.xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04593157894736842, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05585679012345679, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05780151515151515, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.306, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.308, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3328, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09256464646464646, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11446800000000001, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1191132530120482, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12180256410256411, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/us-east-2.json b/aws/us-east-2.json deleted file mode 100644 index abf0007ce..000000000 --- a/aws/us-east-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.612, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.616, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6783, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24162916666666667, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24807872340425532, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2507107142857143, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26798125, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.153, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.154, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1664, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05927291666666667, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.059667391304347825, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06158888888888889, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06434565217391304, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.306, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.308, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3328, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11067750000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11534901960784315, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.119276, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12398936170212765, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/us-gov-east-1.json b/aws/us-gov-east-1.json deleted file mode 100644 index 927de740e..000000000 --- a/aws/us-gov-east-1.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.736, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8568, - "tags": [] - } - ], - "spot": [] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1757, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.184, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1952, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.204, - "tags": [] - } - ], - "spot": [] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3514, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.368, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3904, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.408, - "tags": [] - } - ], - "spot": [] - } -} \ No newline at end of file diff --git a/aws/us-gov-west-1.json b/aws/us-gov-west-1.json deleted file mode 100644 index a8e5910eb..000000000 --- a/aws/us-gov-west-1.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.736, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.872, - "tags": [] - } - ], - "spot": [] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1757, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.184, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1952, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.204, - "tags": [] - } - ], - "spot": [] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3514, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.368, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3904, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.408, - "tags": [] - } - ], - "spot": [] - } -} \ No newline at end of file diff --git a/aws/us-west-1.json b/aws/us-west-1.json deleted file mode 100644 index 38943874f..000000000 --- a/aws/us-west-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7632, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8064, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.29407428571428573, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.30408857142857143, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.31166875, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3137257142857143, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1786, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1908, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1984, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07343333333333332, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.073934375, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.074703125, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07771515151515151, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3571, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3968, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12892727272727272, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1368125, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15029375, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15511944444444445, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/us-west-2.json b/aws/us-west-2.json deleted file mode 100644 index d0b8d0951..000000000 --- a/aws/us-west-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.612, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.616, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6783, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19586451612903225, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "g4dn.4xlarge", - "InstanceType": "g4dn.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21364897959183674, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2220507462686567, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23724848484848485, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.153, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.154, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1664, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04564761904761905, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05509344262295082, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "m4.xlarge", - "InstanceType": "m4.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05518695652173913, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.055889655172413795, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.306, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.308, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3328, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.101788, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11276363636363637, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1131723076923077, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11460983606557378, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/australiacentral.json b/azure/australiacentral.json deleted file mode 100644 index 8158a5f5a..000000000 --- a/azure/australiacentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.747, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.3", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.748, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.834, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.1344, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.19, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.2", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.337, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.411, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.417, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "East US / -21.1", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/australiacentral2.json b/azure/australiacentral2.json deleted file mode 100644 index 0c0472dbd..000000000 --- a/azure/australiacentral2.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.673, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.76, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.822, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0864, - "architecture": "x64", - "bestPriceRegion": "Central India / -28.1", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0888, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0888, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.08958, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.168, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.208, - "architecture": "x64", - "bestPriceRegion": "Central India / -52.7", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0216, - "architecture": "x64", - "bestPriceRegion": "Central India / -28.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0222, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0222, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0222, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.337, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.417, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "East US / -21.1", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0432, - "architecture": "x64", - "bestPriceRegion": "Central India / -28.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0444, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0444, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.04486, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/australiaeast.json b/azure/australiaeast.json deleted file mode 100644 index 431182005..000000000 --- a/azure/australiaeast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.673, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.76, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.822, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.1344, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.168, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.19, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.2", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.373, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "East US / -21.1", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/australiasoutheast.json b/azure/australiasoutheast.json deleted file mode 100644 index efc57ddad..000000000 --- a/azure/australiasoutheast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.766, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.84, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.856, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.2", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12474, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.8", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12516, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.3", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13972, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -31.3", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.21, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "Central India / -54", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03094, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.2", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03122, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.9", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03136, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.391, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.42, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.423, - "architecture": "x64", - "bestPriceRegion": "East US / -21.3", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06188, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.2", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0623, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06258, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.3", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/brazilsouth.json b/azure/brazilsouth.json deleted file mode 100644 index 360d79994..000000000 --- a/azure/brazilsouth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.857, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.952, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.968, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.048, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -35.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.14672, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.14672, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.15456, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.8", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.16072, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -35.2", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.232, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -31", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.242, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.257, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0378, - "architecture": "x64", - "bestPriceRegion": "UK South / -41.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03864, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.464, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -31", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.465, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -62.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.484, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.513, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.07336, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07336, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.07728, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.8", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.07924, - "architecture": "x64", - "bestPriceRegion": "UK South / -42", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/brazilsoutheast.json b/azure/brazilsoutheast.json deleted file mode 100644 index 8a074dd7f..000000000 --- a/azure/brazilsoutheast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 1.188, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -70.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 1.238, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -93.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.332, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -70.4", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.362, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -50.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.19068, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.19068, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.2009, - "architecture": "x64", - "bestPriceRegion": "Central India / -69.1", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.20902, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -50.1", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.279, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -68.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.302, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -47", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.328, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -93.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Central India / -70.5", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04774, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04774, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.04914, - "architecture": "x64", - "bestPriceRegion": "UK South / -55.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05026, - "architecture": "x64", - "bestPriceRegion": "Central India / -69.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.594, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -70.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.603, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -46.9", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.629, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -68.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.656, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -93.8", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09534, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.4", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.09534, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.10052, - "architecture": "x64", - "bestPriceRegion": "Central India / -69.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.10318, - "architecture": "x64", - "bestPriceRegion": "UK South / -55.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/canadacentral.json b/azure/canadacentral.json deleted file mode 100644 index 32199e6b4..000000000 --- a/azure/canadacentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.731, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.741, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -8.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.742, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10374, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10416, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.1162, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.3", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.148, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.183, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -10.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "East US / -8.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0259, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02604, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.366, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "East US / -10.2", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05194, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05208, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/canadaeast.json b/azure/canadaeast.json deleted file mode 100644 index 6aa1fc43b..000000000 --- a/azure/canadaeast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.669, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.731, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.741, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -8.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10374, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10416, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.1", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.148, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.167, - "architecture": "x64", - "bestPriceRegion": "Central India / -41.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.183, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "East US / -8.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0259, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02604, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.366, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "East US / -10.2", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05194, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05208, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/centralindia.json b/azure/centralindia.json deleted file mode 100644 index b5c795317..000000000 --- a/azure/centralindia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.349, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.444, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.444, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "DC16as_cc_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:02:02", - "name": "Standard_DC16as_cc_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.444, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:37", - "name": "Standard_DC16as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06902, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16a_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:07", - "name": "Standard_D16a_v4", - "paymentType": "payasyougo", - "perfScore": 293654, - "tags": [] - }, - { - "PricePerHour": 0.06902, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16as_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:02:41", - "name": "Standard_D16as_v4", - "paymentType": "payasyougo", - "perfScore": 292074, - "tags": [] - }, - { - "PricePerHour": 0.07518, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16ads_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:56", - "name": "Standard_D16ads_v5", - "paymentType": "payasyougo", - "perfScore": 306800, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.0984, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.106, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -17.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.111, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "DC4as_cc_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:20", - "name": "Standard_DC4as_cc_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.111, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:42", - "name": "Standard_DC4as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.01554, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.01722, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D4a_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:06:15", - "name": "Standard_D4a_v4", - "paymentType": "payasyougo", - "perfScore": 70996, - "tags": [] - }, - { - "PricePerHour": 0.01722, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D4as_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_D4as_v4", - "paymentType": "payasyougo", - "perfScore": 71707, - "tags": [] - }, - { - "PricePerHour": 0.01876, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D4ads_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:02:59", - "name": "Standard_D4ads_v5", - "paymentType": "payasyougo", - "perfScore": 72644, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -17.5", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "DC8as_cc_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:30", - "name": "Standard_DC8as_cc_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:18", - "name": "Standard_DC8as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03444, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D8a_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:12", - "name": "Standard_D8a_v4", - "paymentType": "payasyougo", - "perfScore": 151379, - "tags": [] - }, - { - "PricePerHour": 0.03444, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D8as_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:03:14", - "name": "Standard_D8as_v4", - "paymentType": "payasyougo", - "perfScore": 151474, - "tags": [] - }, - { - "PricePerHour": 0.03752, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D8ads_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:52", - "name": "Standard_D8ads_v5", - "paymentType": "payasyougo", - "perfScore": 153951, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/centralus.json b/azure/centralus.json deleted file mode 100644 index 4e3ecd6fa..000000000 --- a/azure/centralus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.602, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.68, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -11.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10878, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.9", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12152, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.151, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -14.9", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.2", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.37, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -14.9", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.377, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05446, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.9", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/eastasia.json b/azure/eastasia.json deleted file mode 100644 index 68e592922..000000000 --- a/azure/eastasia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.745, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.2", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.841, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.864, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -21.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.864, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -21.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.13328, - "architecture": "x64", - "bestPriceRegion": "Central India / -53.4", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13776, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.8", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.205, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -57.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.207, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.216, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.216, - "architecture": "x64", - "bestPriceRegion": "East US / -21.8", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03332, - "architecture": "x64", - "bestPriceRegion": "Central India / -53.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.372, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.2", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.432, - "architecture": "x64", - "bestPriceRegion": "North Central US / -21.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.432, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -21.8", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.451, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06664, - "architecture": "x64", - "bestPriceRegion": "Central India / -53.4", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/eastus.json b/azure/eastus.json deleted file mode 100644 index 9aa76db1b..000000000 --- a/azure/eastus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.533, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.5", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.675, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09478, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.133, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02366, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.303, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.332, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "East US / 0", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04732, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D8_v3", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:53", - "name": "Standard_D8_v3", - "paymentType": "payasyougo", - "perfScore": 100422, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/eastus2.json b/azure/eastus2.json deleted file mode 100644 index 4828e17a8..000000000 --- a/azure/eastus2.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.602, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.606, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09478, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.133, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.15, - "architecture": "x64", - "bestPriceRegion": "Central India / -34.4", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02366, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.295, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "East US / 0", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04732, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D8_v3", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:53", - "name": "Standard_D8_v3", - "paymentType": "payasyougo", - "perfScore": 100422, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/francecentral.json b/azure/francecentral.json deleted file mode 100644 index de33295c3..000000000 --- a/azure/francecentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.669, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.676, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.68, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.8", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7.9", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7.9", - "canonicalname": "F16s", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:06", - "name": "Standard_F16s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.151, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.189, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -12.2", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.1", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.1", - "canonicalname": "F4s", - "memory": 8192, - "modifiedDate": "11/11/2024 01:02:58", - "name": "Standard_F4s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.2", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.377, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.378, - "architecture": "x64", - "bestPriceRegion": "East US / -11.9", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7.9", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7.9", - "canonicalname": "F8s", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:04", - "name": "Standard_F8s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/francesouth.json b/azure/francesouth.json deleted file mode 100644 index fc2c2c3a8..000000000 --- a/azure/francesouth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.783, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -55.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.943, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.4", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.958, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -58.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.047, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -35.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.14658, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Central India / -57.7", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.1", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.196, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -55.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.217, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.239, - "architecture": "x64", - "bestPriceRegion": "Central India / -58.8", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.245, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.7", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.1", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.1", - "canonicalname": "F4s", - "memory": 8192, - "modifiedDate": "11/11/2024 01:02:58", - "name": "Standard_F4s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03682, - "architecture": "x64", - "bestPriceRegion": "Central India / -57.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.428, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.442, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -55.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.472, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.524, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -35.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.07336, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0735, - "architecture": "x64", - "bestPriceRegion": "Central India / -57.7", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.0735, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0735, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.1", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/germanynorth.json b/azure/germanynorth.json deleted file mode 100644 index a579b5338..000000000 --- a/azure/germanynorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.869, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.884, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.972, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.5", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.998, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -33.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.14126, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.14126, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.15148, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.4", - "canonicalname": "D16a_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:07", - "name": "Standard_D16a_v4", - "paymentType": "payasyougo", - "perfScore": 293654, - "tags": [] - }, - { - "PricePerHour": 0.15148, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.4", - "canonicalname": "D16as_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:02:41", - "name": "Standard_D16as_v4", - "paymentType": "payasyougo", - "perfScore": 292074, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.213, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -25.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.217, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.8", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.225, - "architecture": "x64", - "bestPriceRegion": "Central India / -56.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.24, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.6", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "UK South / -26.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03528, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03528, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0378, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.4", - "canonicalname": "D4a_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:06:15", - "name": "Standard_D4a_v4", - "paymentType": "payasyougo", - "perfScore": 70996, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.398, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -56.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.426, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -21.8", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.479, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.6", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.486, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.5", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05964, - "architecture": "x64", - "bestPriceRegion": "UK South / -22.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07056, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.07056, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.07574, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.5", - "canonicalname": "D8a_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:12", - "name": "Standard_D8a_v4", - "paymentType": "payasyougo", - "perfScore": 151379, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/germanywestcentral.json b/azure/germanywestcentral.json deleted file mode 100644 index f2015e02d..000000000 --- a/azure/germanywestcentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.612, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.691, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.754, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -13.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11648, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.7", - "canonicalname": "D16a_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:07", - "name": "Standard_D16a_v4", - "paymentType": "payasyougo", - "perfScore": 293654, - "tags": [] - }, - { - "PricePerHour": 0.11648, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.7", - "canonicalname": "D16as_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:02:41", - "name": "Standard_D16as_v4", - "paymentType": "payasyougo", - "perfScore": 292074, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.171, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.5", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02912, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.9", - "canonicalname": "D4a_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:06:15", - "name": "Standard_D4a_v4", - "paymentType": "payasyougo", - "perfScore": 70996, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.346, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.377, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05824, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.9", - "canonicalname": "D8a_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:12", - "name": "Standard_D8a_v4", - "paymentType": "payasyougo", - "perfScore": 151379, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/israelcentral.json b/azure/israelcentral.json deleted file mode 100644 index e684f517e..000000000 --- a/azure/israelcentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.679, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.681, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.76, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.766, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B16s_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:54", - "name": "Standard_B16s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.1183, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -20.3", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.19, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.2", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -17.2", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "UK South / -18.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02954, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.304, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.8", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.339, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05614, - "architecture": "x64", - "bestPriceRegion": "UK South / -18.1", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05908, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/italynorth.json b/azure/italynorth.json deleted file mode 100644 index 87d30aa1b..000000000 --- a/azure/italynorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.611, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.9", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.752, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.763, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -13.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.9", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.171, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.5", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.342, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.1", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.382, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/japaneast.json b/azure/japaneast.json deleted file mode 100644 index 62a747c27..000000000 --- a/azure/japaneast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.844, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.856, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.856, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11984, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11984, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13664, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.2", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.174, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.9", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "Central India / -54", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -20.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02996, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02996, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03136, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.03332, - "architecture": "x64", - "bestPriceRegion": "UK South / -34.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.384, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.428, - "architecture": "x64", - "bestPriceRegion": "North Central US / -20.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.428, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -21", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06272, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.06832, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.2", - "canonicalname": "D8lds_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:02:17", - "name": "Standard_D8lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/japanwest.json b/azure/japanwest.json deleted file mode 100644 index 2c07999b6..000000000 --- a/azure/japanwest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.694, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.7", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.771, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.856, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.858, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11984, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13132, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -32.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.13664, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.2", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "Central India / -54", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -20.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02996, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03136, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.0329, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -32.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03332, - "architecture": "x64", - "bestPriceRegion": "UK South / -34.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.384, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.392, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.428, - "architecture": "x64", - "bestPriceRegion": "North Central US / -20.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06272, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.06566, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -32.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06832, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.2", - "canonicalname": "D8lds_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:02:17", - "name": "Standard_D8lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/jioindiawest.json b/azure/jioindiawest.json deleted file mode 100644 index 844ec43d9..000000000 --- a/azure/jioindiawest.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.349, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.394, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.444, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:37", - "name": "Standard_DC16as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.493, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "D16a_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:07", - "name": "Standard_D16a_v4", - "paymentType": "payasyougo", - "perfScore": 293654, - "tags": [] - } - ], - "spot": [] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.0872, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0984, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.111, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:42", - "name": "Standard_DC4as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.123, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "D4a_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:06:15", - "name": "Standard_D4a_v4", - "paymentType": "payasyougo", - "perfScore": 70996, - "tags": [] - } - ], - "spot": [] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.174, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.197, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:18", - "name": "Standard_DC8as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [] - } -} \ No newline at end of file diff --git a/azure/koreacentral.json b/azure/koreacentral.json deleted file mode 100644 index 393d4d08a..000000000 --- a/azure/koreacentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -11.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -11.8", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.81, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F16s", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:06", - "name": "Standard_F16s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.184, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.184, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.4", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -9", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -9", - "canonicalname": "F4s", - "memory": 8192, - "modifiedDate": "11/11/2024 01:02:58", - "name": "Standard_F4s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.368, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.368, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.3", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.384, - "architecture": "x64", - "bestPriceRegion": "North Central US / -11.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F8s", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:04", - "name": "Standard_F8s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/koreasouth.json b/azure/koreasouth.json deleted file mode 100644 index cfbb589a9..000000000 --- a/azure/koreasouth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.613, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.692, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.751, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.765, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B16s_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:54", - "name": "Standard_B16s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10948, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11074, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.9", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.153, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "East US / -12", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02702, - "architecture": "x64", - "bestPriceRegion": "UK South / -18.7", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02744, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02772, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.9", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.306, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.346, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.384, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -12", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05474, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.9", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05544, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.9", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.0567, - "architecture": "x64", - "bestPriceRegion": "UK South / -18.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/mexicocentral.json b/azure/mexicocentral.json deleted file mode 100644 index 21bf8942f..000000000 --- a/azure/mexicocentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.732, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -9", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.744, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.748, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.757, - "architecture": "x64", - "bestPriceRegion": "Central India / -41.3", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.18925, - "architecture": "x64", - "bestPriceRegion": "Central India / -67.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.21125, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.183, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -9.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "East US / -9.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -9.1", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -24.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0465, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04675, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04725, - "architecture": "x64", - "bestPriceRegion": "Central India / -67.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.05275, - "architecture": "x64", - "bestPriceRegion": "UK South / -58.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.366, - "architecture": "x64", - "bestPriceRegion": "East US / -9", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.372, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "North Central US / -9.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.378, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.3", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.093, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0935, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0945, - "architecture": "x64", - "bestPriceRegion": "Central India / -67.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.1055, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.6", - "canonicalname": "D8_v3", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:53", - "name": "Standard_D8_v3", - "paymentType": "payasyougo", - "perfScore": 100422, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/northcentralus.json b/azure/northcentralus.json deleted file mode 100644 index ea539bac4..000000000 --- a/azure/northcentralus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.589, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.602, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.606, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.7", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.152, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.295, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.303, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "East US / 0", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.7", - "canonicalname": "D8_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:41", - "name": "Standard_D8_v4", - "paymentType": "payasyougo", - "perfScore": 135803, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/northeurope.json b/azure/northeurope.json deleted file mode 100644 index fd590fb11..000000000 --- a/azure/northeurope.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.578, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -39.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.646, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.726, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.7", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.728, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -8.5", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.1022, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11984, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -16.6", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.163, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.163, - "architecture": "x64", - "bestPriceRegion": "Central India / -39.6", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.18, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.323, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.5", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.326, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.326, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -39.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.364, - "architecture": "x64", - "bestPriceRegion": "East US / -8.5", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0511, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/norwayeast.json b/azure/norwayeast.json deleted file mode 100644 index 0a6824df0..000000000 --- a/azure/norwayeast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.747, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.3", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.822, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.834, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11956, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.13608, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.13776, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.14, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.2, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -20.5", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.208, - "architecture": "x64", - "bestPriceRegion": "Central India / -52.7", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.028, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02996, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03402, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03444, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.5", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.411, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.419, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -20.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05866, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05978, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06804, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06888, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/norwaywest.json b/azure/norwaywest.json deleted file mode 100644 index 7119ccebf..000000000 --- a/azure/norwaywest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.949, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -63.2", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.973, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.062, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -62.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.098, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -39.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.17696, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17696, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.17906, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.7", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.219, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -60.2", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.243, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.26, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -38.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Central India / -63", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0364, - "architecture": "x64", - "bestPriceRegion": "UK South / -39.7", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0448, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.475, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -63.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.494, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -60.1", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.523, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.544, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -38.8", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.07616, - "architecture": "x64", - "bestPriceRegion": "UK South / -39.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.08848, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.08848, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.08946, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/polandcentral.json b/azure/polandcentral.json deleted file mode 100644 index a78c53a24..000000000 --- a/azure/polandcentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.835, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -58.2", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.854, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.854, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11956, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11956, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.1281, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13678, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.3", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.19, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.2, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -20.5", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.213, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -20.2", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.028, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03206, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.418, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -58.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.419, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -20.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.421, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "East US / -21.1", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05866, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05978, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05978, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06412, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/qatarcentral.json b/azure/qatarcentral.json deleted file mode 100644 index 60496f44b..000000000 --- a/azure/qatarcentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.681, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.752, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.76, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.802, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -17", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.1183, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.1183, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13188, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.2", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.172, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.8", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -16.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02954, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02954, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.304, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.8", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.056, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05908, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05908, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southafricanorth.json b/azure/southafricanorth.json deleted file mode 100644 index 523b9a3f3..000000000 --- a/azure/southafricanorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.765, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.769, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.855, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.868, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -23.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12754, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12768, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12824, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.14224, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.195, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.5", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.213, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -25.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "UK South / -26.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03192, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03192, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03206, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.421, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.427, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.434, - "architecture": "x64", - "bestPriceRegion": "East US / -23.3", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06244, - "architecture": "x64", - "bestPriceRegion": "UK South / -26.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06384, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06384, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06412, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southafricawest.json b/azure/southafricawest.json deleted file mode 100644 index 39b2b6830..000000000 --- a/azure/southafricawest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.68, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -0.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.973, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -64.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.073, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.085, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -38.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.16604, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -46.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.16674, - "architecture": "x64", - "bestPriceRegion": "Central India / -62.7", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.1778, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -43.8", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "East US / -0.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.243, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -64.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.25, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.9", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.254, - "architecture": "x64", - "bestPriceRegion": "Central India / -61.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03738, - "architecture": "x64", - "bestPriceRegion": "UK South / -41.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04144, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -46.4", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04172, - "architecture": "x64", - "bestPriceRegion": "Central India / -62.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.34, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -0.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.487, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -64.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.536, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.5", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.54238, - "architecture": "x64", - "bestPriceRegion": "East US / -38.6", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07826, - "architecture": "x64", - "bestPriceRegion": "UK South / -41.3", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.08302, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -46.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0833, - "architecture": "x64", - "bestPriceRegion": "Central India / -62.7", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southcentralus.json b/azure/southcentralus.json deleted file mode 100644 index 277880564..000000000 --- a/azure/southcentralus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.639, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.722, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.4", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.781, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.799, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -16.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11564, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.1225, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.9", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.176, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -9.1", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.178, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -51", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.18, - "architecture": "x64", - "bestPriceRegion": "Central India / -45.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -16.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.352, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -9.1", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.354, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.6", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.361, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05782, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southeastasia.json b/azure/southeastasia.json deleted file mode 100644 index 50a597df8..000000000 --- a/azure/southeastasia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.669, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.748, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.784, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -13.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10976, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10976, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.6", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.189, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.9", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.196, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -13.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.196, - "architecture": "x64", - "bestPriceRegion": "East US / -13.8", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02744, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02744, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02772, - "architecture": "x64", - "bestPriceRegion": "UK South / -20.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.1", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.378, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.392, - "architecture": "x64", - "bestPriceRegion": "North Central US / -13.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05488, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05488, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05838, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.3", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southindia.json b/azure/southindia.json deleted file mode 100644 index cca1f97bd..000000000 --- a/azure/southindia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.748, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9.5", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.751, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.5", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.905, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.1", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.922, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -57.3", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10472, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.13426, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -33.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.13524, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.13524, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "F16s", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:06", - "name": "Standard_F16s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "East US / -9.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -22.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -57.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.209, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -23.4", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02618, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "UK South / -23.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0336, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -33.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03388, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23.3", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.418, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -23.4", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.424, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.5", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05236, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06062, - "architecture": "x64", - "bestPriceRegion": "UK South / -24.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06706, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -33.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06762, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/spaincentral.json b/azure/spaincentral.json deleted file mode 100644 index 9a1434baf..000000000 --- a/azure/spaincentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.0808, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0912, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B16s_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:54", - "name": "Standard_B16s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.693, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.732, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -9", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0202, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0228, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B16s_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:54", - "name": "Standard_B16s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.10222, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.10329, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.0202, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0228, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.00505, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0057, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02422, - "architecture": "x64", - "bestPriceRegion": "UK South / -9.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02556, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.0404, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0456, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.346, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.366, - "architecture": "x64", - "bestPriceRegion": "East US / -9", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0101, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0114, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05058, - "architecture": "x64", - "bestPriceRegion": "UK South / -9.1", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05111, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/swedencentral.json b/azure/swedencentral.json deleted file mode 100644 index fb943e956..000000000 --- a/azure/swedencentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.622, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -36.7", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.624, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.686, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.691, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -3.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10192, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10304, - "architecture": "x64", - "bestPriceRegion": "Central India / -39.7", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.5", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.138, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -36.8", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.153, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.156, - "architecture": "x64", - "bestPriceRegion": "Central India / -36.9", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -4", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02576, - "architecture": "x64", - "bestPriceRegion": "Central India / -39.7", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.275, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -36.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.311, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -36.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.346, - "architecture": "x64", - "bestPriceRegion": "East US / -3.8", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05096, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.9", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05152, - "architecture": "x64", - "bestPriceRegion": "Central India / -39.7", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/switzerlandnorth.json b/azure/switzerlandnorth.json deleted file mode 100644 index 9239be1db..000000000 --- a/azure/switzerlandnorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.673, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.822, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.834, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.8448, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.1195, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.13608, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.13776, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13999, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.168, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.197, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -19.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.208, - "architecture": "x64", - "bestPriceRegion": "Central India / -52.7", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02758, - "architecture": "x64", - "bestPriceRegion": "UK South / -20.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02988, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03402, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03444, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.5", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.394, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -15.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.411, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.417, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05516, - "architecture": "x64", - "bestPriceRegion": "UK South / -16.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05975, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06804, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06888, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/switzerlandwest.json b/azure/switzerlandwest.json deleted file mode 100644 index 468c4926c..000000000 --- a/azure/switzerlandwest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.875, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -60.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.973, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.988, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -60.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.09769, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -39.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.15544, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17696, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.17906, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.18208, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.8", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.237, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -63.2", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.243, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.256, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -37.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Central India / -63", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03584, - "architecture": "x64", - "bestPriceRegion": "UK South / -38.7", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03885, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.9", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.04424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0448, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.475, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -63.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.512, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -35", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.523, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.531, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -62.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.07168, - "architecture": "x64", - "bestPriceRegion": "UK South / -35.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07758, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.8", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.08848, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.08946, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/uaecentral.json b/azure/uaecentral.json deleted file mode 100644 index 81506a83a..000000000 --- a/azure/uaecentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.905, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -61.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.997, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.998, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -33.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 1.009, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -32.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.14126, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.15372, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.2", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.15428, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.7", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.16548, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.226, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -61.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.235, - "architecture": "x64", - "bestPriceRegion": "Central India / -58.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.237, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -32.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.249, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.9", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03318, - "architecture": "x64", - "bestPriceRegion": "UK South / -33.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03528, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0385, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03864, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.453, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -61.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.462, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.469, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -58", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.495, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -32.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0693, - "architecture": "x64", - "bestPriceRegion": "UK South / -33.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07056, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.07686, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.2", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.07714, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.7", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/uaenorth.json b/azure/uaenorth.json deleted file mode 100644 index 135412aac..000000000 --- a/azure/uaenorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.713, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -51.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.784, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.796, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.5", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.799, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -16.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.1183, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13188, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -27.2", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -16.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.196, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.199, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.6", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02954, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.355, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.6", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.398, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.5", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.399, - "architecture": "x64", - "bestPriceRegion": "East US / -16.5", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.056, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05908, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/uksouth.json b/azure/uksouth.json deleted file mode 100644 index f3e958846..000000000 --- a/azure/uksouth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.676, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.742, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.754, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.8", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.104, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10504, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11136, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.2", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - }, - { - "PricePerHour": 0.11136, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.2", - "canonicalname": "D16s_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:46", - "name": "Standard_D16s_v3", - "paymentType": "payasyougo", - "perfScore": 199434, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.151, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.183, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -13.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02196, - "architecture": "x64", - "bestPriceRegion": "UK South / 0", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.026, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.2", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02626, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02784, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.2", - "canonicalname": "D4_v3", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:55", - "name": "Standard_D4_v3", - "paymentType": "payasyougo", - "perfScore": 49708, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.2", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.377, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.378, - "architecture": "x64", - "bestPriceRegion": "East US / -11.9", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04596, - "architecture": "x64", - "bestPriceRegion": "UK South / 0", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.052, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05252, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05568, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.2", - "canonicalname": "D8_v3", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:53", - "name": "Standard_D8_v3", - "paymentType": "payasyougo", - "perfScore": 100422, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/ukwest.json b/azure/ukwest.json deleted file mode 100644 index 7c5e68172..000000000 --- a/azure/ukwest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.645, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.9", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.713, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.752, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.4", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.802, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11326, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11522, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11648, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.161, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.8", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "Central India / -45.9", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.7", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.197, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02912, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.322, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.357, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.7", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "East US / -11.4", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - }, - { - "PricePerHour": 0.401, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0567, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05754, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05824, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/usgovarizona.json b/azure/usgovarizona.json deleted file mode 100644 index 3ebb13848..000000000 --- a/azure/usgovarizona.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.622, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.765, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.4", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.776, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.78, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -14.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.119, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12208, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.4", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.156, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / 0", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.176, - "architecture": "x64", - "bestPriceRegion": "Central India / -44.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "UK South / -19.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03052, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.311, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.1", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / 0", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.351, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.5", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05418, - "architecture": "x64", - "bestPriceRegion": "UK South / -15.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0595, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06104, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/usgovtexas.json b/azure/usgovtexas.json deleted file mode 100644 index d430a3de4..000000000 --- a/azure/usgovtexas.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.737, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.739, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.78, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -14.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.816, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -17", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.119, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.1204, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.4", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13398, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.2", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / 0", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.184, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.9", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.7", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "UK South / -19.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0301, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / 0", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.387, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -14", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05418, - "architecture": "x64", - "bestPriceRegion": "UK South / -15.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.0595, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.4", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0602, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.4", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/usgovvirginia.json b/azure/usgovvirginia.json deleted file mode 100644 index a1f4a8033..000000000 --- a/azure/usgovvirginia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.622, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.691, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.702, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.78, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -14.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12208, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.4", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.156, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / 0", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.194, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -18", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "UK South / -19.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03052, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / 0", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.348, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.351, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.5", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05418, - "architecture": "x64", - "bestPriceRegion": "UK South / -15.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06104, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westcentralus.json b/azure/westcentralus.json deleted file mode 100644 index 97956fe10..000000000 --- a/azure/westcentralus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.707, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.6", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.713, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -51.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.796, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.5", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.799, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -16.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11564, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.1225, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.9", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.175, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -9.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.176, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -9.1", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.18, - "architecture": "x64", - "bestPriceRegion": "Central India / -45.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0245, - "architecture": "x64", - "bestPriceRegion": "UK South / -10.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.352, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -9.1", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.357, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -51.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.361, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.367, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -9.3", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05138, - "architecture": "x64", - "bestPriceRegion": "UK South / -10.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05782, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westeurope.json b/azure/westeurope.json deleted file mode 100644 index 39c8f44cd..000000000 --- a/azure/westeurope.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.612, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.691, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.754, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -13.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11648, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.9", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.153, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02912, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.34, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.382, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05824, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westindia.json b/azure/westindia.json deleted file mode 100644 index d78625a74..000000000 --- a/azure/westindia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.68, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -0.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.77, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.1218, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -27.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12292, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12292, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F16s", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:06", - "name": "Standard_F16s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "East US / -0.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.189, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.9", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.189, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -22.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "UK South / -23.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03052, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -27.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03066, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.34, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -0.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.341, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.414, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.3", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06062, - "architecture": "x64", - "bestPriceRegion": "UK South / -24.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0609, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -27.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06146, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westus.json b/azure/westus.json deleted file mode 100644 index 8f86e8911..000000000 --- a/azure/westus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.632, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.776, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.6", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.787, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.794, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -16.1", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23.5", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.158, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.8", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.176, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.5", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -14.9", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -16.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.316, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.9", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -14.9", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.388, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.6", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.394, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westus2.json b/azure/westus2.json deleted file mode 100644 index e09d2b175..000000000 --- a/azure/westus2.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.533, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.5", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.675, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09478, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.152, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.159, - "architecture": "x64", - "bestPriceRegion": "West US 3 / 0", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02226, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02366, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.332, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "West US 3 / 0", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04662, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04732, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westus3.json b/azure/westus3.json deleted file mode 100644 index 4fe4a8f02..000000000 --- a/azure/westus3.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.533, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.5", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.602, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09478, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.133, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.159, - "architecture": "x64", - "bestPriceRegion": "West US 3 / 0", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02226, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02366, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.295, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "West US 3 / 0", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "East US / 0", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04662, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04732, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/africa-south1.json b/gcp/africa-south1.json deleted file mode 100644 index 7ff3b8069..000000000 --- a/gcp/africa-south1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.517656592, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.652702528, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.701207488, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.750226976, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.094624, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.105984, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.135728, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.143616, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.129414148, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.163175632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.175301872, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.187556744, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023656, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026496, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033932, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035904, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.258828296, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.326351264, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.350603744, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.375113488, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.047312, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.052992, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.067864, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.071808, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-east1.json b/gcp/asia-east1.json deleted file mode 100644 index 7250f774a..000000000 --- a/gcp/asia-east1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.45824832000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.577792, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.62073504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6562803164062501, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.126030767578125, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.127136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16768, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16893999999999998, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11456208000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.144448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15518376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16406768359375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031507232421874996, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031784, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04192, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042234999999999995, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22912416000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.288896, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31036752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32814015820312503, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0630153837890625, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.063568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08384, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08446999999999999, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-east2.json b/gcp/asia-east2.json deleted file mode 100644 index 6b173977a..000000000 --- a/gcp/asia-east2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.55375536, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.698208, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.75009072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.793061515625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11064, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.128645177734375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.144752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14976, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13843884, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.174552, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18752268, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.198262484375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02766, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.032160822265625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.036188, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03744, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.27687768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.349104, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.37504536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3965307578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05532, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0643225888671875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.072376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07488, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-northeast1.json b/gcp/asia-northeast1.json deleted file mode 100644 index bddab85b6..000000000 --- a/gcp/asia-northeast1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50824848, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.640848, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.68772576, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7279237167968751, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.159872, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.164346078125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17536, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12706212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160212, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17193144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.181978283203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023104, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-4", - "InstanceType": "c3-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028024, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highmem-4", - "InstanceType": "c3-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.037863999999999995, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039968, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25412424, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.320424, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34386288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.36396185839843753, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046208, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-8", - "InstanceType": "c3-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.056048, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highmem-8", - "InstanceType": "c3-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07572799999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.079936, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-northeast2.json b/gcp/asia-northeast2.json deleted file mode 100644 index a5ba8134d..000000000 --- a/gcp/asia-northeast2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50824848, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6408320000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.68772576, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7279237167968751, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.078368, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.106112, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-16", - "InstanceType": "n2d-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.143104, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18635200000000002, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12706212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16020800000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17193144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.181978283203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.019592, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026528, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-4", - "InstanceType": "n2d-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035776, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046588000000000004, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25412424, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32041600000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34386288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.36396185839843753, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039184, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.053056, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-8", - "InstanceType": "n2d-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.071552, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09317600000000001, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-northeast3.json b/gcp/asia-northeast3.json deleted file mode 100644 index 174cb1970..000000000 --- a/gcp/asia-northeast3.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50824848, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6408320000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.68772576, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7279237167968751, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.104688, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.127077169921875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141792, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17026, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12706212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16020800000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17193144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.181978283203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026172, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031768830078125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042565, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25412424, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32041600000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34386288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.36396185839843753, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.052344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0635385849609375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070896, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08513, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-south1.json b/gcp/asia-south1.json deleted file mode 100644 index 8a2c404ab..000000000 --- a/gcp/asia-south1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.329344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39580800000000005, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44612799999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44612799999999997, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06224, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-16", - "InstanceType": "c2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highmem-16", - "InstanceType": "c2d-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1016, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.111952, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.082336, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09895200000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11153199999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11153199999999999, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.01556, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-4", - "InstanceType": "c2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.01884, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highmem-4", - "InstanceType": "c2d-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0254, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027988, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.164672, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19790400000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22306399999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22306399999999998, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-8", - "InstanceType": "c2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03768, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highmem-8", - "InstanceType": "c2d-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0508, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055976, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-south2.json b/gcp/asia-south2.json deleted file mode 100644 index 7885de4cb..000000000 --- a/gcp/asia-south2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.47536031999999995, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.599376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.64387488, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6807891875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.090704, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.098912, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12281600000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.134048, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11884007999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.149844, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16096872, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1701948125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.022676, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.024728, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030704000000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033512, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23768015999999997, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.299688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32193744, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34039459375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.045352, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.049456, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.061408000000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.067024, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-southeast1.json b/gcp/asia-southeast1.json deleted file mode 100644 index a2ff2b1b3..000000000 --- a/gcp/asia-southeast1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.488244, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.615616, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.66132912, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69924044140625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.109568, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.119768349609375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13561600000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.148352, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.122061, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.153904, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16533228, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17480755859375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027392, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.029941650390625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033904000000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.037088, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.244122, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.307808, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33066456, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.349620220703125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.054784, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0598841748046875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06780800000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.074176, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-southeast2.json b/gcp/asia-southeast2.json deleted file mode 100644 index 1c353b138..000000000 --- a/gcp/asia-southeast2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.532185936, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.67102144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.720848688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7621720811328124, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.121904, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.162427673828125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.165056, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.178944, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.133046484, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16775536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.180212172, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1905402388671875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030476, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040606326171875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.041264, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.044736, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.266092968, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33551072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.360424344, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3810860405664062, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060952, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0812138369140625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.082528, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.089472, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/australia-southeast1.json b/gcp/australia-southeast1.json deleted file mode 100644 index 1b193999f..000000000 --- a/gcp/australia-southeast1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.56157168, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7080799999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.760656, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.804256748046875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17792, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.185264, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.201152, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23696, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14039292, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17701999999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.190164, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.201061251953125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04448, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046316, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.050288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05924, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28078584, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.35403999999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.380328, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4021283740234375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08896, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.092632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.100576, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11848, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/australia-southeast2.json b/gcp/australia-southeast2.json deleted file mode 100644 index f6d4d9637..000000000 --- a/gcp/australia-southeast2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.47732800000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.601872, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.646528, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6917920000000001, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16292800000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1764, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.186544, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.220672, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11933200000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.150468, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.161632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17294800000000002, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040732000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0441, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046636, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055168, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23866400000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.300936, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.323264, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34589600000000004, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08146400000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0882, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.093272, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110336, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-central2.json b/gcp/europe-central2.json deleted file mode 100644 index 8ec033443..000000000 --- a/gcp/europe-central2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50991552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.642928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69068448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.73027733203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.090496, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10937951953125001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12246399999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14668, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12747888, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160732, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17267112, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18256666796875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.022624, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02734448046875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030615999999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03667, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25495776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.321464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34534224, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.365138666015625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.045248, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.054689759765625005, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.061231999999999995, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07334, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-north1.json b/gcp/europe-north1.json deleted file mode 100644 index 5b7aa6f9d..000000000 --- a/gcp/europe-north1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4357488, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.549424, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.5902204799999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.624059421875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.104528, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11488000000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.143072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15491565234375, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1089372, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137356, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14755511999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.156012578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026132, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028720000000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035768, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03872834765625, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2178744, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274712, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29511023999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3120297109375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.052264, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.057440000000000005, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.071536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.077457826171875, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-southwest1.json b/gcp/europe-southwest1.json deleted file mode 100644 index 5da0991fb..000000000 --- a/gcp/europe-southwest1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.467008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.58882944, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6326080000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.67681024, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.081536, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.118672, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14865599999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160768, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.116752, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14720736, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15815200000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16920256, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.020384, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.029668, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.037163999999999996, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040192, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.233504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29441472, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31630400000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33840512, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.059336, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07432799999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.080384, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west1.json b/gcp/europe-west1.json deleted file mode 100644 index 568223352..000000000 --- a/gcp/europe-west1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.43535136, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.548928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.58972368, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6234882207031249, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07657599999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103648, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103744, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-16", - "InstanceType": "c2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.125536, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10883784, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14743092, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15586977929687498, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.019143999999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025912, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025936, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-4", - "InstanceType": "c2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031384, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21767568, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29486184, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31174411035156246, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038287999999999996, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051824, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051872, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-8", - "InstanceType": "c2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.062768, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west10.json b/gcp/europe-west10.json deleted file mode 100644 index bb30d3f45..000000000 --- a/gcp/europe-west10.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.609473376, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.76847232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.8255807039999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.88329472, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124496, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13407999999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.154416, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.168704, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.152368344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19211808, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.20639517599999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22082368, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031124, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033519999999999994, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038604, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042176, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.304736688, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.38423616, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.41279035199999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44164736, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.062248, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06703999999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.077208, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.084352, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west12.json b/gcp/europe-west12.json deleted file mode 100644 index 6018e68b6..000000000 --- a/gcp/europe-west12.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.510532864, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.64372032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.691557856, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.73990272, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.057904000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07849600000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-16", - "InstanceType": "n2d-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.105952, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10736, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.127633216, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16093008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.172889464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18497568, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.014476000000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.019624000000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-4", - "InstanceType": "n2d-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026488, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02684, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.255266432, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32186016, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.345778928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.36995136, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028952000000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039248000000000005, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-8", - "InstanceType": "n2d-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.052976, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05368, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west2.json b/gcp/europe-west2.json deleted file mode 100644 index 02cbf8b4d..000000000 --- a/gcp/europe-west2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50991552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.642928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69068448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.73027733203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.100624, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.136096, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15201004296874998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.157248, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12747888, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160732, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17267112, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18256666796875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025156, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034024, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03800195703125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039312, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25495776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.321464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34534224, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.365138666015625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.050312, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.068048, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07600502148437499, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.078624, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west3.json b/gcp/europe-west3.json deleted file mode 100644 index 1512f2816..000000000 --- a/gcp/europe-west3.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50991552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.642928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69068448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-16", - "InstanceType": "c3d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.70764128, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1511812421875, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.187456, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.202288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.20279999999999998, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12747888, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160732, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17267112, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-4", - "InstanceType": "c3d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17691032, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.037794757812499996, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046864, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.050572, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.050699999999999995, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25495776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.321464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34534224, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-8", - "InstanceType": "c3d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.35382064, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07559062109375, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.093728, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.101144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10139999999999999, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west4.json b/gcp/europe-west4.json deleted file mode 100644 index 881683ea9..000000000 --- a/gcp/europe-west4.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.43570464000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.549376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.59017632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.623995421875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08977600000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.129664, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.139397208984375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-16", - "InstanceType": "n4-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16512000000000002, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10892616000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137344, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14754408, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155996578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.022444000000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.032416, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034848791015625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-4", - "InstanceType": "n4-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.041280000000000004, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21785232000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29508816, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3119977109375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.044888000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.064832, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0696986044921875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-8", - "InstanceType": "n4-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08256000000000001, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west6.json b/gcp/europe-west6.json deleted file mode 100644 index aa7a86d4e..000000000 --- a/gcp/europe-west6.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.55375536, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.698064, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.75009072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.793061515625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160576, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17528531445312498, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.185856, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19992000000000001, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13843884, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.174516, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18752268, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.198262484375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040144, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.043820685546874995, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.049980000000000004, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.27687768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.349032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.37504536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3965307578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.080288, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08764265722656249, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.092928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09996000000000001, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west8.json b/gcp/europe-west8.json deleted file mode 100644 index a6075e0f2..000000000 --- a/gcp/europe-west8.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.45908800000000005, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.57884928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.621856, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.66533888, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06331200000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.085728, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08579200000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.113072, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11477200000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14471232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16633472, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.015828000000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021432, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021448000000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028268, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22954400000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28942464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.310928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33266944, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031656000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042864, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042896000000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.056536, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west9.json b/gcp/europe-west9.json deleted file mode 100644 index 6dc5534fe..000000000 --- a/gcp/europe-west9.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.45908800000000005, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.57884928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.621856, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.66533888, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.085184, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.136048, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.183536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.184192, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11477200000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14471232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16633472, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021296, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-4", - "InstanceType": "c3-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.024415680000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034012, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.045884, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22954400000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28942464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.310928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33266944, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042592, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-8", - "InstanceType": "c3-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.048831360000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.068024, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.091768, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/me-central1.json b/gcp/me-central1.json deleted file mode 100644 index e32ca36b0..000000000 --- a/gcp/me-central1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.480850704, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6062947200000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.651350976, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6968852000000001, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08743999999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.089472, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11839999999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.156032, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.120212676, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15157368000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.162837744, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17422130000000002, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021859999999999997, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.022368, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.029599999999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039008, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.240425352, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.30314736000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.325675488, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34844260000000005, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.043719999999999995, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.044736, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.059199999999999996, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.078016, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/me-central2.json b/gcp/me-central2.json deleted file mode 100644 index 4a1f413d8..000000000 --- a/gcp/me-central2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.633219008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7984128, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.8577461120000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.9177088, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09056, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.099248, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12272, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.134432, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.158304752, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1996032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21443652800000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2294272, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02264, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.024812, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025830400000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03068, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.316609504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3992064, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.42887305600000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4588544, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04528, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.049624, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05166080000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06136, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/me-west1.json b/gcp/me-west1.json deleted file mode 100644 index 287795dad..000000000 --- a/gcp/me-west1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.435338128, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.5489088, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.5897005120000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6234695005859375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09329599999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10953951953125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.120672, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.126464, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.108834532, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1372272, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14742512800000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1558650994140625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023323999999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02738448046875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030168, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031616, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.217669064, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2744544, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29485025600000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31173475029296877, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046647999999999995, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.054769759765625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060336, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.063232, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/northamerica-northeast1.json b/gcp/northamerica-northeast1.json deleted file mode 100644 index 76772e819..000000000 --- a/gcp/northamerica-northeast1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.43570464000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.549376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.59017632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.623995421875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110272, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141358814453125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.152864, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.166768, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10892616000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137344, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14754408, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155996578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027568, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035339185546875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038216, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039056, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21785232000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29508816, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3119977109375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055136, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0706794072265625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.076432, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.078112, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/northamerica-northeast2.json b/gcp/northamerica-northeast2.json deleted file mode 100644 index 98cd27523..000000000 --- a/gcp/northamerica-northeast2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.43570464000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.549376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.59017632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.623995421875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06404800000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.086752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.113584, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highmem-16", - "InstanceType": "n2-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.117024, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10892616000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137344, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14754408, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155996578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.016012000000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028396, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highmem-4", - "InstanceType": "n2-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.029256, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21785232000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29508816, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3119977109375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.032024000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.043376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.056792, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highmem-8", - "InstanceType": "n2-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.058512, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/northamerica-south1.json b/gcp/northamerica-south1.json deleted file mode 100644 index edb9e9cd5..000000000 --- a/gcp/northamerica-south1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.431380448, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.584339552, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-16", - "InstanceType": "n4-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69728608, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c4-highcpu-16", - "InstanceType": "c4-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7416534400000001, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15624496000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21165184, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-16", - "InstanceType": "n4-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.278914464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-16", - "InstanceType": "e2-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28552768, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.107845112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.146084888, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-4", - "InstanceType": "n4-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17432152, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c4-highcpu-4", - "InstanceType": "c4-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18541336000000003, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039061240000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05291296, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-4", - "InstanceType": "n4-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.069728616, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-4", - "InstanceType": "e2-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07138192, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.215690224, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.292169776, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-8", - "InstanceType": "n4-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34864304, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c4-highcpu-8", - "InstanceType": "c4-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.37082672000000005, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07812248000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10582592, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-8", - "InstanceType": "n4-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.139457232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-8", - "InstanceType": "e2-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14276384, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/southamerica-east1.json b/gcp/southamerica-east1.json deleted file mode 100644 index 0de97865d..000000000 --- a/gcp/southamerica-east1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6282312, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.792128, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.8509632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.899722626953125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.093222671875, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12495999999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.125552, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.128144, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1570578, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.198032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2127408, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22492737304687502, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023305328125, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031239999999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031388, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-4", - "InstanceType": "c3-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03176, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3141156, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.396064, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4254816, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4498613134765625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0466113359375, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.062479999999999994, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.062776, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-8", - "InstanceType": "c3-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06352, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/southamerica-west1.json b/gcp/southamerica-west1.json deleted file mode 100644 index ded48fa8b..000000000 --- a/gcp/southamerica-west1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.56593952, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.71358144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7666105759999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.82020224, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09544, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.122144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.134176, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14148488, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17839536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19165264399999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.20505056, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02386, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033544, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28296976, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.35679072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.38330528799999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.41010112, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04772, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.061072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.067088, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-central1.json b/gcp/us-central1.json deleted file mode 100644 index ed25aaa2e..000000000 --- a/gcp/us-central1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39576192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.499008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.53609136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.566790455078125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103936, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110592, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140704, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14919721875, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09894048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13402284, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141695544921875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025984, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027648, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02916, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035176, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19788096, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.249504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.26804568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2833952275390625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051968, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055296, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05832, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070352, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-east1.json b/gcp/us-east1.json deleted file mode 100644 index ed25aaa2e..000000000 --- a/gcp/us-east1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39576192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.499008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.53609136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.566790455078125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103936, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110592, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140704, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14919721875, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09894048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13402284, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141695544921875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025984, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027648, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02916, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035176, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19788096, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.249504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.26804568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2833952275390625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051968, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055296, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05832, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070352, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-east4.json b/gcp/us-east4.json deleted file mode 100644 index c44a22eba..000000000 --- a/gcp/us-east4.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44575104, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.562032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-16", - "InstanceType": "c3d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.599696, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.60376656, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137824, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155749201171875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.177792, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18409599999999998, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11143776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140508, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-4", - "InstanceType": "c3d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.149924, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15094164, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034456, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038936798828125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.044448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046023999999999995, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22287552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.281016, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-8", - "InstanceType": "c3d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.299848, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.30188328, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.068912, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0778746005859375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.088896, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09204799999999999, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-east5.json b/gcp/us-east5.json deleted file mode 100644 index 9cf43af7c..000000000 --- a/gcp/us-east5.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39576192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.499008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.53609136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.573568, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060927999999999996, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06096, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.081664, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08256, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09894048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13402284, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.143392, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.015231999999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.01524, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.020416, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02064, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19788096, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.249504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.26804568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.286784, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030463999999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03048, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040832, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04128, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-south1.json b/gcp/us-south1.json deleted file mode 100644 index 16ab5fbf0..000000000 --- a/gcp/us-south1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.46699912, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.58882944, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.63258784, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.67681024, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09564800000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12032767999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.129632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.146656, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11674978, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14720736, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15814696, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16920256, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023912000000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030081919999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highmem-4", - "InstanceType": "c3-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030496, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.032408, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23349956, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29441472, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31629392, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33840512, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.047824000000000005, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060163839999999996, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highmem-8", - "InstanceType": "c3-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060992, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.064816, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-west1.json b/gcp/us-west1.json deleted file mode 100644 index 121949959..000000000 --- a/gcp/us-west1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39576192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.499008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.53609136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.566790455078125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103936, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110592, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140704, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14919721875, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09894048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13402284, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141695544921875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025984, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027648, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035176, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-4", - "InstanceType": "c3-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03532, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19788096, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.249504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.26804568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2833952275390625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051968, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055296, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070352, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-8", - "InstanceType": "c3-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07064, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-west2.json b/gcp/us-west2.json deleted file mode 100644 index 9dcd279f4..000000000 --- a/gcp/us-west2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.47537135999999997, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.599376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.64391904, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6808035878906249, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.166656, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16720000000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.169072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18228853515625001, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11884283999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.149844, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16097976, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17019841210937497, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035384, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.041664, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.041800000000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042268, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23768567999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.299688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32195952, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34040179394531245, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.083328, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08360000000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.084536, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-west3.json b/gcp/us-west3.json deleted file mode 100644 index d4de9f218..000000000 --- a/gcp/us-west3.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.47537135999999997, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.599376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.64391904, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6808035878906249, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.138688, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.174464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18787199999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.188032, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11884283999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.149844, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16097976, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17019841210937497, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034672, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.043616, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046967999999999996, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.047008, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23768567999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.299688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32195952, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34040179394531245, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.069344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.087232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09393599999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.094016, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-west4.json b/gcp/us-west4.json deleted file mode 100644 index 4cde5e874..000000000 --- a/gcp/us-west4.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44575104, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.562032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.60376656, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.638384263671875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05608, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.076, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-16", - "InstanceType": "e2-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10256, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1163395390625, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11143776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140508, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15094164, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15959373632812499, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.01402, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.019, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-4", - "InstanceType": "e2-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02564, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0290844609375, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22287552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.281016, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.30188328, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3191921318359375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02804, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-8", - "InstanceType": "e2-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05128, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05816976953125, - "tags": [] - } - ] - } -} \ No newline at end of file From 218764d365c33b3726202a3aae6c5ae5d4475bff Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:01:52 +0530 Subject: [PATCH 03/54] Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. --- intents/artifactories/facets.yaml | 7 ------- outputs/artifactories/output.facets.yaml | 16 ---------------- 2 files changed, 23 deletions(-) delete mode 100644 intents/artifactories/facets.yaml delete mode 100644 outputs/artifactories/output.facets.yaml diff --git a/intents/artifactories/facets.yaml b/intents/artifactories/facets.yaml deleted file mode 100644 index 0b97d8541..000000000 --- a/intents/artifactories/facets.yaml +++ /dev/null @@ -1,7 +0,0 @@ -name: artifactories -type: default -displayName: Artifactories -description: Provides an Artifactories resource for creating Container Registry secrets within the cluster. -outputs: - - name: default - type: "@output/artifactories" diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml deleted file mode 100644 index 17e486d1f..000000000 --- a/outputs/artifactories/output.facets.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: artifactories -out: - type: object - title: Artifactories - description: Artifactories Attributes - properties: - attributes: - registry_secrets_list: - required: true - type: array - description: The List of Container Registry k8s secrets - registry_secret_objects: - required: true - type: object - description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" - interfaces: From d6c50e16efbd202c19382a55ccdb69ff630e65bb Mon Sep 17 00:00:00 2001 From: Shashwat Pathak Date: Thu, 14 Nov 2024 16:15:26 +0530 Subject: [PATCH 04/54] if price is 0, exclude from dataset (#174) * if price is 0, exclude from dataset * removed .DS_Store * added generated files --- aws/af-south-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-east-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-northeast-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-northeast-2.json | 344 +++++++++++++++++++++++++++++++ aws/ap-northeast-3.json | 344 +++++++++++++++++++++++++++++++ aws/ap-south-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-south-2.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-2.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-3.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-4.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-5.json | 179 ++++++++++++++++ aws/ca-central-1.json | 344 +++++++++++++++++++++++++++++++ aws/ca-west-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-central-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-central-2.json | 344 +++++++++++++++++++++++++++++++ aws/eu-north-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-south-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-south-2.json | 344 +++++++++++++++++++++++++++++++ aws/eu-west-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-west-2.json | 344 +++++++++++++++++++++++++++++++ aws/eu-west-3.json | 344 +++++++++++++++++++++++++++++++ aws/il-central-1.json | 344 +++++++++++++++++++++++++++++++ aws/me-central-1.json | 344 +++++++++++++++++++++++++++++++ aws/me-south-1.json | 344 +++++++++++++++++++++++++++++++ aws/sa-east-1.json | 344 +++++++++++++++++++++++++++++++ aws/us-east-1.json | 344 +++++++++++++++++++++++++++++++ aws/us-east-2.json | 344 +++++++++++++++++++++++++++++++ aws/us-gov-east-1.json | 179 ++++++++++++++++ aws/us-gov-west-1.json | 179 ++++++++++++++++ aws/us-west-1.json | 344 +++++++++++++++++++++++++++++++ aws/us-west-2.json | 344 +++++++++++++++++++++++++++++++ azure/australiacentral.json | 320 ++++++++++++++++++++++++++++ azure/australiacentral2.json | 320 ++++++++++++++++++++++++++++ azure/australiaeast.json | 320 ++++++++++++++++++++++++++++ azure/australiasoutheast.json | 320 ++++++++++++++++++++++++++++ azure/brazilsouth.json | 320 ++++++++++++++++++++++++++++ azure/brazilsoutheast.json | 320 ++++++++++++++++++++++++++++ azure/canadacentral.json | 320 ++++++++++++++++++++++++++++ azure/canadaeast.json | 320 ++++++++++++++++++++++++++++ azure/centralindia.json | 320 ++++++++++++++++++++++++++++ azure/centralus.json | 320 ++++++++++++++++++++++++++++ azure/eastasia.json | 320 ++++++++++++++++++++++++++++ azure/eastus.json | 320 ++++++++++++++++++++++++++++ azure/eastus2.json | 320 ++++++++++++++++++++++++++++ azure/francecentral.json | 320 ++++++++++++++++++++++++++++ azure/francesouth.json | 320 ++++++++++++++++++++++++++++ azure/germanynorth.json | 320 ++++++++++++++++++++++++++++ azure/germanywestcentral.json | 320 ++++++++++++++++++++++++++++ azure/israelcentral.json | 320 ++++++++++++++++++++++++++++ azure/italynorth.json | 320 ++++++++++++++++++++++++++++ azure/japaneast.json | 320 ++++++++++++++++++++++++++++ azure/japanwest.json | 320 ++++++++++++++++++++++++++++ azure/jioindiawest.json | 167 +++++++++++++++ azure/koreacentral.json | 320 ++++++++++++++++++++++++++++ azure/koreasouth.json | 320 ++++++++++++++++++++++++++++ azure/mexicocentral.json | 320 ++++++++++++++++++++++++++++ azure/northcentralus.json | 320 ++++++++++++++++++++++++++++ azure/northeurope.json | 320 ++++++++++++++++++++++++++++ azure/norwayeast.json | 320 ++++++++++++++++++++++++++++ azure/norwaywest.json | 320 ++++++++++++++++++++++++++++ azure/polandcentral.json | 320 ++++++++++++++++++++++++++++ azure/qatarcentral.json | 320 ++++++++++++++++++++++++++++ azure/southafricanorth.json | 320 ++++++++++++++++++++++++++++ azure/southafricawest.json | 320 ++++++++++++++++++++++++++++ azure/southcentralus.json | 320 ++++++++++++++++++++++++++++ azure/southeastasia.json | 320 ++++++++++++++++++++++++++++ azure/southindia.json | 320 ++++++++++++++++++++++++++++ azure/spaincentral.json | 320 ++++++++++++++++++++++++++++ azure/swedencentral.json | 320 ++++++++++++++++++++++++++++ azure/switzerlandnorth.json | 320 ++++++++++++++++++++++++++++ azure/switzerlandwest.json | 320 ++++++++++++++++++++++++++++ azure/uaecentral.json | 320 ++++++++++++++++++++++++++++ azure/uaenorth.json | 320 ++++++++++++++++++++++++++++ azure/uksouth.json | 320 ++++++++++++++++++++++++++++ azure/ukwest.json | 320 ++++++++++++++++++++++++++++ azure/usgovarizona.json | 320 ++++++++++++++++++++++++++++ azure/usgovtexas.json | 320 ++++++++++++++++++++++++++++ azure/usgovvirginia.json | 320 ++++++++++++++++++++++++++++ azure/westcentralus.json | 320 ++++++++++++++++++++++++++++ azure/westeurope.json | 320 ++++++++++++++++++++++++++++ azure/westindia.json | 320 ++++++++++++++++++++++++++++ azure/westus.json | 320 ++++++++++++++++++++++++++++ azure/westus2.json | 320 ++++++++++++++++++++++++++++ azure/westus3.json | 320 ++++++++++++++++++++++++++++ gcp/africa-south1.json | 296 ++++++++++++++++++++++++++ gcp/asia-east1.json | 296 ++++++++++++++++++++++++++ gcp/asia-east2.json | 296 ++++++++++++++++++++++++++ gcp/asia-northeast1.json | 296 ++++++++++++++++++++++++++ gcp/asia-northeast2.json | 296 ++++++++++++++++++++++++++ gcp/asia-northeast3.json | 296 ++++++++++++++++++++++++++ gcp/asia-south1.json | 296 ++++++++++++++++++++++++++ gcp/asia-south2.json | 296 ++++++++++++++++++++++++++ gcp/asia-southeast1.json | 296 ++++++++++++++++++++++++++ gcp/asia-southeast2.json | 296 ++++++++++++++++++++++++++ gcp/australia-southeast1.json | 296 ++++++++++++++++++++++++++ gcp/australia-southeast2.json | 296 ++++++++++++++++++++++++++ gcp/europe-central2.json | 296 ++++++++++++++++++++++++++ gcp/europe-north1.json | 296 ++++++++++++++++++++++++++ gcp/europe-southwest1.json | 296 ++++++++++++++++++++++++++ gcp/europe-west1.json | 296 ++++++++++++++++++++++++++ gcp/europe-west10.json | 296 ++++++++++++++++++++++++++ gcp/europe-west12.json | 296 ++++++++++++++++++++++++++ gcp/europe-west2.json | 296 ++++++++++++++++++++++++++ gcp/europe-west3.json | 296 ++++++++++++++++++++++++++ gcp/europe-west4.json | 296 ++++++++++++++++++++++++++ gcp/europe-west6.json | 296 ++++++++++++++++++++++++++ gcp/europe-west8.json | 296 ++++++++++++++++++++++++++ gcp/europe-west9.json | 296 ++++++++++++++++++++++++++ gcp/me-central1.json | 296 ++++++++++++++++++++++++++ gcp/me-central2.json | 296 ++++++++++++++++++++++++++ gcp/me-west1.json | 296 ++++++++++++++++++++++++++ gcp/northamerica-northeast1.json | 296 ++++++++++++++++++++++++++ gcp/northamerica-northeast2.json | 296 ++++++++++++++++++++++++++ gcp/northamerica-south1.json | 296 ++++++++++++++++++++++++++ gcp/southamerica-east1.json | 296 ++++++++++++++++++++++++++ gcp/southamerica-west1.json | 296 ++++++++++++++++++++++++++ gcp/us-central1.json | 296 ++++++++++++++++++++++++++ gcp/us-east1.json | 296 ++++++++++++++++++++++++++ gcp/us-east4.json | 296 ++++++++++++++++++++++++++ gcp/us-east5.json | 296 ++++++++++++++++++++++++++ gcp/us-south1.json | 296 ++++++++++++++++++++++++++ gcp/us-west1.json | 296 ++++++++++++++++++++++++++ gcp/us-west2.json | 296 ++++++++++++++++++++++++++ gcp/us-west3.json | 296 ++++++++++++++++++++++++++ gcp/us-west4.json | 296 ++++++++++++++++++++++++++ 126 files changed, 39456 insertions(+) create mode 100644 aws/af-south-1.json create mode 100644 aws/ap-east-1.json create mode 100644 aws/ap-northeast-1.json create mode 100644 aws/ap-northeast-2.json create mode 100644 aws/ap-northeast-3.json create mode 100644 aws/ap-south-1.json create mode 100644 aws/ap-south-2.json create mode 100644 aws/ap-southeast-1.json create mode 100644 aws/ap-southeast-2.json create mode 100644 aws/ap-southeast-3.json create mode 100644 aws/ap-southeast-4.json create mode 100644 aws/ap-southeast-5.json create mode 100644 aws/ca-central-1.json create mode 100644 aws/ca-west-1.json create mode 100644 aws/eu-central-1.json create mode 100644 aws/eu-central-2.json create mode 100644 aws/eu-north-1.json create mode 100644 aws/eu-south-1.json create mode 100644 aws/eu-south-2.json create mode 100644 aws/eu-west-1.json create mode 100644 aws/eu-west-2.json create mode 100644 aws/eu-west-3.json create mode 100644 aws/il-central-1.json create mode 100644 aws/me-central-1.json create mode 100644 aws/me-south-1.json create mode 100644 aws/sa-east-1.json create mode 100644 aws/us-east-1.json create mode 100644 aws/us-east-2.json create mode 100644 aws/us-gov-east-1.json create mode 100644 aws/us-gov-west-1.json create mode 100644 aws/us-west-1.json create mode 100644 aws/us-west-2.json create mode 100644 azure/australiacentral.json create mode 100644 azure/australiacentral2.json create mode 100644 azure/australiaeast.json create mode 100644 azure/australiasoutheast.json create mode 100644 azure/brazilsouth.json create mode 100644 azure/brazilsoutheast.json create mode 100644 azure/canadacentral.json create mode 100644 azure/canadaeast.json create mode 100644 azure/centralindia.json create mode 100644 azure/centralus.json create mode 100644 azure/eastasia.json create mode 100644 azure/eastus.json create mode 100644 azure/eastus2.json create mode 100644 azure/francecentral.json create mode 100644 azure/francesouth.json create mode 100644 azure/germanynorth.json create mode 100644 azure/germanywestcentral.json create mode 100644 azure/israelcentral.json create mode 100644 azure/italynorth.json create mode 100644 azure/japaneast.json create mode 100644 azure/japanwest.json create mode 100644 azure/jioindiawest.json create mode 100644 azure/koreacentral.json create mode 100644 azure/koreasouth.json create mode 100644 azure/mexicocentral.json create mode 100644 azure/northcentralus.json create mode 100644 azure/northeurope.json create mode 100644 azure/norwayeast.json create mode 100644 azure/norwaywest.json create mode 100644 azure/polandcentral.json create mode 100644 azure/qatarcentral.json create mode 100644 azure/southafricanorth.json create mode 100644 azure/southafricawest.json create mode 100644 azure/southcentralus.json create mode 100644 azure/southeastasia.json create mode 100644 azure/southindia.json create mode 100644 azure/spaincentral.json create mode 100644 azure/swedencentral.json create mode 100644 azure/switzerlandnorth.json create mode 100644 azure/switzerlandwest.json create mode 100644 azure/uaecentral.json create mode 100644 azure/uaenorth.json create mode 100644 azure/uksouth.json create mode 100644 azure/ukwest.json create mode 100644 azure/usgovarizona.json create mode 100644 azure/usgovtexas.json create mode 100644 azure/usgovvirginia.json create mode 100644 azure/westcentralus.json create mode 100644 azure/westeurope.json create mode 100644 azure/westindia.json create mode 100644 azure/westus.json create mode 100644 azure/westus2.json create mode 100644 azure/westus3.json create mode 100644 gcp/africa-south1.json create mode 100644 gcp/asia-east1.json create mode 100644 gcp/asia-east2.json create mode 100644 gcp/asia-northeast1.json create mode 100644 gcp/asia-northeast2.json create mode 100644 gcp/asia-northeast3.json create mode 100644 gcp/asia-south1.json create mode 100644 gcp/asia-south2.json create mode 100644 gcp/asia-southeast1.json create mode 100644 gcp/asia-southeast2.json create mode 100644 gcp/australia-southeast1.json create mode 100644 gcp/australia-southeast2.json create mode 100644 gcp/europe-central2.json create mode 100644 gcp/europe-north1.json create mode 100644 gcp/europe-southwest1.json create mode 100644 gcp/europe-west1.json create mode 100644 gcp/europe-west10.json create mode 100644 gcp/europe-west12.json create mode 100644 gcp/europe-west2.json create mode 100644 gcp/europe-west3.json create mode 100644 gcp/europe-west4.json create mode 100644 gcp/europe-west6.json create mode 100644 gcp/europe-west8.json create mode 100644 gcp/europe-west9.json create mode 100644 gcp/me-central1.json create mode 100644 gcp/me-central2.json create mode 100644 gcp/me-west1.json create mode 100644 gcp/northamerica-northeast1.json create mode 100644 gcp/northamerica-northeast2.json create mode 100644 gcp/northamerica-south1.json create mode 100644 gcp/southamerica-east1.json create mode 100644 gcp/southamerica-west1.json create mode 100644 gcp/us-central1.json create mode 100644 gcp/us-east1.json create mode 100644 gcp/us-east4.json create mode 100644 gcp/us-east5.json create mode 100644 gcp/us-south1.json create mode 100644 gcp/us-west1.json create mode 100644 gcp/us-west2.json create mode 100644 gcp/us-west3.json create mode 100644 gcp/us-west4.json diff --git a/aws/af-south-1.json b/aws/af-south-1.json new file mode 100644 index 000000000..b75905929 --- /dev/null +++ b/aws/af-south-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.824, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.912, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.912, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.936, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2744122448979592, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2958377358490566, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3006584905660378, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32654259259259255, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.206, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.217, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.228, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.228, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06835652173913044, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.xlarge", + "InstanceType": "c5ad.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07273111111111111, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07526444444444445, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07684418604651162, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.412, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4339, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.456, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.456, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.13171458333333333, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1396132075471698, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16636785714285712, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17354423076923078, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-east-1.json b/aws/ap-east-1.json new file mode 100644 index 000000000..23441f3b4 --- /dev/null +++ b/aws/ap-east-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7776, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3.4xlarge", + "InstanceType": "i3.4xlarge", + "Memory": 124928, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20698333333333332, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21689666666666665, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "g4dn.4xlarge", + "InstanceType": "g4dn.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.22506222222222225, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23421351351351352, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.194, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1944, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.216, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.216, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.xlarge", + "InstanceType": "m5d.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05148958333333333, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3.xlarge", + "InstanceType": "i3.xlarge", + "Memory": 31232, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05460204081632653, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06170975609756098, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06238965517241379, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.388, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3888, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.432, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.432, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06733157894736841, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12404285714285714, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.128765, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12922972972972974, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-northeast-1.json b/aws/ap-northeast-1.json new file mode 100644 index 000000000..8066b41bc --- /dev/null +++ b/aws/ap-northeast-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7704, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.85386, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3163448979591837, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3279918367346939, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.334754, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.33480638297872345, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1926, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1958, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21347, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06853214285714286, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08313170731707317, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08335, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08527826086956522, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.384, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3852, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3917, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.42693, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14406969696969696, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15642121212121213, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15886734693877552, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16108604651162792, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-northeast-2.json b/aws/ap-northeast-2.json new file mode 100644 index 000000000..7b8fbee86 --- /dev/null +++ b/aws/ap-northeast-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.688, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76608, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.768, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.768, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10284137931034483, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "g3.4xlarge", + "InstanceType": "g3.4xlarge", + "Memory": 124928, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16359565217391306, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16658833333333334, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20102542372881357, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.172, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1872, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19152, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.192, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04868275862068965, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.059319565217391304, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.059901923076923075, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0619764705882353, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3744, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38304, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.384, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05999310344827586, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08738620689655172, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09504222222222224, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10422307692307692, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-northeast-3.json b/aws/ap-northeast-3.json new file mode 100644 index 000000000..2e62fdd40 --- /dev/null +++ b/aws/ap-northeast-3.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.976, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.992, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.30009375, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3021471698113207, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.331526, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m4.4xlarge", + "InstanceType": "m4.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3518764705882353, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.214, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.214, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2176, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2432, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07302075471698113, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07583877551020408, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07617391304347826, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c4.xlarge", + "InstanceType": "c4.xlarge", + "Memory": 7680, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08229285714285714, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.428, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.428, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4352, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4864, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14941458333333332, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15113333333333331, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15190208333333333, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16474999999999998, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-south-1.json b/aws/ap-south-1.json new file mode 100644 index 000000000..0a5010e48 --- /dev/null +++ b/aws/ap-south-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.374, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.376, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.444, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4444, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11515294117647058, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18812727272727273, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1929288888888889, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.196772, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0935, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.094, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0986, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.xlarge", + "InstanceType": "m5a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.111, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.03454893617021276, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.042469230769230766, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05260697674418604, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.xlarge", + "InstanceType": "m5a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05382142857142857, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.187, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.188, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1971, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.2xlarge", + "InstanceType": "m5a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.222, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07176190476190476, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08040392156862745, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09338095238095238, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09438529411764705, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-south-2.json b/aws/ap-south-2.json new file mode 100644 index 000000000..99f436825 --- /dev/null +++ b/aws/ap-south-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4444, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.792, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.152434, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.22332291666666668, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.22393269230769233, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25843541666666664, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1111, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1792, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0386843137254902, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05555217391304348, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05567391304347826, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05914878048780488, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.2xlarge", + "InstanceType": "m6a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2222, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.34, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.34, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3584, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.2xlarge", + "InstanceType": "m6a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08069230769230769, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11099999999999999, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.113336, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11993061224489796, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-1.json b/aws/ap-southeast-1.json new file mode 100644 index 000000000..83122a8a5 --- /dev/null +++ b/aws/ap-southeast-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.704, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7056, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7822, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.784, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25452340425531916, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25492608695652175, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25818490566037733, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.27842500000000003, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.176, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1764, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1888, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19555, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06497619047619048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.xlarge", + "InstanceType": "c6id.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07239555555555556, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07361111111111111, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07608181818181818, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.352, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3528, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3776, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3911, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1368859649122807, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.13845681818181818, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15102083333333333, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15413829787234043, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-2.json b/aws/ap-southeast-2.json new file mode 100644 index 000000000..d11478e38 --- /dev/null +++ b/aws/ap-southeast-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7992, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.29988750000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.313686, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.33278199999999997, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.33478, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1901, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1998, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07172954545454545, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07824255319148936, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08365777777777778, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08557291666666667, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3802, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3996, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14805625, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15685510204081632, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.158825, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16611599999999999, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-3.json b/aws/ap-southeast-3.json new file mode 100644 index 000000000..33b1b1112 --- /dev/null +++ b/aws/ap-southeast-3.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.784, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.896, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.96, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.96, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5n.4xlarge", + "InstanceType": "c5n.4xlarge", + "Memory": 43008, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15630789473684212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i4i.4xlarge", + "InstanceType": "i4i.4xlarge", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1723957446808511, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17885370370370368, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "r7i.4xlarge", + "InstanceType": "r7i.4xlarge", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1960586956521739, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.196, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.224, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.xlarge", + "InstanceType": "m5d.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.02885348837209302, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i4i.xlarge", + "InstanceType": "i4i.xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05005263157894737, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3.xlarge", + "InstanceType": "i3.xlarge", + "Memory": 31232, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.050314, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5n.xlarge", + "InstanceType": "c5n.xlarge", + "Memory": 10752, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05851219512195122, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.392, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.448, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.48, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05564444444444444, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3.2xlarge", + "InstanceType": "i3.2xlarge", + "Memory": 62464, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08554090909090908, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i4i.2xlarge", + "InstanceType": "i4i.2xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08578039215686276, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3en.2xlarge", + "InstanceType": "i3en.2xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10964444444444445, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-4.json b/aws/ap-southeast-4.json new file mode 100644 index 000000000..2a187f686 --- /dev/null +++ b/aws/ap-southeast-4.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.888, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.96, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.008, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.4xlarge", + "InstanceType": "m5d.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.136, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1389084745762712, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15818909090909092, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.4xlarge", + "InstanceType": "m5d.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18184, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c6in.4xlarge", + "InstanceType": "c6in.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.189035593220339, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.222, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.252, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0340188679245283, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04575384615384615, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c6in.xlarge", + "InstanceType": "c6in.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04870847457627119, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.xlarge", + "InstanceType": "m5d.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04876274509803921, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.444, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.48, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.504, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.068618, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c6in.2xlarge", + "InstanceType": "c6in.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0914655172413793, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.2xlarge", + "InstanceType": "m5d.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09194000000000001, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09725471698113207, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-5.json b/aws/ap-southeast-5.json new file mode 100644 index 000000000..ef8d52cec --- /dev/null +++ b/aws/ap-southeast-5.json @@ -0,0 +1,179 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6664, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.69976, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.4xlarge", + "InstanceType": "c6id.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.79968, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + } + ], + "spot": [] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1666, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17494, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1901, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.xlarge", + "InstanceType": "c6id.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19992, + "tags": [] + } + ], + "spot": [] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3332, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.34988, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3802, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.2xlarge", + "InstanceType": "c6id.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.39984, + "tags": [] + } + ], + "spot": [] + } +} \ No newline at end of file diff --git a/aws/ca-central-1.json b/aws/ca-central-1.json new file mode 100644 index 000000000..2a72f8f68 --- /dev/null +++ b/aws/ca-central-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6696, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.672, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.74214, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.744, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.246008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.258626, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26186000000000004, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26208297872340425, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.167, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1674, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.168, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18554, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06845454545454545, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06870833333333333, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.068722, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06906458333333333, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3341, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3348, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.336, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.37107, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12054000000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.122988, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12796363636363636, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.13219583333333332, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ca-west-1.json b/aws/ca-west-1.json new file mode 100644 index 000000000..6eea09b32 --- /dev/null +++ b/aws/ca-west-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.744, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.744, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3306383333333333, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.36528, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.4xlarge", + "InstanceType": "c6id.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38957037037037034, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4079276595744681, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1856, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.186, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.186, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.214, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08370454545454545, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0843234375, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08967333333333334, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.xlarge", + "InstanceType": "c6id.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09662222222222222, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3712, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.372, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.372, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.428, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16837708333333334, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1684263157894737, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18910740740740742, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.2xlarge", + "InstanceType": "m6i.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21251250000000002, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-central-1.json b/aws/eu-central-1.json new file mode 100644 index 000000000..d60b387a9 --- /dev/null +++ b/aws/eu-central-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.696, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6984, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.77406, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.776, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1347121212121212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19669545454545456, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24041627906976742, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2559021739130435, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1728, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.174, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1746, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.192, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.03441034482758621, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06491666666666666, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06762926829268293, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0694081081081081, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3456, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.348, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3492, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.384, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.062338235294117646, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1256609756097561, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12830666666666665, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1321263157894737, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-central-2.json b/aws/eu-central-2.json new file mode 100644 index 000000000..852790462 --- /dev/null +++ b/aws/eu-central-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.854, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.977, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.012, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.012, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2085468085106383, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25204489795918367, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6id.4xlarge", + "InstanceType": "m6id.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2897127272727273, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.4xlarge", + "InstanceType": "m5d.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3049142857142857, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.213, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.244, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.253, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05462549019607843, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.059710869565217393, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06179512195121951, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06945, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.427, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.488, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.506, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10213673469387755, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12152830188679245, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12484905660377359, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1523258620689655, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-north-1.json b/aws/eu-north-1.json new file mode 100644 index 000000000..722815d27 --- /dev/null +++ b/aws/eu-north-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.656, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.72618, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1976607843137255, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20704807692307695, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24389038461538462, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2580446808510638, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.164, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1728, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18155, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.182, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05322765957446809, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0587063829787234, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.060780769230769235, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.061806818181818185, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.328, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3456, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.36309, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.364, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09958600000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10488181818181817, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10620285714285714, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10787954545454545, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-south-1.json b/aws/eu-south-1.json new file mode 100644 index 000000000..ed7199c66 --- /dev/null +++ b/aws/eu-south-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8064, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1607111111111111, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16253454545454546, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16438775510204082, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1745603448275862, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1725, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.182, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1917, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2016, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04803777777777778, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04906122448979592, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04923703703703703, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.050795, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.345, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.364, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3834, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.2xlarge", + "InstanceType": "m6a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4032, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07927142857142858, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0841391304347826, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.2xlarge", + "InstanceType": "m6a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08483962264150943, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08805283018867925, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-south-2.json b/aws/eu-south-2.json new file mode 100644 index 000000000..599aae58e --- /dev/null +++ b/aws/eu-south-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76608, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.768, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8064, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m7i-flex.4xlarge", + "InstanceType": "m7i-flex.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.85384, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20692745098039217, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20841923076923077, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21753541666666665, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2211050847457627, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1824, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19152, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.192, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2016, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04788205128205128, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.050104166666666665, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05450434782608696, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m7i-flex.xlarge", + "InstanceType": "m7i-flex.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05695576923076923, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3648, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38304, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.384, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4032, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0984078431372549, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10190392156862745, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10422777777777778, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m7i-flex.2xlarge", + "InstanceType": "m7i-flex.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11338571428571428, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-west-1.json b/aws/eu-west-1.json new file mode 100644 index 000000000..6b0acd389 --- /dev/null +++ b/aws/eu-west-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.65664, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.688, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.72778, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7296, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2893872340425532, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32447551020408166, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32498125, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.33666734693877554, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1632, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16416, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.172, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18194, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0693235294117647, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07338, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.080806, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08222340425531915, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3264, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32832, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.344, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.36389, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14221111111111112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14263673469387755, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15946666666666667, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16337234042553192, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-west-2.json b/aws/eu-west-2.json new file mode 100644 index 000000000..eb881d355 --- /dev/null +++ b/aws/eu-west-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7272, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7992, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26082500000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2854056603773585, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.28835102040816324, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.290838, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1699, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1818, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.182, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1888, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06471875, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06837551020408163, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07277916666666666, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0729265306122449, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3398, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3636, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.364, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3776, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12524565217391306, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1299537037037037, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.13084901960784315, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14303636363636363, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-west-3.json b/aws/eu-west-3.json new file mode 100644 index 000000000..72076a960 --- /dev/null +++ b/aws/eu-west-3.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.80598, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.28041875, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.288706, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.30808372093023256, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.31006, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1699, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.182, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1888, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2015, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06707755102040816, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0736673076923077, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07543000000000001, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0765469387755102, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3398, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.364, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3776, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.40299, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1357357142857143, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14082, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1436204081632653, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15072391304347826, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/il-central-1.json b/aws/il-central-1.json new file mode 100644 index 000000000..dbed1c81d --- /dev/null +++ b/aws/il-central-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76608, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.806, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8988, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.899, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.320034693877551, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.34259074074074075, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3887283333333333, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.391478, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1715, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19152, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1917, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.202, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0722195652173913, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08177111111111111, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0821875, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08635660377358491, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.343, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38304, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3834, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.403, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.144742, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1639326923076923, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16575636363636365, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17400754716981132, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/me-central-1.json b/aws/me-central-1.json new file mode 100644 index 000000000..eeb8523c3 --- /dev/null +++ b/aws/me-central-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.845, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.9416, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.942, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.959, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23115535714285712, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2681566037735849, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c6in.4xlarge", + "InstanceType": "c6in.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2908214285714286, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32857777777777775, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2006, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.211, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.235, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2354, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.060390697674418604, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06377173913043478, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07011627906976745, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07052888888888889, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4013, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.422, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.2xlarge", + "InstanceType": "m6i.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4708, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.471, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10139818181818182, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14287608695652174, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14548703703703703, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.2xlarge", + "InstanceType": "m6i.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1649, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/me-south-1.json b/aws/me-south-1.json new file mode 100644 index 000000000..90c0f8327 --- /dev/null +++ b/aws/me-south-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8448, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.845, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2296642857142857, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23583529411764706, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23782115384615385, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24594000000000002, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2006, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.211, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.057529787234042555, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05859545454545454, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0606566037735849, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.xlarge", + "InstanceType": "c5ad.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06078039215686275, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4013, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.422, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11018983050847457, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11637826086956521, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12156739130434784, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.2xlarge", + "InstanceType": "c5ad.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12647962962962964, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/sa-east-1.json b/aws/sa-east-1.json new file mode 100644 index 000000000..e58ea27f7 --- /dev/null +++ b/aws/sa-east-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.9432, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.944, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.04538, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.048, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.117022, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c4.4xlarge", + "InstanceType": "c4.4xlarge", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12449615384615384, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.4xlarge", + "InstanceType": "c6id.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1538030303030303, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m4.4xlarge", + "InstanceType": "m4.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15509714285714285, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2358, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.236, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2419, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26135, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.xlarge", + "InstanceType": "c6id.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.03368076923076923, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.xlarge", + "InstanceType": "inf1.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04024166666666667, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05886190476190476, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.xlarge", + "InstanceType": "m5d.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.061112, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4716, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.472, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4838, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.52269, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05579038461538462, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06118571428571429, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06157173913043478, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.2xlarge", + "InstanceType": "c6id.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06933055555555555, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/us-east-1.json b/aws/us-east-1.json new file mode 100644 index 000000000..f2024d3f0 --- /dev/null +++ b/aws/us-east-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.612, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.616, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6783, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23843452380952382, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2438170731707317, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24848795180722894, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2487951219512195, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.153, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.154, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1664, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.042712820512820514, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "r6a.xlarge", + "InstanceType": "r6a.xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04593157894736842, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05585679012345679, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05780151515151515, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.306, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.308, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3328, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09256464646464646, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11446800000000001, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1191132530120482, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12180256410256411, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/us-east-2.json b/aws/us-east-2.json new file mode 100644 index 000000000..abf0007ce --- /dev/null +++ b/aws/us-east-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.612, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.616, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6783, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24162916666666667, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24807872340425532, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2507107142857143, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26798125, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.153, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.154, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1664, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05927291666666667, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.059667391304347825, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06158888888888889, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06434565217391304, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.306, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.308, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3328, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11067750000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11534901960784315, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.119276, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12398936170212765, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/us-gov-east-1.json b/aws/us-gov-east-1.json new file mode 100644 index 000000000..927de740e --- /dev/null +++ b/aws/us-gov-east-1.json @@ -0,0 +1,179 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.736, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8568, + "tags": [] + } + ], + "spot": [] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1757, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.184, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1952, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.204, + "tags": [] + } + ], + "spot": [] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3514, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.368, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3904, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.408, + "tags": [] + } + ], + "spot": [] + } +} \ No newline at end of file diff --git a/aws/us-gov-west-1.json b/aws/us-gov-west-1.json new file mode 100644 index 000000000..a8e5910eb --- /dev/null +++ b/aws/us-gov-west-1.json @@ -0,0 +1,179 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.736, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.872, + "tags": [] + } + ], + "spot": [] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1757, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.184, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1952, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.204, + "tags": [] + } + ], + "spot": [] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3514, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.368, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3904, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.408, + "tags": [] + } + ], + "spot": [] + } +} \ No newline at end of file diff --git a/aws/us-west-1.json b/aws/us-west-1.json new file mode 100644 index 000000000..38943874f --- /dev/null +++ b/aws/us-west-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7632, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8064, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.29407428571428573, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.30408857142857143, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.31166875, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3137257142857143, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1786, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1908, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1984, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07343333333333332, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.073934375, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.074703125, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07771515151515151, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3571, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3968, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12892727272727272, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1368125, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15029375, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15511944444444445, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/us-west-2.json b/aws/us-west-2.json new file mode 100644 index 000000000..d0b8d0951 --- /dev/null +++ b/aws/us-west-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.612, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.616, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6783, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19586451612903225, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "g4dn.4xlarge", + "InstanceType": "g4dn.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21364897959183674, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2220507462686567, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23724848484848485, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.153, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.154, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1664, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04564761904761905, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05509344262295082, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "m4.xlarge", + "InstanceType": "m4.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05518695652173913, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.055889655172413795, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.306, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.308, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3328, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.101788, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11276363636363637, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1131723076923077, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11460983606557378, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/australiacentral.json b/azure/australiacentral.json new file mode 100644 index 000000000..8158a5f5a --- /dev/null +++ b/azure/australiacentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.747, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.3", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.748, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.834, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.1344, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.19, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.2", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.337, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.411, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.417, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "East US / -21.1", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/australiacentral2.json b/azure/australiacentral2.json new file mode 100644 index 000000000..0c0472dbd --- /dev/null +++ b/azure/australiacentral2.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.673, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.76, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.822, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0864, + "architecture": "x64", + "bestPriceRegion": "Central India / -28.1", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0888, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0888, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.08958, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.168, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.208, + "architecture": "x64", + "bestPriceRegion": "Central India / -52.7", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0216, + "architecture": "x64", + "bestPriceRegion": "Central India / -28.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0222, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0222, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0222, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.337, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.417, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "East US / -21.1", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0432, + "architecture": "x64", + "bestPriceRegion": "Central India / -28.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0444, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0444, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.04486, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/australiaeast.json b/azure/australiaeast.json new file mode 100644 index 000000000..431182005 --- /dev/null +++ b/azure/australiaeast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.673, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.76, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.822, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.1344, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.168, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.19, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.2", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.373, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "East US / -21.1", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/australiasoutheast.json b/azure/australiasoutheast.json new file mode 100644 index 000000000..efc57ddad --- /dev/null +++ b/azure/australiasoutheast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.766, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.84, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.856, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.2", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12474, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.8", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12516, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.3", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13972, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -31.3", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.21, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "Central India / -54", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03094, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.2", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03122, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.9", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03136, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.391, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.42, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.423, + "architecture": "x64", + "bestPriceRegion": "East US / -21.3", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06188, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.2", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0623, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06258, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.3", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/brazilsouth.json b/azure/brazilsouth.json new file mode 100644 index 000000000..360d79994 --- /dev/null +++ b/azure/brazilsouth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.857, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.952, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.968, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.048, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -35.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.14672, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.14672, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.15456, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.8", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.16072, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -35.2", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.232, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -31", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.242, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.257, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0378, + "architecture": "x64", + "bestPriceRegion": "UK South / -41.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03864, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.464, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -31", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.465, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -62.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.484, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.513, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.07336, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07336, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.07728, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.8", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.07924, + "architecture": "x64", + "bestPriceRegion": "UK South / -42", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/brazilsoutheast.json b/azure/brazilsoutheast.json new file mode 100644 index 000000000..8a074dd7f --- /dev/null +++ b/azure/brazilsoutheast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 1.188, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -70.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 1.238, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -93.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.332, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -70.4", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.362, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -50.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.19068, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.19068, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.2009, + "architecture": "x64", + "bestPriceRegion": "Central India / -69.1", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.20902, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -50.1", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.279, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -68.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.302, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -47", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.328, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -93.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Central India / -70.5", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04774, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04774, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.04914, + "architecture": "x64", + "bestPriceRegion": "UK South / -55.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05026, + "architecture": "x64", + "bestPriceRegion": "Central India / -69.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.594, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -70.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.603, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -46.9", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.629, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -68.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.656, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -93.8", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09534, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.4", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.09534, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.10052, + "architecture": "x64", + "bestPriceRegion": "Central India / -69.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.10318, + "architecture": "x64", + "bestPriceRegion": "UK South / -55.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/canadacentral.json b/azure/canadacentral.json new file mode 100644 index 000000000..32199e6b4 --- /dev/null +++ b/azure/canadacentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.731, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.741, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -8.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.742, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10374, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10416, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.1162, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.3", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.148, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.183, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -10.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "East US / -8.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0259, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02604, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.366, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "East US / -10.2", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05194, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05208, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/canadaeast.json b/azure/canadaeast.json new file mode 100644 index 000000000..6aa1fc43b --- /dev/null +++ b/azure/canadaeast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.669, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.731, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.741, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -8.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10374, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10416, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.1", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.148, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.167, + "architecture": "x64", + "bestPriceRegion": "Central India / -41.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.183, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "East US / -8.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0259, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02604, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.366, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "East US / -10.2", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05194, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05208, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/centralindia.json b/azure/centralindia.json new file mode 100644 index 000000000..b5c795317 --- /dev/null +++ b/azure/centralindia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.349, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.444, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.444, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "DC16as_cc_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:02:02", + "name": "Standard_DC16as_cc_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.444, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:37", + "name": "Standard_DC16as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06902, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16a_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:07", + "name": "Standard_D16a_v4", + "paymentType": "payasyougo", + "perfScore": 293654, + "tags": [] + }, + { + "PricePerHour": 0.06902, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16as_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:02:41", + "name": "Standard_D16as_v4", + "paymentType": "payasyougo", + "perfScore": 292074, + "tags": [] + }, + { + "PricePerHour": 0.07518, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16ads_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:56", + "name": "Standard_D16ads_v5", + "paymentType": "payasyougo", + "perfScore": 306800, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.0984, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.106, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -17.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.111, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "DC4as_cc_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:20", + "name": "Standard_DC4as_cc_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.111, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:42", + "name": "Standard_DC4as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.01554, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.01722, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D4a_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:06:15", + "name": "Standard_D4a_v4", + "paymentType": "payasyougo", + "perfScore": 70996, + "tags": [] + }, + { + "PricePerHour": 0.01722, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D4as_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_D4as_v4", + "paymentType": "payasyougo", + "perfScore": 71707, + "tags": [] + }, + { + "PricePerHour": 0.01876, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D4ads_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:02:59", + "name": "Standard_D4ads_v5", + "paymentType": "payasyougo", + "perfScore": 72644, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -17.5", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "DC8as_cc_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:30", + "name": "Standard_DC8as_cc_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:18", + "name": "Standard_DC8as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03444, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D8a_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:12", + "name": "Standard_D8a_v4", + "paymentType": "payasyougo", + "perfScore": 151379, + "tags": [] + }, + { + "PricePerHour": 0.03444, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D8as_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:03:14", + "name": "Standard_D8as_v4", + "paymentType": "payasyougo", + "perfScore": 151474, + "tags": [] + }, + { + "PricePerHour": 0.03752, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D8ads_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:52", + "name": "Standard_D8ads_v5", + "paymentType": "payasyougo", + "perfScore": 153951, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/centralus.json b/azure/centralus.json new file mode 100644 index 000000000..4e3ecd6fa --- /dev/null +++ b/azure/centralus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.602, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.68, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -11.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10878, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.9", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12152, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.151, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -14.9", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.2", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.37, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -14.9", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.377, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05446, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.9", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/eastasia.json b/azure/eastasia.json new file mode 100644 index 000000000..68e592922 --- /dev/null +++ b/azure/eastasia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.745, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.2", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.841, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.864, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -21.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.864, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -21.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.13328, + "architecture": "x64", + "bestPriceRegion": "Central India / -53.4", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13776, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.8", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.205, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -57.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.207, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.216, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.216, + "architecture": "x64", + "bestPriceRegion": "East US / -21.8", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03332, + "architecture": "x64", + "bestPriceRegion": "Central India / -53.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.372, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.2", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.432, + "architecture": "x64", + "bestPriceRegion": "North Central US / -21.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.432, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -21.8", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.451, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06664, + "architecture": "x64", + "bestPriceRegion": "Central India / -53.4", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/eastus.json b/azure/eastus.json new file mode 100644 index 000000000..9aa76db1b --- /dev/null +++ b/azure/eastus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.533, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.5", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.675, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09478, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.133, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02366, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.303, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.332, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "East US / 0", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04732, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D8_v3", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:53", + "name": "Standard_D8_v3", + "paymentType": "payasyougo", + "perfScore": 100422, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/eastus2.json b/azure/eastus2.json new file mode 100644 index 000000000..4828e17a8 --- /dev/null +++ b/azure/eastus2.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.602, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.606, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09478, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.133, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.15, + "architecture": "x64", + "bestPriceRegion": "Central India / -34.4", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02366, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.295, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "East US / 0", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04732, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D8_v3", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:53", + "name": "Standard_D8_v3", + "paymentType": "payasyougo", + "perfScore": 100422, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/francecentral.json b/azure/francecentral.json new file mode 100644 index 000000000..de33295c3 --- /dev/null +++ b/azure/francecentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.669, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.676, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.68, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.8", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7.9", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7.9", + "canonicalname": "F16s", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:06", + "name": "Standard_F16s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.151, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.189, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -12.2", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.1", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.1", + "canonicalname": "F4s", + "memory": 8192, + "modifiedDate": "11/11/2024 01:02:58", + "name": "Standard_F4s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.2", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.377, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.378, + "architecture": "x64", + "bestPriceRegion": "East US / -11.9", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7.9", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7.9", + "canonicalname": "F8s", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:04", + "name": "Standard_F8s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/francesouth.json b/azure/francesouth.json new file mode 100644 index 000000000..fc2c2c3a8 --- /dev/null +++ b/azure/francesouth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.783, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -55.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.943, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.4", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.958, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -58.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.047, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -35.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.14658, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Central India / -57.7", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.1", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.196, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -55.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.217, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.239, + "architecture": "x64", + "bestPriceRegion": "Central India / -58.8", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.245, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.7", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.1", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.1", + "canonicalname": "F4s", + "memory": 8192, + "modifiedDate": "11/11/2024 01:02:58", + "name": "Standard_F4s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03682, + "architecture": "x64", + "bestPriceRegion": "Central India / -57.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.428, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.442, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -55.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.472, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.524, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -35.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.07336, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0735, + "architecture": "x64", + "bestPriceRegion": "Central India / -57.7", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.0735, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0735, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.1", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/germanynorth.json b/azure/germanynorth.json new file mode 100644 index 000000000..a579b5338 --- /dev/null +++ b/azure/germanynorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.869, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.884, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.972, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.5", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.998, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -33.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.14126, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.14126, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.15148, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.4", + "canonicalname": "D16a_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:07", + "name": "Standard_D16a_v4", + "paymentType": "payasyougo", + "perfScore": 293654, + "tags": [] + }, + { + "PricePerHour": 0.15148, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.4", + "canonicalname": "D16as_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:02:41", + "name": "Standard_D16as_v4", + "paymentType": "payasyougo", + "perfScore": 292074, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.213, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -25.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.217, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.8", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.225, + "architecture": "x64", + "bestPriceRegion": "Central India / -56.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.24, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.6", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "UK South / -26.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03528, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03528, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0378, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.4", + "canonicalname": "D4a_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:06:15", + "name": "Standard_D4a_v4", + "paymentType": "payasyougo", + "perfScore": 70996, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.398, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -56.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.426, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -21.8", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.479, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.6", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.486, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.5", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05964, + "architecture": "x64", + "bestPriceRegion": "UK South / -22.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07056, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.07056, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.07574, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.5", + "canonicalname": "D8a_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:12", + "name": "Standard_D8a_v4", + "paymentType": "payasyougo", + "perfScore": 151379, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/germanywestcentral.json b/azure/germanywestcentral.json new file mode 100644 index 000000000..f2015e02d --- /dev/null +++ b/azure/germanywestcentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.612, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.691, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.754, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -13.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11648, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.7", + "canonicalname": "D16a_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:07", + "name": "Standard_D16a_v4", + "paymentType": "payasyougo", + "perfScore": 293654, + "tags": [] + }, + { + "PricePerHour": 0.11648, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.7", + "canonicalname": "D16as_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:02:41", + "name": "Standard_D16as_v4", + "paymentType": "payasyougo", + "perfScore": 292074, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.171, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.5", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02912, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.9", + "canonicalname": "D4a_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:06:15", + "name": "Standard_D4a_v4", + "paymentType": "payasyougo", + "perfScore": 70996, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.346, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.377, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05824, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.9", + "canonicalname": "D8a_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:12", + "name": "Standard_D8a_v4", + "paymentType": "payasyougo", + "perfScore": 151379, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/israelcentral.json b/azure/israelcentral.json new file mode 100644 index 000000000..e684f517e --- /dev/null +++ b/azure/israelcentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.679, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.681, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.76, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.766, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B16s_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:54", + "name": "Standard_B16s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.1183, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -20.3", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.19, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.2", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -17.2", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "UK South / -18.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02954, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.304, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.8", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.339, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05614, + "architecture": "x64", + "bestPriceRegion": "UK South / -18.1", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05908, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/italynorth.json b/azure/italynorth.json new file mode 100644 index 000000000..87d30aa1b --- /dev/null +++ b/azure/italynorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.611, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.9", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.752, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.763, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -13.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.9", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.171, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.5", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.342, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.1", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.382, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/japaneast.json b/azure/japaneast.json new file mode 100644 index 000000000..62a747c27 --- /dev/null +++ b/azure/japaneast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.844, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.856, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.856, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11984, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11984, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13664, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.2", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.174, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.9", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "Central India / -54", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -20.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02996, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02996, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03136, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.03332, + "architecture": "x64", + "bestPriceRegion": "UK South / -34.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.384, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.428, + "architecture": "x64", + "bestPriceRegion": "North Central US / -20.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.428, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -21", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06272, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.06832, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.2", + "canonicalname": "D8lds_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:02:17", + "name": "Standard_D8lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/japanwest.json b/azure/japanwest.json new file mode 100644 index 000000000..2c07999b6 --- /dev/null +++ b/azure/japanwest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.694, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.7", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.771, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.856, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.858, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11984, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13132, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -32.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.13664, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.2", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "Central India / -54", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -20.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02996, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03136, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.0329, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -32.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03332, + "architecture": "x64", + "bestPriceRegion": "UK South / -34.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.384, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.392, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.428, + "architecture": "x64", + "bestPriceRegion": "North Central US / -20.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06272, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.06566, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -32.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06832, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.2", + "canonicalname": "D8lds_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:02:17", + "name": "Standard_D8lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/jioindiawest.json b/azure/jioindiawest.json new file mode 100644 index 000000000..844ec43d9 --- /dev/null +++ b/azure/jioindiawest.json @@ -0,0 +1,167 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.349, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.394, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.444, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:37", + "name": "Standard_DC16as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.493, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "D16a_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:07", + "name": "Standard_D16a_v4", + "paymentType": "payasyougo", + "perfScore": 293654, + "tags": [] + } + ], + "spot": [] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.0872, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0984, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.111, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:42", + "name": "Standard_DC4as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.123, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "D4a_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:06:15", + "name": "Standard_D4a_v4", + "paymentType": "payasyougo", + "perfScore": 70996, + "tags": [] + } + ], + "spot": [] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.174, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.197, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:18", + "name": "Standard_DC8as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [] + } +} \ No newline at end of file diff --git a/azure/koreacentral.json b/azure/koreacentral.json new file mode 100644 index 000000000..393d4d08a --- /dev/null +++ b/azure/koreacentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -11.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -11.8", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.81, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F16s", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:06", + "name": "Standard_F16s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.184, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.184, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.4", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -9", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -9", + "canonicalname": "F4s", + "memory": 8192, + "modifiedDate": "11/11/2024 01:02:58", + "name": "Standard_F4s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.368, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.368, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.3", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.384, + "architecture": "x64", + "bestPriceRegion": "North Central US / -11.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F8s", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:04", + "name": "Standard_F8s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/koreasouth.json b/azure/koreasouth.json new file mode 100644 index 000000000..cfbb589a9 --- /dev/null +++ b/azure/koreasouth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.613, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.692, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.751, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.765, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B16s_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:54", + "name": "Standard_B16s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10948, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11074, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.9", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.153, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "East US / -12", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02702, + "architecture": "x64", + "bestPriceRegion": "UK South / -18.7", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02744, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02772, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.9", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.306, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.346, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.384, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -12", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05474, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.9", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05544, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.9", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.0567, + "architecture": "x64", + "bestPriceRegion": "UK South / -18.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/mexicocentral.json b/azure/mexicocentral.json new file mode 100644 index 000000000..21bf8942f --- /dev/null +++ b/azure/mexicocentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.732, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -9", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.744, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.748, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.757, + "architecture": "x64", + "bestPriceRegion": "Central India / -41.3", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.18925, + "architecture": "x64", + "bestPriceRegion": "Central India / -67.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.21125, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.183, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -9.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "East US / -9.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -9.1", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -24.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0465, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04675, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04725, + "architecture": "x64", + "bestPriceRegion": "Central India / -67.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.05275, + "architecture": "x64", + "bestPriceRegion": "UK South / -58.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.366, + "architecture": "x64", + "bestPriceRegion": "East US / -9", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.372, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "North Central US / -9.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.378, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.3", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.093, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0935, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0945, + "architecture": "x64", + "bestPriceRegion": "Central India / -67.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.1055, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.6", + "canonicalname": "D8_v3", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:53", + "name": "Standard_D8_v3", + "paymentType": "payasyougo", + "perfScore": 100422, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/northcentralus.json b/azure/northcentralus.json new file mode 100644 index 000000000..ea539bac4 --- /dev/null +++ b/azure/northcentralus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.589, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.602, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.606, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.7", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.152, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.295, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.303, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "East US / 0", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.7", + "canonicalname": "D8_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:41", + "name": "Standard_D8_v4", + "paymentType": "payasyougo", + "perfScore": 135803, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/northeurope.json b/azure/northeurope.json new file mode 100644 index 000000000..fd590fb11 --- /dev/null +++ b/azure/northeurope.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.578, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -39.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.646, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.726, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.7", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.728, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -8.5", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.1022, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11984, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -16.6", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.163, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.163, + "architecture": "x64", + "bestPriceRegion": "Central India / -39.6", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.18, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.323, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.5", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.326, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.326, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -39.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.364, + "architecture": "x64", + "bestPriceRegion": "East US / -8.5", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0511, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/norwayeast.json b/azure/norwayeast.json new file mode 100644 index 000000000..0a6824df0 --- /dev/null +++ b/azure/norwayeast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.747, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.3", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.822, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.834, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11956, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.13608, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.13776, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.14, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.2, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -20.5", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.208, + "architecture": "x64", + "bestPriceRegion": "Central India / -52.7", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.028, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02996, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03402, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03444, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.5", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.411, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.419, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -20.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05866, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05978, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06804, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06888, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/norwaywest.json b/azure/norwaywest.json new file mode 100644 index 000000000..7119ccebf --- /dev/null +++ b/azure/norwaywest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.949, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -63.2", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.973, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.062, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -62.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.098, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -39.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.17696, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17696, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.17906, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.7", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.219, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -60.2", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.243, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.26, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -38.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Central India / -63", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0364, + "architecture": "x64", + "bestPriceRegion": "UK South / -39.7", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0448, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.475, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -63.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.494, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -60.1", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.523, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.544, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -38.8", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.07616, + "architecture": "x64", + "bestPriceRegion": "UK South / -39.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.08848, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.08848, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.08946, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/polandcentral.json b/azure/polandcentral.json new file mode 100644 index 000000000..a78c53a24 --- /dev/null +++ b/azure/polandcentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.835, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -58.2", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.854, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.854, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11956, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11956, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.1281, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13678, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.3", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.19, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.2, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -20.5", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.213, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -20.2", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.028, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03206, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.418, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -58.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.419, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -20.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.421, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "East US / -21.1", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05866, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05978, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05978, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06412, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/qatarcentral.json b/azure/qatarcentral.json new file mode 100644 index 000000000..60496f44b --- /dev/null +++ b/azure/qatarcentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.681, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.752, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.76, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.802, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -17", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.1183, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.1183, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13188, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.2", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.172, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.8", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -16.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02954, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02954, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.304, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.8", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.056, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05908, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05908, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southafricanorth.json b/azure/southafricanorth.json new file mode 100644 index 000000000..523b9a3f3 --- /dev/null +++ b/azure/southafricanorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.765, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.769, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.855, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.868, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -23.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12754, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12768, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12824, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.14224, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.195, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.5", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.213, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -25.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "UK South / -26.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03192, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03192, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03206, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.421, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.427, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.434, + "architecture": "x64", + "bestPriceRegion": "East US / -23.3", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06244, + "architecture": "x64", + "bestPriceRegion": "UK South / -26.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06384, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06384, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06412, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southafricawest.json b/azure/southafricawest.json new file mode 100644 index 000000000..39b2b6830 --- /dev/null +++ b/azure/southafricawest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.68, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -0.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.973, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -64.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.073, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.085, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -38.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.16604, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -46.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.16674, + "architecture": "x64", + "bestPriceRegion": "Central India / -62.7", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.1778, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -43.8", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "East US / -0.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.243, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -64.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.25, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.9", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.254, + "architecture": "x64", + "bestPriceRegion": "Central India / -61.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03738, + "architecture": "x64", + "bestPriceRegion": "UK South / -41.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04144, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -46.4", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04172, + "architecture": "x64", + "bestPriceRegion": "Central India / -62.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.34, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -0.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.487, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -64.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.536, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.5", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.54238, + "architecture": "x64", + "bestPriceRegion": "East US / -38.6", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07826, + "architecture": "x64", + "bestPriceRegion": "UK South / -41.3", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.08302, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -46.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0833, + "architecture": "x64", + "bestPriceRegion": "Central India / -62.7", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southcentralus.json b/azure/southcentralus.json new file mode 100644 index 000000000..277880564 --- /dev/null +++ b/azure/southcentralus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.639, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.722, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.4", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.781, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.799, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -16.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11564, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.1225, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.9", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.176, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -9.1", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.178, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -51", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.18, + "architecture": "x64", + "bestPriceRegion": "Central India / -45.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -16.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.352, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -9.1", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.354, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.6", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.361, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05782, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southeastasia.json b/azure/southeastasia.json new file mode 100644 index 000000000..50a597df8 --- /dev/null +++ b/azure/southeastasia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.669, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.748, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.784, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -13.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10976, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10976, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.6", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.189, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.9", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.196, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -13.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.196, + "architecture": "x64", + "bestPriceRegion": "East US / -13.8", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02744, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02744, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02772, + "architecture": "x64", + "bestPriceRegion": "UK South / -20.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.1", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.378, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.392, + "architecture": "x64", + "bestPriceRegion": "North Central US / -13.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05488, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05488, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05838, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.3", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southindia.json b/azure/southindia.json new file mode 100644 index 000000000..cca1f97bd --- /dev/null +++ b/azure/southindia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.748, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9.5", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.751, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.5", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.905, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.1", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.922, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -57.3", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10472, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.13426, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -33.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.13524, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.13524, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "F16s", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:06", + "name": "Standard_F16s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "East US / -9.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -22.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -57.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.209, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -23.4", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02618, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "UK South / -23.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0336, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -33.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03388, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23.3", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.418, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -23.4", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.424, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.5", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05236, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06062, + "architecture": "x64", + "bestPriceRegion": "UK South / -24.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06706, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -33.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06762, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/spaincentral.json b/azure/spaincentral.json new file mode 100644 index 000000000..9a1434baf --- /dev/null +++ b/azure/spaincentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.0808, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0912, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B16s_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:54", + "name": "Standard_B16s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.693, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.732, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -9", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0202, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0228, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B16s_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:54", + "name": "Standard_B16s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.10222, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.10329, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.0202, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0228, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.00505, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0057, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02422, + "architecture": "x64", + "bestPriceRegion": "UK South / -9.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02556, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.0404, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0456, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.346, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.366, + "architecture": "x64", + "bestPriceRegion": "East US / -9", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0101, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0114, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05058, + "architecture": "x64", + "bestPriceRegion": "UK South / -9.1", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05111, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/swedencentral.json b/azure/swedencentral.json new file mode 100644 index 000000000..fb943e956 --- /dev/null +++ b/azure/swedencentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.622, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -36.7", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.624, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.686, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.691, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -3.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10192, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10304, + "architecture": "x64", + "bestPriceRegion": "Central India / -39.7", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.5", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.138, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -36.8", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.153, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.156, + "architecture": "x64", + "bestPriceRegion": "Central India / -36.9", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -4", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02576, + "architecture": "x64", + "bestPriceRegion": "Central India / -39.7", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.275, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -36.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.311, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -36.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.346, + "architecture": "x64", + "bestPriceRegion": "East US / -3.8", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05096, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.9", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05152, + "architecture": "x64", + "bestPriceRegion": "Central India / -39.7", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/switzerlandnorth.json b/azure/switzerlandnorth.json new file mode 100644 index 000000000..9239be1db --- /dev/null +++ b/azure/switzerlandnorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.673, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.822, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.834, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.8448, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.1195, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.13608, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.13776, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13999, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.168, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.197, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -19.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.208, + "architecture": "x64", + "bestPriceRegion": "Central India / -52.7", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02758, + "architecture": "x64", + "bestPriceRegion": "UK South / -20.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02988, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03402, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03444, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.5", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.394, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -15.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.411, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.417, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05516, + "architecture": "x64", + "bestPriceRegion": "UK South / -16.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05975, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06804, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06888, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/switzerlandwest.json b/azure/switzerlandwest.json new file mode 100644 index 000000000..468c4926c --- /dev/null +++ b/azure/switzerlandwest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.875, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -60.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.973, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.988, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -60.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.09769, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -39.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.15544, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17696, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.17906, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.18208, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.8", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.237, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -63.2", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.243, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.256, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -37.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Central India / -63", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03584, + "architecture": "x64", + "bestPriceRegion": "UK South / -38.7", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03885, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.9", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.04424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0448, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.475, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -63.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.512, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -35", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.523, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.531, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -62.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.07168, + "architecture": "x64", + "bestPriceRegion": "UK South / -35.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07758, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.8", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.08848, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.08946, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/uaecentral.json b/azure/uaecentral.json new file mode 100644 index 000000000..81506a83a --- /dev/null +++ b/azure/uaecentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.905, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -61.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.997, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.998, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -33.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 1.009, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -32.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.14126, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.15372, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.2", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.15428, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.7", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.16548, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.226, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -61.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.235, + "architecture": "x64", + "bestPriceRegion": "Central India / -58.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.237, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -32.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.249, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.9", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03318, + "architecture": "x64", + "bestPriceRegion": "UK South / -33.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03528, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0385, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03864, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.453, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -61.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.462, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.469, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -58", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.495, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -32.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0693, + "architecture": "x64", + "bestPriceRegion": "UK South / -33.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07056, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.07686, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.2", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.07714, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.7", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/uaenorth.json b/azure/uaenorth.json new file mode 100644 index 000000000..135412aac --- /dev/null +++ b/azure/uaenorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.713, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -51.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.784, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.796, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.5", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.799, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -16.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.1183, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13188, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -27.2", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -16.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.196, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.199, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.6", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02954, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.355, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.6", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.398, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.5", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.399, + "architecture": "x64", + "bestPriceRegion": "East US / -16.5", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.056, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05908, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/uksouth.json b/azure/uksouth.json new file mode 100644 index 000000000..f3e958846 --- /dev/null +++ b/azure/uksouth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.676, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.742, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.754, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.8", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.104, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10504, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11136, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.2", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + }, + { + "PricePerHour": 0.11136, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.2", + "canonicalname": "D16s_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:46", + "name": "Standard_D16s_v3", + "paymentType": "payasyougo", + "perfScore": 199434, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.151, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.183, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -13.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02196, + "architecture": "x64", + "bestPriceRegion": "UK South / 0", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.026, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.2", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02626, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02784, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.2", + "canonicalname": "D4_v3", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:55", + "name": "Standard_D4_v3", + "paymentType": "payasyougo", + "perfScore": 49708, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.2", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.377, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.378, + "architecture": "x64", + "bestPriceRegion": "East US / -11.9", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04596, + "architecture": "x64", + "bestPriceRegion": "UK South / 0", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.052, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05252, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05568, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.2", + "canonicalname": "D8_v3", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:53", + "name": "Standard_D8_v3", + "paymentType": "payasyougo", + "perfScore": 100422, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/ukwest.json b/azure/ukwest.json new file mode 100644 index 000000000..7c5e68172 --- /dev/null +++ b/azure/ukwest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.645, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.9", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.713, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.752, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.4", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.802, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11326, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11522, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11648, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.161, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.8", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "Central India / -45.9", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.7", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.197, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02912, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.322, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.357, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.7", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "East US / -11.4", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + }, + { + "PricePerHour": 0.401, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0567, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05754, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05824, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/usgovarizona.json b/azure/usgovarizona.json new file mode 100644 index 000000000..3ebb13848 --- /dev/null +++ b/azure/usgovarizona.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.622, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.765, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.4", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.776, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.78, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -14.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.119, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12208, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.4", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.156, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / 0", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.176, + "architecture": "x64", + "bestPriceRegion": "Central India / -44.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "UK South / -19.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03052, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.311, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.1", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / 0", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.351, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.5", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05418, + "architecture": "x64", + "bestPriceRegion": "UK South / -15.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0595, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06104, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/usgovtexas.json b/azure/usgovtexas.json new file mode 100644 index 000000000..d430a3de4 --- /dev/null +++ b/azure/usgovtexas.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.737, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.739, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.78, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -14.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.816, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -17", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.119, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.1204, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.4", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13398, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.2", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / 0", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.184, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.9", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.7", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "UK South / -19.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0301, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / 0", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.387, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -14", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05418, + "architecture": "x64", + "bestPriceRegion": "UK South / -15.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.0595, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.4", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0602, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.4", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/usgovvirginia.json b/azure/usgovvirginia.json new file mode 100644 index 000000000..a1f4a8033 --- /dev/null +++ b/azure/usgovvirginia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.622, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.691, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.702, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.78, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -14.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12208, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.4", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.156, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / 0", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.194, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -18", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "UK South / -19.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03052, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / 0", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.348, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.351, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.5", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05418, + "architecture": "x64", + "bestPriceRegion": "UK South / -15.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06104, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westcentralus.json b/azure/westcentralus.json new file mode 100644 index 000000000..97956fe10 --- /dev/null +++ b/azure/westcentralus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.707, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.6", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.713, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -51.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.796, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.5", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.799, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -16.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11564, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.1225, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.9", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.175, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -9.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.176, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -9.1", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.18, + "architecture": "x64", + "bestPriceRegion": "Central India / -45.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0245, + "architecture": "x64", + "bestPriceRegion": "UK South / -10.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.352, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -9.1", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.357, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -51.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.361, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.367, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -9.3", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05138, + "architecture": "x64", + "bestPriceRegion": "UK South / -10.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05782, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westeurope.json b/azure/westeurope.json new file mode 100644 index 000000000..39c8f44cd --- /dev/null +++ b/azure/westeurope.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.612, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.691, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.754, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -13.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11648, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.9", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.153, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02912, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.34, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.382, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05824, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westindia.json b/azure/westindia.json new file mode 100644 index 000000000..d78625a74 --- /dev/null +++ b/azure/westindia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.68, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -0.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.77, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.1218, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -27.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12292, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12292, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F16s", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:06", + "name": "Standard_F16s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "East US / -0.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.189, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.9", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.189, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -22.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "UK South / -23.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03052, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -27.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03066, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.34, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -0.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.341, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.414, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.3", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06062, + "architecture": "x64", + "bestPriceRegion": "UK South / -24.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0609, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -27.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06146, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westus.json b/azure/westus.json new file mode 100644 index 000000000..8f86e8911 --- /dev/null +++ b/azure/westus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.632, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.776, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.6", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.787, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.794, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -16.1", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23.5", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.158, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.8", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.176, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.5", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -14.9", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -16.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.316, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.9", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -14.9", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.388, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.6", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.394, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westus2.json b/azure/westus2.json new file mode 100644 index 000000000..e09d2b175 --- /dev/null +++ b/azure/westus2.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.533, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.5", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.675, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09478, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.152, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.159, + "architecture": "x64", + "bestPriceRegion": "West US 3 / 0", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02226, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02366, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.332, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "West US 3 / 0", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04662, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04732, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westus3.json b/azure/westus3.json new file mode 100644 index 000000000..4fe4a8f02 --- /dev/null +++ b/azure/westus3.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.533, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.5", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.602, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09478, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.133, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.159, + "architecture": "x64", + "bestPriceRegion": "West US 3 / 0", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02226, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02366, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.295, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "West US 3 / 0", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "East US / 0", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04662, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04732, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/africa-south1.json b/gcp/africa-south1.json new file mode 100644 index 000000000..7ff3b8069 --- /dev/null +++ b/gcp/africa-south1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.517656592, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.652702528, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.701207488, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.750226976, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.094624, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.105984, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.135728, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.143616, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.129414148, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.163175632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.175301872, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.187556744, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023656, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026496, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033932, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035904, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.258828296, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.326351264, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.350603744, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.375113488, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.047312, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.052992, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.067864, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.071808, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-east1.json b/gcp/asia-east1.json new file mode 100644 index 000000000..7250f774a --- /dev/null +++ b/gcp/asia-east1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.45824832000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.577792, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.62073504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6562803164062501, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.126030767578125, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.127136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16768, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16893999999999998, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11456208000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.144448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15518376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16406768359375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031507232421874996, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031784, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04192, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042234999999999995, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22912416000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.288896, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31036752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32814015820312503, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0630153837890625, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.063568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08384, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08446999999999999, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-east2.json b/gcp/asia-east2.json new file mode 100644 index 000000000..6b173977a --- /dev/null +++ b/gcp/asia-east2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.55375536, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.698208, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.75009072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.793061515625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11064, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.128645177734375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.144752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14976, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13843884, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.174552, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18752268, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.198262484375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02766, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.032160822265625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.036188, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03744, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.27687768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.349104, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.37504536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3965307578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05532, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0643225888671875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.072376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07488, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-northeast1.json b/gcp/asia-northeast1.json new file mode 100644 index 000000000..bddab85b6 --- /dev/null +++ b/gcp/asia-northeast1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50824848, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.640848, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.68772576, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7279237167968751, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.159872, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.164346078125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17536, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12706212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160212, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17193144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.181978283203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023104, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-4", + "InstanceType": "c3-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028024, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highmem-4", + "InstanceType": "c3-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.037863999999999995, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039968, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25412424, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.320424, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34386288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.36396185839843753, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046208, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-8", + "InstanceType": "c3-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.056048, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highmem-8", + "InstanceType": "c3-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07572799999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.079936, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-northeast2.json b/gcp/asia-northeast2.json new file mode 100644 index 000000000..a5ba8134d --- /dev/null +++ b/gcp/asia-northeast2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50824848, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6408320000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.68772576, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7279237167968751, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.078368, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.106112, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-16", + "InstanceType": "n2d-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.143104, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18635200000000002, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12706212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16020800000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17193144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.181978283203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.019592, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026528, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-4", + "InstanceType": "n2d-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035776, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046588000000000004, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25412424, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32041600000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34386288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.36396185839843753, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039184, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.053056, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-8", + "InstanceType": "n2d-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.071552, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09317600000000001, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-northeast3.json b/gcp/asia-northeast3.json new file mode 100644 index 000000000..174cb1970 --- /dev/null +++ b/gcp/asia-northeast3.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50824848, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6408320000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.68772576, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7279237167968751, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.104688, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.127077169921875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141792, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17026, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12706212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16020800000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17193144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.181978283203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026172, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031768830078125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042565, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25412424, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32041600000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34386288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.36396185839843753, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.052344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0635385849609375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070896, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08513, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-south1.json b/gcp/asia-south1.json new file mode 100644 index 000000000..8a2c404ab --- /dev/null +++ b/gcp/asia-south1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.329344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39580800000000005, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44612799999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44612799999999997, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06224, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-16", + "InstanceType": "c2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highmem-16", + "InstanceType": "c2d-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1016, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.111952, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.082336, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09895200000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11153199999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11153199999999999, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.01556, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-4", + "InstanceType": "c2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.01884, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highmem-4", + "InstanceType": "c2d-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0254, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027988, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.164672, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19790400000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22306399999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22306399999999998, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-8", + "InstanceType": "c2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03768, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highmem-8", + "InstanceType": "c2d-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0508, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055976, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-south2.json b/gcp/asia-south2.json new file mode 100644 index 000000000..7885de4cb --- /dev/null +++ b/gcp/asia-south2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.47536031999999995, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.599376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.64387488, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6807891875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.090704, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.098912, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12281600000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.134048, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11884007999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.149844, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16096872, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1701948125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.022676, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.024728, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030704000000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033512, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23768015999999997, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.299688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32193744, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34039459375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.045352, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.049456, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.061408000000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.067024, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-southeast1.json b/gcp/asia-southeast1.json new file mode 100644 index 000000000..a2ff2b1b3 --- /dev/null +++ b/gcp/asia-southeast1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.488244, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.615616, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.66132912, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69924044140625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.109568, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.119768349609375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13561600000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.148352, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.122061, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.153904, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16533228, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17480755859375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027392, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.029941650390625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033904000000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.037088, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.244122, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.307808, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33066456, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.349620220703125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.054784, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0598841748046875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06780800000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.074176, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-southeast2.json b/gcp/asia-southeast2.json new file mode 100644 index 000000000..1c353b138 --- /dev/null +++ b/gcp/asia-southeast2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.532185936, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.67102144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.720848688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7621720811328124, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.121904, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.162427673828125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.165056, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.178944, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.133046484, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16775536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.180212172, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1905402388671875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030476, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040606326171875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.041264, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.044736, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.266092968, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33551072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.360424344, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3810860405664062, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060952, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0812138369140625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.082528, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.089472, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/australia-southeast1.json b/gcp/australia-southeast1.json new file mode 100644 index 000000000..1b193999f --- /dev/null +++ b/gcp/australia-southeast1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.56157168, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7080799999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.760656, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.804256748046875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17792, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.185264, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.201152, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23696, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14039292, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17701999999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.190164, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.201061251953125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04448, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046316, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.050288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05924, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28078584, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.35403999999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.380328, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4021283740234375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08896, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.092632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.100576, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11848, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/australia-southeast2.json b/gcp/australia-southeast2.json new file mode 100644 index 000000000..f6d4d9637 --- /dev/null +++ b/gcp/australia-southeast2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.47732800000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.601872, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.646528, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6917920000000001, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16292800000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1764, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.186544, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.220672, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11933200000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.150468, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.161632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17294800000000002, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040732000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0441, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046636, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055168, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23866400000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.300936, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.323264, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34589600000000004, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08146400000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0882, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.093272, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110336, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-central2.json b/gcp/europe-central2.json new file mode 100644 index 000000000..8ec033443 --- /dev/null +++ b/gcp/europe-central2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50991552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.642928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69068448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.73027733203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.090496, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10937951953125001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12246399999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14668, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12747888, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160732, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17267112, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18256666796875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.022624, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02734448046875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030615999999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03667, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25495776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.321464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34534224, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.365138666015625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.045248, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.054689759765625005, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.061231999999999995, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07334, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-north1.json b/gcp/europe-north1.json new file mode 100644 index 000000000..5b7aa6f9d --- /dev/null +++ b/gcp/europe-north1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4357488, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.549424, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.5902204799999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.624059421875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.104528, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11488000000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.143072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15491565234375, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1089372, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137356, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14755511999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.156012578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026132, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028720000000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035768, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03872834765625, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2178744, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274712, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29511023999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3120297109375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.052264, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.057440000000000005, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.071536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.077457826171875, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-southwest1.json b/gcp/europe-southwest1.json new file mode 100644 index 000000000..5da0991fb --- /dev/null +++ b/gcp/europe-southwest1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.467008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.58882944, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6326080000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.67681024, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.081536, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.118672, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14865599999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160768, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.116752, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14720736, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15815200000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16920256, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.020384, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.029668, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.037163999999999996, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040192, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.233504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29441472, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31630400000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33840512, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.059336, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07432799999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.080384, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west1.json b/gcp/europe-west1.json new file mode 100644 index 000000000..568223352 --- /dev/null +++ b/gcp/europe-west1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.43535136, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.548928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.58972368, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6234882207031249, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07657599999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103648, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103744, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-16", + "InstanceType": "c2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.125536, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10883784, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14743092, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15586977929687498, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.019143999999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025912, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025936, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-4", + "InstanceType": "c2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031384, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21767568, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29486184, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31174411035156246, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038287999999999996, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051824, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051872, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-8", + "InstanceType": "c2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.062768, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west10.json b/gcp/europe-west10.json new file mode 100644 index 000000000..bb30d3f45 --- /dev/null +++ b/gcp/europe-west10.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.609473376, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.76847232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.8255807039999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.88329472, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124496, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13407999999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.154416, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.168704, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.152368344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19211808, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.20639517599999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22082368, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031124, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033519999999999994, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038604, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042176, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.304736688, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.38423616, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.41279035199999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44164736, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.062248, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06703999999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.077208, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.084352, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west12.json b/gcp/europe-west12.json new file mode 100644 index 000000000..6018e68b6 --- /dev/null +++ b/gcp/europe-west12.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.510532864, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.64372032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.691557856, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.73990272, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.057904000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07849600000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-16", + "InstanceType": "n2d-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.105952, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10736, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.127633216, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16093008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.172889464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18497568, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.014476000000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.019624000000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-4", + "InstanceType": "n2d-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026488, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02684, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.255266432, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32186016, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.345778928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.36995136, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028952000000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039248000000000005, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-8", + "InstanceType": "n2d-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.052976, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05368, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west2.json b/gcp/europe-west2.json new file mode 100644 index 000000000..02cbf8b4d --- /dev/null +++ b/gcp/europe-west2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50991552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.642928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69068448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.73027733203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.100624, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.136096, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15201004296874998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.157248, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12747888, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160732, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17267112, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18256666796875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025156, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034024, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03800195703125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039312, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25495776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.321464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34534224, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.365138666015625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.050312, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.068048, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07600502148437499, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.078624, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west3.json b/gcp/europe-west3.json new file mode 100644 index 000000000..1512f2816 --- /dev/null +++ b/gcp/europe-west3.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50991552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.642928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69068448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-16", + "InstanceType": "c3d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.70764128, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1511812421875, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.187456, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.202288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.20279999999999998, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12747888, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160732, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17267112, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-4", + "InstanceType": "c3d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17691032, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.037794757812499996, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046864, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.050572, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.050699999999999995, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25495776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.321464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34534224, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-8", + "InstanceType": "c3d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.35382064, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07559062109375, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.093728, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.101144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10139999999999999, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west4.json b/gcp/europe-west4.json new file mode 100644 index 000000000..881683ea9 --- /dev/null +++ b/gcp/europe-west4.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.43570464000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.549376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.59017632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.623995421875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08977600000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.129664, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.139397208984375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-16", + "InstanceType": "n4-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16512000000000002, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10892616000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137344, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14754408, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155996578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.022444000000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.032416, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034848791015625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-4", + "InstanceType": "n4-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.041280000000000004, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21785232000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29508816, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3119977109375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.044888000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.064832, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0696986044921875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-8", + "InstanceType": "n4-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08256000000000001, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west6.json b/gcp/europe-west6.json new file mode 100644 index 000000000..aa7a86d4e --- /dev/null +++ b/gcp/europe-west6.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.55375536, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.698064, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.75009072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.793061515625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160576, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17528531445312498, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.185856, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19992000000000001, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13843884, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.174516, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18752268, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.198262484375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040144, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.043820685546874995, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.049980000000000004, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.27687768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.349032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.37504536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3965307578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.080288, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08764265722656249, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.092928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09996000000000001, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west8.json b/gcp/europe-west8.json new file mode 100644 index 000000000..a6075e0f2 --- /dev/null +++ b/gcp/europe-west8.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.45908800000000005, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.57884928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.621856, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.66533888, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06331200000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.085728, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08579200000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.113072, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11477200000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14471232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16633472, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.015828000000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021432, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021448000000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028268, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22954400000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28942464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.310928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33266944, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031656000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042864, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042896000000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.056536, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west9.json b/gcp/europe-west9.json new file mode 100644 index 000000000..6dc5534fe --- /dev/null +++ b/gcp/europe-west9.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.45908800000000005, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.57884928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.621856, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.66533888, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.085184, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.136048, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.183536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.184192, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11477200000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14471232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16633472, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021296, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-4", + "InstanceType": "c3-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.024415680000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034012, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.045884, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22954400000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28942464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.310928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33266944, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042592, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-8", + "InstanceType": "c3-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.048831360000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.068024, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.091768, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/me-central1.json b/gcp/me-central1.json new file mode 100644 index 000000000..e32ca36b0 --- /dev/null +++ b/gcp/me-central1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.480850704, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6062947200000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.651350976, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6968852000000001, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08743999999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.089472, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11839999999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.156032, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.120212676, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15157368000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.162837744, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17422130000000002, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021859999999999997, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.022368, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.029599999999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039008, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.240425352, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.30314736000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.325675488, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34844260000000005, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.043719999999999995, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.044736, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.059199999999999996, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.078016, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/me-central2.json b/gcp/me-central2.json new file mode 100644 index 000000000..4a1f413d8 --- /dev/null +++ b/gcp/me-central2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.633219008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7984128, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.8577461120000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.9177088, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09056, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.099248, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12272, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.134432, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.158304752, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1996032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21443652800000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2294272, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02264, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.024812, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025830400000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03068, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.316609504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3992064, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.42887305600000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4588544, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04528, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.049624, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05166080000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06136, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/me-west1.json b/gcp/me-west1.json new file mode 100644 index 000000000..287795dad --- /dev/null +++ b/gcp/me-west1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.435338128, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.5489088, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.5897005120000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6234695005859375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09329599999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10953951953125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.120672, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.126464, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.108834532, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1372272, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14742512800000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1558650994140625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023323999999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02738448046875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030168, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031616, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.217669064, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2744544, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29485025600000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31173475029296877, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046647999999999995, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.054769759765625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060336, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.063232, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/northamerica-northeast1.json b/gcp/northamerica-northeast1.json new file mode 100644 index 000000000..76772e819 --- /dev/null +++ b/gcp/northamerica-northeast1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.43570464000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.549376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.59017632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.623995421875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110272, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141358814453125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.152864, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.166768, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10892616000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137344, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14754408, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155996578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027568, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035339185546875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038216, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039056, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21785232000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29508816, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3119977109375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055136, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0706794072265625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.076432, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.078112, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/northamerica-northeast2.json b/gcp/northamerica-northeast2.json new file mode 100644 index 000000000..98cd27523 --- /dev/null +++ b/gcp/northamerica-northeast2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.43570464000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.549376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.59017632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.623995421875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06404800000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.086752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.113584, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highmem-16", + "InstanceType": "n2-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.117024, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10892616000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137344, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14754408, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155996578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.016012000000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028396, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highmem-4", + "InstanceType": "n2-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.029256, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21785232000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29508816, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3119977109375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.032024000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.043376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.056792, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highmem-8", + "InstanceType": "n2-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.058512, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/northamerica-south1.json b/gcp/northamerica-south1.json new file mode 100644 index 000000000..edb9e9cd5 --- /dev/null +++ b/gcp/northamerica-south1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.431380448, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.584339552, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-16", + "InstanceType": "n4-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69728608, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c4-highcpu-16", + "InstanceType": "c4-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7416534400000001, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15624496000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21165184, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-16", + "InstanceType": "n4-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.278914464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-16", + "InstanceType": "e2-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28552768, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.107845112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.146084888, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-4", + "InstanceType": "n4-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17432152, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c4-highcpu-4", + "InstanceType": "c4-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18541336000000003, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039061240000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05291296, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-4", + "InstanceType": "n4-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.069728616, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-4", + "InstanceType": "e2-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07138192, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.215690224, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.292169776, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-8", + "InstanceType": "n4-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34864304, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c4-highcpu-8", + "InstanceType": "c4-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.37082672000000005, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07812248000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10582592, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-8", + "InstanceType": "n4-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.139457232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-8", + "InstanceType": "e2-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14276384, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/southamerica-east1.json b/gcp/southamerica-east1.json new file mode 100644 index 000000000..0de97865d --- /dev/null +++ b/gcp/southamerica-east1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6282312, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.792128, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.8509632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.899722626953125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.093222671875, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12495999999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.125552, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.128144, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1570578, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.198032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2127408, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22492737304687502, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023305328125, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031239999999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031388, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-4", + "InstanceType": "c3-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03176, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3141156, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.396064, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4254816, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4498613134765625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0466113359375, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.062479999999999994, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.062776, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-8", + "InstanceType": "c3-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06352, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/southamerica-west1.json b/gcp/southamerica-west1.json new file mode 100644 index 000000000..ded48fa8b --- /dev/null +++ b/gcp/southamerica-west1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.56593952, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.71358144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7666105759999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.82020224, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09544, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.122144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.134176, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14148488, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17839536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19165264399999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.20505056, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02386, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033544, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28296976, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.35679072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.38330528799999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.41010112, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04772, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.061072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.067088, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-central1.json b/gcp/us-central1.json new file mode 100644 index 000000000..ed25aaa2e --- /dev/null +++ b/gcp/us-central1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39576192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.499008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.53609136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.566790455078125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103936, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110592, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140704, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14919721875, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09894048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13402284, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141695544921875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025984, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027648, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02916, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035176, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19788096, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.249504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.26804568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2833952275390625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051968, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055296, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05832, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070352, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-east1.json b/gcp/us-east1.json new file mode 100644 index 000000000..ed25aaa2e --- /dev/null +++ b/gcp/us-east1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39576192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.499008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.53609136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.566790455078125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103936, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110592, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140704, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14919721875, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09894048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13402284, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141695544921875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025984, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027648, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02916, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035176, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19788096, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.249504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.26804568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2833952275390625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051968, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055296, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05832, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070352, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-east4.json b/gcp/us-east4.json new file mode 100644 index 000000000..c44a22eba --- /dev/null +++ b/gcp/us-east4.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44575104, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.562032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-16", + "InstanceType": "c3d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.599696, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.60376656, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137824, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155749201171875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.177792, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18409599999999998, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11143776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140508, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-4", + "InstanceType": "c3d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.149924, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15094164, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034456, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038936798828125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.044448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046023999999999995, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22287552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.281016, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-8", + "InstanceType": "c3d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.299848, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.30188328, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.068912, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0778746005859375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.088896, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09204799999999999, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-east5.json b/gcp/us-east5.json new file mode 100644 index 000000000..9cf43af7c --- /dev/null +++ b/gcp/us-east5.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39576192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.499008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.53609136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.573568, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060927999999999996, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06096, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.081664, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08256, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09894048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13402284, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.143392, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.015231999999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.01524, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.020416, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02064, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19788096, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.249504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.26804568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.286784, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030463999999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03048, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040832, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04128, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-south1.json b/gcp/us-south1.json new file mode 100644 index 000000000..16ab5fbf0 --- /dev/null +++ b/gcp/us-south1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.46699912, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.58882944, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.63258784, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.67681024, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09564800000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12032767999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.129632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.146656, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11674978, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14720736, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15814696, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16920256, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023912000000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030081919999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highmem-4", + "InstanceType": "c3-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030496, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.032408, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23349956, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29441472, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31629392, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33840512, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.047824000000000005, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060163839999999996, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highmem-8", + "InstanceType": "c3-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060992, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.064816, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-west1.json b/gcp/us-west1.json new file mode 100644 index 000000000..121949959 --- /dev/null +++ b/gcp/us-west1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39576192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.499008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.53609136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.566790455078125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103936, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110592, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140704, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14919721875, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09894048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13402284, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141695544921875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025984, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027648, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035176, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-4", + "InstanceType": "c3-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03532, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19788096, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.249504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.26804568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2833952275390625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051968, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055296, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070352, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-8", + "InstanceType": "c3-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07064, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-west2.json b/gcp/us-west2.json new file mode 100644 index 000000000..9dcd279f4 --- /dev/null +++ b/gcp/us-west2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.47537135999999997, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.599376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.64391904, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6808035878906249, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.166656, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16720000000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.169072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18228853515625001, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11884283999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.149844, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16097976, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17019841210937497, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035384, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.041664, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.041800000000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042268, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23768567999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.299688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32195952, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34040179394531245, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.083328, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08360000000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.084536, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-west3.json b/gcp/us-west3.json new file mode 100644 index 000000000..d4de9f218 --- /dev/null +++ b/gcp/us-west3.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.47537135999999997, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.599376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.64391904, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6808035878906249, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.138688, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.174464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18787199999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.188032, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11884283999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.149844, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16097976, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17019841210937497, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034672, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.043616, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046967999999999996, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.047008, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23768567999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.299688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32195952, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34040179394531245, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.069344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.087232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09393599999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.094016, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-west4.json b/gcp/us-west4.json new file mode 100644 index 000000000..4cde5e874 --- /dev/null +++ b/gcp/us-west4.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44575104, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.562032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.60376656, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.638384263671875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05608, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.076, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-16", + "InstanceType": "e2-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10256, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1163395390625, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11143776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140508, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15094164, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15959373632812499, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.01402, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.019, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-4", + "InstanceType": "e2-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02564, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0290844609375, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22287552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.281016, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.30188328, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3191921318359375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02804, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-8", + "InstanceType": "e2-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05128, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05816976953125, + "tags": [] + } + ] + } +} \ No newline at end of file From d2d3f644d29b1549406ea6a454895988e033d901 Mon Sep 17 00:00:00 2001 From: Shashwat Pathak Date: Thu, 14 Nov 2024 16:37:27 +0530 Subject: [PATCH 05/54] removed incorrect files (#176) --- aws/af-south-1.json | 344 ------------------------------- aws/ap-east-1.json | 344 ------------------------------- aws/ap-northeast-1.json | 344 ------------------------------- aws/ap-northeast-2.json | 344 ------------------------------- aws/ap-northeast-3.json | 344 ------------------------------- aws/ap-south-1.json | 344 ------------------------------- aws/ap-south-2.json | 344 ------------------------------- aws/ap-southeast-1.json | 344 ------------------------------- aws/ap-southeast-2.json | 344 ------------------------------- aws/ap-southeast-3.json | 344 ------------------------------- aws/ap-southeast-4.json | 344 ------------------------------- aws/ap-southeast-5.json | 179 ---------------- aws/ca-central-1.json | 344 ------------------------------- aws/ca-west-1.json | 344 ------------------------------- aws/eu-central-1.json | 344 ------------------------------- aws/eu-central-2.json | 344 ------------------------------- aws/eu-north-1.json | 344 ------------------------------- aws/eu-south-1.json | 344 ------------------------------- aws/eu-south-2.json | 344 ------------------------------- aws/eu-west-1.json | 344 ------------------------------- aws/eu-west-2.json | 344 ------------------------------- aws/eu-west-3.json | 344 ------------------------------- aws/il-central-1.json | 344 ------------------------------- aws/me-central-1.json | 344 ------------------------------- aws/me-south-1.json | 344 ------------------------------- aws/sa-east-1.json | 344 ------------------------------- aws/us-east-1.json | 344 ------------------------------- aws/us-east-2.json | 344 ------------------------------- aws/us-gov-east-1.json | 179 ---------------- aws/us-gov-west-1.json | 179 ---------------- aws/us-west-1.json | 344 ------------------------------- aws/us-west-2.json | 344 ------------------------------- azure/australiacentral.json | 320 ---------------------------- azure/australiacentral2.json | 320 ---------------------------- azure/australiaeast.json | 320 ---------------------------- azure/australiasoutheast.json | 320 ---------------------------- azure/brazilsouth.json | 320 ---------------------------- azure/brazilsoutheast.json | 320 ---------------------------- azure/canadacentral.json | 320 ---------------------------- azure/canadaeast.json | 320 ---------------------------- azure/centralindia.json | 320 ---------------------------- azure/centralus.json | 320 ---------------------------- azure/eastasia.json | 320 ---------------------------- azure/eastus.json | 320 ---------------------------- azure/eastus2.json | 320 ---------------------------- azure/francecentral.json | 320 ---------------------------- azure/francesouth.json | 320 ---------------------------- azure/germanynorth.json | 320 ---------------------------- azure/germanywestcentral.json | 320 ---------------------------- azure/israelcentral.json | 320 ---------------------------- azure/italynorth.json | 320 ---------------------------- azure/japaneast.json | 320 ---------------------------- azure/japanwest.json | 320 ---------------------------- azure/jioindiawest.json | 167 --------------- azure/koreacentral.json | 320 ---------------------------- azure/koreasouth.json | 320 ---------------------------- azure/mexicocentral.json | 320 ---------------------------- azure/northcentralus.json | 320 ---------------------------- azure/northeurope.json | 320 ---------------------------- azure/norwayeast.json | 320 ---------------------------- azure/norwaywest.json | 320 ---------------------------- azure/polandcentral.json | 320 ---------------------------- azure/qatarcentral.json | 320 ---------------------------- azure/southafricanorth.json | 320 ---------------------------- azure/southafricawest.json | 320 ---------------------------- azure/southcentralus.json | 320 ---------------------------- azure/southeastasia.json | 320 ---------------------------- azure/southindia.json | 320 ---------------------------- azure/spaincentral.json | 320 ---------------------------- azure/swedencentral.json | 320 ---------------------------- azure/switzerlandnorth.json | 320 ---------------------------- azure/switzerlandwest.json | 320 ---------------------------- azure/uaecentral.json | 320 ---------------------------- azure/uaenorth.json | 320 ---------------------------- azure/uksouth.json | 320 ---------------------------- azure/ukwest.json | 320 ---------------------------- azure/usgovarizona.json | 320 ---------------------------- azure/usgovtexas.json | 320 ---------------------------- azure/usgovvirginia.json | 320 ---------------------------- azure/westcentralus.json | 320 ---------------------------- azure/westeurope.json | 320 ---------------------------- azure/westindia.json | 320 ---------------------------- azure/westus.json | 320 ---------------------------- azure/westus2.json | 320 ---------------------------- azure/westus3.json | 320 ---------------------------- gcp/africa-south1.json | 296 -------------------------- gcp/asia-east1.json | 296 -------------------------- gcp/asia-east2.json | 296 -------------------------- gcp/asia-northeast1.json | 296 -------------------------- gcp/asia-northeast2.json | 296 -------------------------- gcp/asia-northeast3.json | 296 -------------------------- gcp/asia-south1.json | 296 -------------------------- gcp/asia-south2.json | 296 -------------------------- gcp/asia-southeast1.json | 296 -------------------------- gcp/asia-southeast2.json | 296 -------------------------- gcp/australia-southeast1.json | 296 -------------------------- gcp/australia-southeast2.json | 296 -------------------------- gcp/europe-central2.json | 296 -------------------------- gcp/europe-north1.json | 296 -------------------------- gcp/europe-southwest1.json | 296 -------------------------- gcp/europe-west1.json | 296 -------------------------- gcp/europe-west10.json | 296 -------------------------- gcp/europe-west12.json | 296 -------------------------- gcp/europe-west2.json | 296 -------------------------- gcp/europe-west3.json | 296 -------------------------- gcp/europe-west4.json | 296 -------------------------- gcp/europe-west6.json | 296 -------------------------- gcp/europe-west8.json | 296 -------------------------- gcp/europe-west9.json | 296 -------------------------- gcp/me-central1.json | 296 -------------------------- gcp/me-central2.json | 296 -------------------------- gcp/me-west1.json | 296 -------------------------- gcp/northamerica-northeast1.json | 296 -------------------------- gcp/northamerica-northeast2.json | 296 -------------------------- gcp/northamerica-south1.json | 296 -------------------------- gcp/southamerica-east1.json | 296 -------------------------- gcp/southamerica-west1.json | 296 -------------------------- gcp/us-central1.json | 296 -------------------------- gcp/us-east1.json | 296 -------------------------- gcp/us-east4.json | 296 -------------------------- gcp/us-east5.json | 296 -------------------------- gcp/us-south1.json | 296 -------------------------- gcp/us-west1.json | 296 -------------------------- gcp/us-west2.json | 296 -------------------------- gcp/us-west3.json | 296 -------------------------- gcp/us-west4.json | 296 -------------------------- 126 files changed, 39456 deletions(-) delete mode 100644 aws/af-south-1.json delete mode 100644 aws/ap-east-1.json delete mode 100644 aws/ap-northeast-1.json delete mode 100644 aws/ap-northeast-2.json delete mode 100644 aws/ap-northeast-3.json delete mode 100644 aws/ap-south-1.json delete mode 100644 aws/ap-south-2.json delete mode 100644 aws/ap-southeast-1.json delete mode 100644 aws/ap-southeast-2.json delete mode 100644 aws/ap-southeast-3.json delete mode 100644 aws/ap-southeast-4.json delete mode 100644 aws/ap-southeast-5.json delete mode 100644 aws/ca-central-1.json delete mode 100644 aws/ca-west-1.json delete mode 100644 aws/eu-central-1.json delete mode 100644 aws/eu-central-2.json delete mode 100644 aws/eu-north-1.json delete mode 100644 aws/eu-south-1.json delete mode 100644 aws/eu-south-2.json delete mode 100644 aws/eu-west-1.json delete mode 100644 aws/eu-west-2.json delete mode 100644 aws/eu-west-3.json delete mode 100644 aws/il-central-1.json delete mode 100644 aws/me-central-1.json delete mode 100644 aws/me-south-1.json delete mode 100644 aws/sa-east-1.json delete mode 100644 aws/us-east-1.json delete mode 100644 aws/us-east-2.json delete mode 100644 aws/us-gov-east-1.json delete mode 100644 aws/us-gov-west-1.json delete mode 100644 aws/us-west-1.json delete mode 100644 aws/us-west-2.json delete mode 100644 azure/australiacentral.json delete mode 100644 azure/australiacentral2.json delete mode 100644 azure/australiaeast.json delete mode 100644 azure/australiasoutheast.json delete mode 100644 azure/brazilsouth.json delete mode 100644 azure/brazilsoutheast.json delete mode 100644 azure/canadacentral.json delete mode 100644 azure/canadaeast.json delete mode 100644 azure/centralindia.json delete mode 100644 azure/centralus.json delete mode 100644 azure/eastasia.json delete mode 100644 azure/eastus.json delete mode 100644 azure/eastus2.json delete mode 100644 azure/francecentral.json delete mode 100644 azure/francesouth.json delete mode 100644 azure/germanynorth.json delete mode 100644 azure/germanywestcentral.json delete mode 100644 azure/israelcentral.json delete mode 100644 azure/italynorth.json delete mode 100644 azure/japaneast.json delete mode 100644 azure/japanwest.json delete mode 100644 azure/jioindiawest.json delete mode 100644 azure/koreacentral.json delete mode 100644 azure/koreasouth.json delete mode 100644 azure/mexicocentral.json delete mode 100644 azure/northcentralus.json delete mode 100644 azure/northeurope.json delete mode 100644 azure/norwayeast.json delete mode 100644 azure/norwaywest.json delete mode 100644 azure/polandcentral.json delete mode 100644 azure/qatarcentral.json delete mode 100644 azure/southafricanorth.json delete mode 100644 azure/southafricawest.json delete mode 100644 azure/southcentralus.json delete mode 100644 azure/southeastasia.json delete mode 100644 azure/southindia.json delete mode 100644 azure/spaincentral.json delete mode 100644 azure/swedencentral.json delete mode 100644 azure/switzerlandnorth.json delete mode 100644 azure/switzerlandwest.json delete mode 100644 azure/uaecentral.json delete mode 100644 azure/uaenorth.json delete mode 100644 azure/uksouth.json delete mode 100644 azure/ukwest.json delete mode 100644 azure/usgovarizona.json delete mode 100644 azure/usgovtexas.json delete mode 100644 azure/usgovvirginia.json delete mode 100644 azure/westcentralus.json delete mode 100644 azure/westeurope.json delete mode 100644 azure/westindia.json delete mode 100644 azure/westus.json delete mode 100644 azure/westus2.json delete mode 100644 azure/westus3.json delete mode 100644 gcp/africa-south1.json delete mode 100644 gcp/asia-east1.json delete mode 100644 gcp/asia-east2.json delete mode 100644 gcp/asia-northeast1.json delete mode 100644 gcp/asia-northeast2.json delete mode 100644 gcp/asia-northeast3.json delete mode 100644 gcp/asia-south1.json delete mode 100644 gcp/asia-south2.json delete mode 100644 gcp/asia-southeast1.json delete mode 100644 gcp/asia-southeast2.json delete mode 100644 gcp/australia-southeast1.json delete mode 100644 gcp/australia-southeast2.json delete mode 100644 gcp/europe-central2.json delete mode 100644 gcp/europe-north1.json delete mode 100644 gcp/europe-southwest1.json delete mode 100644 gcp/europe-west1.json delete mode 100644 gcp/europe-west10.json delete mode 100644 gcp/europe-west12.json delete mode 100644 gcp/europe-west2.json delete mode 100644 gcp/europe-west3.json delete mode 100644 gcp/europe-west4.json delete mode 100644 gcp/europe-west6.json delete mode 100644 gcp/europe-west8.json delete mode 100644 gcp/europe-west9.json delete mode 100644 gcp/me-central1.json delete mode 100644 gcp/me-central2.json delete mode 100644 gcp/me-west1.json delete mode 100644 gcp/northamerica-northeast1.json delete mode 100644 gcp/northamerica-northeast2.json delete mode 100644 gcp/northamerica-south1.json delete mode 100644 gcp/southamerica-east1.json delete mode 100644 gcp/southamerica-west1.json delete mode 100644 gcp/us-central1.json delete mode 100644 gcp/us-east1.json delete mode 100644 gcp/us-east4.json delete mode 100644 gcp/us-east5.json delete mode 100644 gcp/us-south1.json delete mode 100644 gcp/us-west1.json delete mode 100644 gcp/us-west2.json delete mode 100644 gcp/us-west3.json delete mode 100644 gcp/us-west4.json diff --git a/aws/af-south-1.json b/aws/af-south-1.json deleted file mode 100644 index b75905929..000000000 --- a/aws/af-south-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.824, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.912, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.912, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.936, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2744122448979592, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2958377358490566, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3006584905660378, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32654259259259255, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.206, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.217, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.228, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.228, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06835652173913044, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.xlarge", - "InstanceType": "c5ad.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07273111111111111, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07526444444444445, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07684418604651162, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.412, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4339, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.456, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.456, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.13171458333333333, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1396132075471698, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16636785714285712, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17354423076923078, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-east-1.json b/aws/ap-east-1.json deleted file mode 100644 index 23441f3b4..000000000 --- a/aws/ap-east-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7776, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3.4xlarge", - "InstanceType": "i3.4xlarge", - "Memory": 124928, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20698333333333332, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21689666666666665, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "g4dn.4xlarge", - "InstanceType": "g4dn.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.22506222222222225, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23421351351351352, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.194, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1944, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.216, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.216, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.xlarge", - "InstanceType": "m5d.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05148958333333333, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3.xlarge", - "InstanceType": "i3.xlarge", - "Memory": 31232, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05460204081632653, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06170975609756098, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06238965517241379, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.388, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3888, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.432, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.432, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06733157894736841, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12404285714285714, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.128765, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12922972972972974, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-northeast-1.json b/aws/ap-northeast-1.json deleted file mode 100644 index 8066b41bc..000000000 --- a/aws/ap-northeast-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7704, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.85386, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3163448979591837, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3279918367346939, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.334754, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.33480638297872345, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1926, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1958, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21347, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06853214285714286, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08313170731707317, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08335, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08527826086956522, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.384, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3852, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3917, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.42693, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14406969696969696, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15642121212121213, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15886734693877552, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16108604651162792, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-northeast-2.json b/aws/ap-northeast-2.json deleted file mode 100644 index 7b8fbee86..000000000 --- a/aws/ap-northeast-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.688, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76608, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.768, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.768, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10284137931034483, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "g3.4xlarge", - "InstanceType": "g3.4xlarge", - "Memory": 124928, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16359565217391306, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16658833333333334, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20102542372881357, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.172, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1872, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19152, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.192, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04868275862068965, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.059319565217391304, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.059901923076923075, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0619764705882353, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3744, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38304, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.384, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05999310344827586, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08738620689655172, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09504222222222224, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10422307692307692, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-northeast-3.json b/aws/ap-northeast-3.json deleted file mode 100644 index 2e62fdd40..000000000 --- a/aws/ap-northeast-3.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.976, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.992, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.30009375, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3021471698113207, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.331526, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m4.4xlarge", - "InstanceType": "m4.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3518764705882353, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.214, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.214, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2176, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2432, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07302075471698113, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07583877551020408, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07617391304347826, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c4.xlarge", - "InstanceType": "c4.xlarge", - "Memory": 7680, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08229285714285714, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.428, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.428, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4352, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4864, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14941458333333332, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15113333333333331, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15190208333333333, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16474999999999998, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-south-1.json b/aws/ap-south-1.json deleted file mode 100644 index 0a5010e48..000000000 --- a/aws/ap-south-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.374, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.376, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.444, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4444, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11515294117647058, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18812727272727273, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1929288888888889, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.196772, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0935, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.094, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0986, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.xlarge", - "InstanceType": "m5a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.111, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.03454893617021276, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.042469230769230766, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05260697674418604, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.xlarge", - "InstanceType": "m5a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05382142857142857, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.187, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.188, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1971, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.2xlarge", - "InstanceType": "m5a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.222, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07176190476190476, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08040392156862745, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09338095238095238, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09438529411764705, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-south-2.json b/aws/ap-south-2.json deleted file mode 100644 index 99f436825..000000000 --- a/aws/ap-south-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4444, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.792, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.152434, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.22332291666666668, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.22393269230769233, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25843541666666664, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1111, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1792, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0386843137254902, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05555217391304348, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05567391304347826, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05914878048780488, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.2xlarge", - "InstanceType": "m6a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2222, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.34, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.34, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3584, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.2xlarge", - "InstanceType": "m6a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08069230769230769, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11099999999999999, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.113336, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11993061224489796, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-1.json b/aws/ap-southeast-1.json deleted file mode 100644 index 83122a8a5..000000000 --- a/aws/ap-southeast-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.704, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7056, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7822, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.784, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25452340425531916, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25492608695652175, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25818490566037733, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.27842500000000003, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.176, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1764, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1888, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19555, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06497619047619048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.xlarge", - "InstanceType": "c6id.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07239555555555556, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07361111111111111, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07608181818181818, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.352, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3528, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3776, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3911, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1368859649122807, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.13845681818181818, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15102083333333333, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15413829787234043, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-2.json b/aws/ap-southeast-2.json deleted file mode 100644 index d11478e38..000000000 --- a/aws/ap-southeast-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7992, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.29988750000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.313686, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.33278199999999997, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.33478, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1901, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1998, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07172954545454545, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07824255319148936, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08365777777777778, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08557291666666667, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3802, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3996, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14805625, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15685510204081632, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.158825, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16611599999999999, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-3.json b/aws/ap-southeast-3.json deleted file mode 100644 index 33b1b1112..000000000 --- a/aws/ap-southeast-3.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.784, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.896, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.96, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.96, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5n.4xlarge", - "InstanceType": "c5n.4xlarge", - "Memory": 43008, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15630789473684212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i4i.4xlarge", - "InstanceType": "i4i.4xlarge", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1723957446808511, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17885370370370368, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "r7i.4xlarge", - "InstanceType": "r7i.4xlarge", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1960586956521739, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.196, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.224, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.xlarge", - "InstanceType": "m5d.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.02885348837209302, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i4i.xlarge", - "InstanceType": "i4i.xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05005263157894737, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3.xlarge", - "InstanceType": "i3.xlarge", - "Memory": 31232, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.050314, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5n.xlarge", - "InstanceType": "c5n.xlarge", - "Memory": 10752, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05851219512195122, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.392, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.448, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.48, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05564444444444444, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3.2xlarge", - "InstanceType": "i3.2xlarge", - "Memory": 62464, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08554090909090908, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i4i.2xlarge", - "InstanceType": "i4i.2xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08578039215686276, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3en.2xlarge", - "InstanceType": "i3en.2xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10964444444444445, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-4.json b/aws/ap-southeast-4.json deleted file mode 100644 index 2a187f686..000000000 --- a/aws/ap-southeast-4.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.888, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.96, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.008, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.4xlarge", - "InstanceType": "m5d.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.136, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1389084745762712, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15818909090909092, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.4xlarge", - "InstanceType": "m5d.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18184, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c6in.4xlarge", - "InstanceType": "c6in.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.189035593220339, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.222, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.252, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0340188679245283, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04575384615384615, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c6in.xlarge", - "InstanceType": "c6in.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04870847457627119, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.xlarge", - "InstanceType": "m5d.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04876274509803921, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.444, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.48, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.504, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.068618, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c6in.2xlarge", - "InstanceType": "c6in.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0914655172413793, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.2xlarge", - "InstanceType": "m5d.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09194000000000001, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09725471698113207, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-5.json b/aws/ap-southeast-5.json deleted file mode 100644 index ef8d52cec..000000000 --- a/aws/ap-southeast-5.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6664, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.69976, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.4xlarge", - "InstanceType": "c6id.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.79968, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - } - ], - "spot": [] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1666, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17494, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1901, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.xlarge", - "InstanceType": "c6id.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19992, - "tags": [] - } - ], - "spot": [] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3332, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.34988, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3802, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.2xlarge", - "InstanceType": "c6id.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.39984, - "tags": [] - } - ], - "spot": [] - } -} \ No newline at end of file diff --git a/aws/ca-central-1.json b/aws/ca-central-1.json deleted file mode 100644 index 2a72f8f68..000000000 --- a/aws/ca-central-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6696, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.672, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.74214, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.744, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.246008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.258626, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26186000000000004, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26208297872340425, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.167, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1674, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.168, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18554, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06845454545454545, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06870833333333333, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.068722, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06906458333333333, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3341, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3348, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.336, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.37107, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12054000000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.122988, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12796363636363636, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.13219583333333332, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ca-west-1.json b/aws/ca-west-1.json deleted file mode 100644 index 6eea09b32..000000000 --- a/aws/ca-west-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.744, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.744, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3306383333333333, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.36528, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.4xlarge", - "InstanceType": "c6id.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38957037037037034, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4079276595744681, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1856, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.186, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.186, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.214, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08370454545454545, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0843234375, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08967333333333334, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.xlarge", - "InstanceType": "c6id.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09662222222222222, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3712, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.372, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.372, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.428, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16837708333333334, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1684263157894737, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18910740740740742, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.2xlarge", - "InstanceType": "m6i.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21251250000000002, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-central-1.json b/aws/eu-central-1.json deleted file mode 100644 index d60b387a9..000000000 --- a/aws/eu-central-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.696, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6984, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.77406, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.776, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1347121212121212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19669545454545456, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24041627906976742, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2559021739130435, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1728, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.174, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1746, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.192, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.03441034482758621, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06491666666666666, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06762926829268293, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0694081081081081, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3456, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.348, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3492, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.384, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.062338235294117646, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1256609756097561, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12830666666666665, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1321263157894737, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-central-2.json b/aws/eu-central-2.json deleted file mode 100644 index 852790462..000000000 --- a/aws/eu-central-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.854, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.977, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.012, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.012, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2085468085106383, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25204489795918367, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6id.4xlarge", - "InstanceType": "m6id.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2897127272727273, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.4xlarge", - "InstanceType": "m5d.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3049142857142857, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.213, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.244, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.253, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05462549019607843, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.059710869565217393, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06179512195121951, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06945, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.427, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.488, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.506, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10213673469387755, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12152830188679245, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12484905660377359, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1523258620689655, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-north-1.json b/aws/eu-north-1.json deleted file mode 100644 index 722815d27..000000000 --- a/aws/eu-north-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.656, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.72618, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1976607843137255, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20704807692307695, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24389038461538462, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2580446808510638, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.164, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1728, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18155, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.182, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05322765957446809, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0587063829787234, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.060780769230769235, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.061806818181818185, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.328, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3456, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.36309, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.364, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09958600000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10488181818181817, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10620285714285714, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10787954545454545, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-south-1.json b/aws/eu-south-1.json deleted file mode 100644 index ed7199c66..000000000 --- a/aws/eu-south-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8064, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1607111111111111, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16253454545454546, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16438775510204082, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1745603448275862, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1725, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.182, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1917, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2016, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04803777777777778, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04906122448979592, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04923703703703703, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.050795, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.345, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.364, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3834, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.2xlarge", - "InstanceType": "m6a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4032, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07927142857142858, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0841391304347826, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.2xlarge", - "InstanceType": "m6a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08483962264150943, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08805283018867925, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-south-2.json b/aws/eu-south-2.json deleted file mode 100644 index 599aae58e..000000000 --- a/aws/eu-south-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76608, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.768, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8064, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m7i-flex.4xlarge", - "InstanceType": "m7i-flex.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.85384, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20692745098039217, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20841923076923077, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21753541666666665, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2211050847457627, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1824, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19152, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.192, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2016, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04788205128205128, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.050104166666666665, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05450434782608696, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m7i-flex.xlarge", - "InstanceType": "m7i-flex.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05695576923076923, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3648, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38304, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.384, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4032, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0984078431372549, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10190392156862745, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10422777777777778, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m7i-flex.2xlarge", - "InstanceType": "m7i-flex.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11338571428571428, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-west-1.json b/aws/eu-west-1.json deleted file mode 100644 index 6b0acd389..000000000 --- a/aws/eu-west-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.65664, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.688, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.72778, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7296, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2893872340425532, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32447551020408166, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32498125, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.33666734693877554, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1632, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16416, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.172, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18194, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0693235294117647, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07338, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.080806, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08222340425531915, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3264, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32832, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.344, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.36389, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14221111111111112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14263673469387755, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15946666666666667, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16337234042553192, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-west-2.json b/aws/eu-west-2.json deleted file mode 100644 index eb881d355..000000000 --- a/aws/eu-west-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7272, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7992, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26082500000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2854056603773585, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.28835102040816324, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.290838, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1699, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1818, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.182, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1888, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06471875, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06837551020408163, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07277916666666666, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0729265306122449, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3398, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3636, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.364, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3776, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12524565217391306, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1299537037037037, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.13084901960784315, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14303636363636363, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-west-3.json b/aws/eu-west-3.json deleted file mode 100644 index 72076a960..000000000 --- a/aws/eu-west-3.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.80598, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.28041875, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.288706, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.30808372093023256, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.31006, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1699, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.182, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1888, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2015, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06707755102040816, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0736673076923077, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07543000000000001, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0765469387755102, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3398, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.364, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3776, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.40299, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1357357142857143, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14082, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1436204081632653, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15072391304347826, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/il-central-1.json b/aws/il-central-1.json deleted file mode 100644 index dbed1c81d..000000000 --- a/aws/il-central-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76608, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.806, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8988, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.899, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.320034693877551, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.34259074074074075, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3887283333333333, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.391478, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1715, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19152, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1917, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.202, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0722195652173913, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08177111111111111, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0821875, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08635660377358491, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.343, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38304, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3834, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.403, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.144742, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1639326923076923, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16575636363636365, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17400754716981132, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/me-central-1.json b/aws/me-central-1.json deleted file mode 100644 index eeb8523c3..000000000 --- a/aws/me-central-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.845, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.9416, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.942, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.959, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23115535714285712, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2681566037735849, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c6in.4xlarge", - "InstanceType": "c6in.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2908214285714286, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32857777777777775, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2006, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.211, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.235, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2354, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.060390697674418604, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06377173913043478, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07011627906976745, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07052888888888889, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4013, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.422, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.2xlarge", - "InstanceType": "m6i.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4708, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.471, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10139818181818182, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14287608695652174, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14548703703703703, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.2xlarge", - "InstanceType": "m6i.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1649, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/me-south-1.json b/aws/me-south-1.json deleted file mode 100644 index 90c0f8327..000000000 --- a/aws/me-south-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8448, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.845, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2296642857142857, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23583529411764706, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23782115384615385, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24594000000000002, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2006, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.211, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.057529787234042555, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05859545454545454, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0606566037735849, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.xlarge", - "InstanceType": "c5ad.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06078039215686275, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4013, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.422, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11018983050847457, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11637826086956521, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12156739130434784, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.2xlarge", - "InstanceType": "c5ad.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12647962962962964, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/sa-east-1.json b/aws/sa-east-1.json deleted file mode 100644 index e58ea27f7..000000000 --- a/aws/sa-east-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.9432, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.944, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.04538, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.048, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.117022, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c4.4xlarge", - "InstanceType": "c4.4xlarge", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12449615384615384, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.4xlarge", - "InstanceType": "c6id.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1538030303030303, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m4.4xlarge", - "InstanceType": "m4.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15509714285714285, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2358, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.236, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2419, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26135, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.xlarge", - "InstanceType": "c6id.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.03368076923076923, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.xlarge", - "InstanceType": "inf1.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04024166666666667, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05886190476190476, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.xlarge", - "InstanceType": "m5d.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.061112, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4716, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.472, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4838, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.52269, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05579038461538462, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06118571428571429, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06157173913043478, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.2xlarge", - "InstanceType": "c6id.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06933055555555555, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/us-east-1.json b/aws/us-east-1.json deleted file mode 100644 index f2024d3f0..000000000 --- a/aws/us-east-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.612, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.616, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6783, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23843452380952382, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2438170731707317, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24848795180722894, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2487951219512195, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.153, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.154, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1664, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.042712820512820514, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "r6a.xlarge", - "InstanceType": "r6a.xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04593157894736842, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05585679012345679, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05780151515151515, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.306, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.308, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3328, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09256464646464646, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11446800000000001, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1191132530120482, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12180256410256411, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/us-east-2.json b/aws/us-east-2.json deleted file mode 100644 index abf0007ce..000000000 --- a/aws/us-east-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.612, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.616, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6783, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24162916666666667, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24807872340425532, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2507107142857143, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26798125, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.153, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.154, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1664, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05927291666666667, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.059667391304347825, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06158888888888889, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06434565217391304, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.306, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.308, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3328, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11067750000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11534901960784315, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.119276, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12398936170212765, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/us-gov-east-1.json b/aws/us-gov-east-1.json deleted file mode 100644 index 927de740e..000000000 --- a/aws/us-gov-east-1.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.736, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8568, - "tags": [] - } - ], - "spot": [] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1757, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.184, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1952, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.204, - "tags": [] - } - ], - "spot": [] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3514, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.368, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3904, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.408, - "tags": [] - } - ], - "spot": [] - } -} \ No newline at end of file diff --git a/aws/us-gov-west-1.json b/aws/us-gov-west-1.json deleted file mode 100644 index a8e5910eb..000000000 --- a/aws/us-gov-west-1.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.736, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.872, - "tags": [] - } - ], - "spot": [] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1757, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.184, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1952, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.204, - "tags": [] - } - ], - "spot": [] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3514, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.368, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3904, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.408, - "tags": [] - } - ], - "spot": [] - } -} \ No newline at end of file diff --git a/aws/us-west-1.json b/aws/us-west-1.json deleted file mode 100644 index 38943874f..000000000 --- a/aws/us-west-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7632, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8064, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.29407428571428573, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.30408857142857143, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.31166875, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3137257142857143, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1786, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1908, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1984, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07343333333333332, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.073934375, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.074703125, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07771515151515151, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3571, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3968, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12892727272727272, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1368125, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15029375, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15511944444444445, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/us-west-2.json b/aws/us-west-2.json deleted file mode 100644 index d0b8d0951..000000000 --- a/aws/us-west-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.612, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.616, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6783, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19586451612903225, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "g4dn.4xlarge", - "InstanceType": "g4dn.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21364897959183674, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2220507462686567, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23724848484848485, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.153, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.154, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1664, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04564761904761905, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05509344262295082, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "m4.xlarge", - "InstanceType": "m4.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05518695652173913, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.055889655172413795, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.306, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.308, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3328, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.101788, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11276363636363637, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1131723076923077, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11460983606557378, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/australiacentral.json b/azure/australiacentral.json deleted file mode 100644 index 8158a5f5a..000000000 --- a/azure/australiacentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.747, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.3", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.748, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.834, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.1344, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.19, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.2", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.337, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.411, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.417, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "East US / -21.1", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/australiacentral2.json b/azure/australiacentral2.json deleted file mode 100644 index 0c0472dbd..000000000 --- a/azure/australiacentral2.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.673, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.76, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.822, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0864, - "architecture": "x64", - "bestPriceRegion": "Central India / -28.1", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0888, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0888, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.08958, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.168, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.208, - "architecture": "x64", - "bestPriceRegion": "Central India / -52.7", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0216, - "architecture": "x64", - "bestPriceRegion": "Central India / -28.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0222, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0222, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0222, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.337, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.417, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "East US / -21.1", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0432, - "architecture": "x64", - "bestPriceRegion": "Central India / -28.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0444, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0444, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.04486, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/australiaeast.json b/azure/australiaeast.json deleted file mode 100644 index 431182005..000000000 --- a/azure/australiaeast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.673, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.76, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.822, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.1344, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.168, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.19, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.2", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.373, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "East US / -21.1", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/australiasoutheast.json b/azure/australiasoutheast.json deleted file mode 100644 index efc57ddad..000000000 --- a/azure/australiasoutheast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.766, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.84, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.856, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.2", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12474, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.8", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12516, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.3", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13972, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -31.3", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.21, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "Central India / -54", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03094, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.2", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03122, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.9", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03136, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.391, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.42, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.423, - "architecture": "x64", - "bestPriceRegion": "East US / -21.3", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06188, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.2", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0623, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06258, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.3", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/brazilsouth.json b/azure/brazilsouth.json deleted file mode 100644 index 360d79994..000000000 --- a/azure/brazilsouth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.857, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.952, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.968, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.048, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -35.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.14672, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.14672, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.15456, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.8", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.16072, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -35.2", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.232, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -31", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.242, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.257, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0378, - "architecture": "x64", - "bestPriceRegion": "UK South / -41.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03864, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.464, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -31", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.465, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -62.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.484, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.513, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.07336, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07336, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.07728, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.8", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.07924, - "architecture": "x64", - "bestPriceRegion": "UK South / -42", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/brazilsoutheast.json b/azure/brazilsoutheast.json deleted file mode 100644 index 8a074dd7f..000000000 --- a/azure/brazilsoutheast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 1.188, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -70.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 1.238, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -93.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.332, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -70.4", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.362, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -50.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.19068, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.19068, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.2009, - "architecture": "x64", - "bestPriceRegion": "Central India / -69.1", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.20902, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -50.1", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.279, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -68.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.302, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -47", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.328, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -93.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Central India / -70.5", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04774, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04774, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.04914, - "architecture": "x64", - "bestPriceRegion": "UK South / -55.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05026, - "architecture": "x64", - "bestPriceRegion": "Central India / -69.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.594, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -70.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.603, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -46.9", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.629, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -68.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.656, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -93.8", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09534, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.4", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.09534, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.10052, - "architecture": "x64", - "bestPriceRegion": "Central India / -69.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.10318, - "architecture": "x64", - "bestPriceRegion": "UK South / -55.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/canadacentral.json b/azure/canadacentral.json deleted file mode 100644 index 32199e6b4..000000000 --- a/azure/canadacentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.731, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.741, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -8.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.742, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10374, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10416, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.1162, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.3", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.148, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.183, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -10.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "East US / -8.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0259, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02604, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.366, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "East US / -10.2", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05194, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05208, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/canadaeast.json b/azure/canadaeast.json deleted file mode 100644 index 6aa1fc43b..000000000 --- a/azure/canadaeast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.669, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.731, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.741, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -8.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10374, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10416, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.1", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.148, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.167, - "architecture": "x64", - "bestPriceRegion": "Central India / -41.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.183, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "East US / -8.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0259, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02604, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.366, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "East US / -10.2", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05194, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05208, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/centralindia.json b/azure/centralindia.json deleted file mode 100644 index b5c795317..000000000 --- a/azure/centralindia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.349, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.444, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.444, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "DC16as_cc_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:02:02", - "name": "Standard_DC16as_cc_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.444, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:37", - "name": "Standard_DC16as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06902, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16a_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:07", - "name": "Standard_D16a_v4", - "paymentType": "payasyougo", - "perfScore": 293654, - "tags": [] - }, - { - "PricePerHour": 0.06902, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16as_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:02:41", - "name": "Standard_D16as_v4", - "paymentType": "payasyougo", - "perfScore": 292074, - "tags": [] - }, - { - "PricePerHour": 0.07518, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16ads_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:56", - "name": "Standard_D16ads_v5", - "paymentType": "payasyougo", - "perfScore": 306800, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.0984, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.106, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -17.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.111, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "DC4as_cc_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:20", - "name": "Standard_DC4as_cc_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.111, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:42", - "name": "Standard_DC4as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.01554, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.01722, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D4a_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:06:15", - "name": "Standard_D4a_v4", - "paymentType": "payasyougo", - "perfScore": 70996, - "tags": [] - }, - { - "PricePerHour": 0.01722, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D4as_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_D4as_v4", - "paymentType": "payasyougo", - "perfScore": 71707, - "tags": [] - }, - { - "PricePerHour": 0.01876, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D4ads_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:02:59", - "name": "Standard_D4ads_v5", - "paymentType": "payasyougo", - "perfScore": 72644, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -17.5", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "DC8as_cc_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:30", - "name": "Standard_DC8as_cc_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:18", - "name": "Standard_DC8as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03444, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D8a_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:12", - "name": "Standard_D8a_v4", - "paymentType": "payasyougo", - "perfScore": 151379, - "tags": [] - }, - { - "PricePerHour": 0.03444, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D8as_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:03:14", - "name": "Standard_D8as_v4", - "paymentType": "payasyougo", - "perfScore": 151474, - "tags": [] - }, - { - "PricePerHour": 0.03752, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D8ads_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:52", - "name": "Standard_D8ads_v5", - "paymentType": "payasyougo", - "perfScore": 153951, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/centralus.json b/azure/centralus.json deleted file mode 100644 index 4e3ecd6fa..000000000 --- a/azure/centralus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.602, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.68, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -11.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10878, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.9", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12152, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.151, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -14.9", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.2", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.37, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -14.9", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.377, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05446, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.9", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/eastasia.json b/azure/eastasia.json deleted file mode 100644 index 68e592922..000000000 --- a/azure/eastasia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.745, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.2", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.841, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.864, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -21.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.864, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -21.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.13328, - "architecture": "x64", - "bestPriceRegion": "Central India / -53.4", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13776, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.8", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.205, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -57.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.207, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.216, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.216, - "architecture": "x64", - "bestPriceRegion": "East US / -21.8", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03332, - "architecture": "x64", - "bestPriceRegion": "Central India / -53.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.372, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.2", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.432, - "architecture": "x64", - "bestPriceRegion": "North Central US / -21.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.432, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -21.8", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.451, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06664, - "architecture": "x64", - "bestPriceRegion": "Central India / -53.4", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/eastus.json b/azure/eastus.json deleted file mode 100644 index 9aa76db1b..000000000 --- a/azure/eastus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.533, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.5", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.675, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09478, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.133, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02366, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.303, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.332, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "East US / 0", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04732, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D8_v3", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:53", - "name": "Standard_D8_v3", - "paymentType": "payasyougo", - "perfScore": 100422, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/eastus2.json b/azure/eastus2.json deleted file mode 100644 index 4828e17a8..000000000 --- a/azure/eastus2.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.602, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.606, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09478, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.133, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.15, - "architecture": "x64", - "bestPriceRegion": "Central India / -34.4", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02366, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.295, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "East US / 0", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04732, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D8_v3", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:53", - "name": "Standard_D8_v3", - "paymentType": "payasyougo", - "perfScore": 100422, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/francecentral.json b/azure/francecentral.json deleted file mode 100644 index de33295c3..000000000 --- a/azure/francecentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.669, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.676, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.68, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.8", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7.9", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7.9", - "canonicalname": "F16s", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:06", - "name": "Standard_F16s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.151, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.189, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -12.2", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.1", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.1", - "canonicalname": "F4s", - "memory": 8192, - "modifiedDate": "11/11/2024 01:02:58", - "name": "Standard_F4s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.2", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.377, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.378, - "architecture": "x64", - "bestPriceRegion": "East US / -11.9", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7.9", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7.9", - "canonicalname": "F8s", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:04", - "name": "Standard_F8s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/francesouth.json b/azure/francesouth.json deleted file mode 100644 index fc2c2c3a8..000000000 --- a/azure/francesouth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.783, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -55.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.943, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.4", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.958, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -58.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.047, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -35.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.14658, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Central India / -57.7", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.1", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.196, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -55.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.217, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.239, - "architecture": "x64", - "bestPriceRegion": "Central India / -58.8", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.245, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.7", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.1", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.1", - "canonicalname": "F4s", - "memory": 8192, - "modifiedDate": "11/11/2024 01:02:58", - "name": "Standard_F4s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03682, - "architecture": "x64", - "bestPriceRegion": "Central India / -57.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.428, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.442, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -55.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.472, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.524, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -35.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.07336, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0735, - "architecture": "x64", - "bestPriceRegion": "Central India / -57.7", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.0735, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0735, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.1", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/germanynorth.json b/azure/germanynorth.json deleted file mode 100644 index a579b5338..000000000 --- a/azure/germanynorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.869, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.884, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.972, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.5", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.998, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -33.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.14126, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.14126, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.15148, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.4", - "canonicalname": "D16a_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:07", - "name": "Standard_D16a_v4", - "paymentType": "payasyougo", - "perfScore": 293654, - "tags": [] - }, - { - "PricePerHour": 0.15148, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.4", - "canonicalname": "D16as_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:02:41", - "name": "Standard_D16as_v4", - "paymentType": "payasyougo", - "perfScore": 292074, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.213, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -25.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.217, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.8", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.225, - "architecture": "x64", - "bestPriceRegion": "Central India / -56.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.24, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.6", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "UK South / -26.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03528, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03528, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0378, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.4", - "canonicalname": "D4a_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:06:15", - "name": "Standard_D4a_v4", - "paymentType": "payasyougo", - "perfScore": 70996, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.398, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -56.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.426, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -21.8", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.479, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.6", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.486, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.5", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05964, - "architecture": "x64", - "bestPriceRegion": "UK South / -22.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07056, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.07056, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.07574, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.5", - "canonicalname": "D8a_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:12", - "name": "Standard_D8a_v4", - "paymentType": "payasyougo", - "perfScore": 151379, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/germanywestcentral.json b/azure/germanywestcentral.json deleted file mode 100644 index f2015e02d..000000000 --- a/azure/germanywestcentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.612, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.691, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.754, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -13.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11648, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.7", - "canonicalname": "D16a_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:07", - "name": "Standard_D16a_v4", - "paymentType": "payasyougo", - "perfScore": 293654, - "tags": [] - }, - { - "PricePerHour": 0.11648, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.7", - "canonicalname": "D16as_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:02:41", - "name": "Standard_D16as_v4", - "paymentType": "payasyougo", - "perfScore": 292074, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.171, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.5", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02912, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.9", - "canonicalname": "D4a_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:06:15", - "name": "Standard_D4a_v4", - "paymentType": "payasyougo", - "perfScore": 70996, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.346, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.377, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05824, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.9", - "canonicalname": "D8a_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:12", - "name": "Standard_D8a_v4", - "paymentType": "payasyougo", - "perfScore": 151379, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/israelcentral.json b/azure/israelcentral.json deleted file mode 100644 index e684f517e..000000000 --- a/azure/israelcentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.679, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.681, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.76, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.766, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B16s_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:54", - "name": "Standard_B16s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.1183, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -20.3", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.19, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.2", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -17.2", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "UK South / -18.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02954, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.304, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.8", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.339, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05614, - "architecture": "x64", - "bestPriceRegion": "UK South / -18.1", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05908, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/italynorth.json b/azure/italynorth.json deleted file mode 100644 index 87d30aa1b..000000000 --- a/azure/italynorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.611, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.9", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.752, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.763, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -13.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.9", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.171, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.5", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.342, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.1", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.382, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/japaneast.json b/azure/japaneast.json deleted file mode 100644 index 62a747c27..000000000 --- a/azure/japaneast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.844, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.856, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.856, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11984, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11984, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13664, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.2", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.174, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.9", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "Central India / -54", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -20.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02996, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02996, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03136, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.03332, - "architecture": "x64", - "bestPriceRegion": "UK South / -34.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.384, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.428, - "architecture": "x64", - "bestPriceRegion": "North Central US / -20.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.428, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -21", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06272, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.06832, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.2", - "canonicalname": "D8lds_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:02:17", - "name": "Standard_D8lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/japanwest.json b/azure/japanwest.json deleted file mode 100644 index 2c07999b6..000000000 --- a/azure/japanwest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.694, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.7", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.771, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.856, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.858, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11984, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13132, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -32.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.13664, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.2", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "Central India / -54", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -20.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02996, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03136, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.0329, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -32.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03332, - "architecture": "x64", - "bestPriceRegion": "UK South / -34.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.384, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.392, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.428, - "architecture": "x64", - "bestPriceRegion": "North Central US / -20.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06272, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.06566, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -32.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06832, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.2", - "canonicalname": "D8lds_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:02:17", - "name": "Standard_D8lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/jioindiawest.json b/azure/jioindiawest.json deleted file mode 100644 index 844ec43d9..000000000 --- a/azure/jioindiawest.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.349, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.394, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.444, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:37", - "name": "Standard_DC16as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.493, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "D16a_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:07", - "name": "Standard_D16a_v4", - "paymentType": "payasyougo", - "perfScore": 293654, - "tags": [] - } - ], - "spot": [] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.0872, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0984, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.111, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:42", - "name": "Standard_DC4as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.123, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "D4a_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:06:15", - "name": "Standard_D4a_v4", - "paymentType": "payasyougo", - "perfScore": 70996, - "tags": [] - } - ], - "spot": [] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.174, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.197, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:18", - "name": "Standard_DC8as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [] - } -} \ No newline at end of file diff --git a/azure/koreacentral.json b/azure/koreacentral.json deleted file mode 100644 index 393d4d08a..000000000 --- a/azure/koreacentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -11.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -11.8", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.81, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F16s", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:06", - "name": "Standard_F16s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.184, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.184, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.4", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -9", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -9", - "canonicalname": "F4s", - "memory": 8192, - "modifiedDate": "11/11/2024 01:02:58", - "name": "Standard_F4s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.368, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.368, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.3", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.384, - "architecture": "x64", - "bestPriceRegion": "North Central US / -11.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F8s", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:04", - "name": "Standard_F8s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/koreasouth.json b/azure/koreasouth.json deleted file mode 100644 index cfbb589a9..000000000 --- a/azure/koreasouth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.613, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.692, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.751, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.765, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B16s_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:54", - "name": "Standard_B16s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10948, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11074, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.9", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.153, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "East US / -12", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02702, - "architecture": "x64", - "bestPriceRegion": "UK South / -18.7", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02744, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02772, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.9", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.306, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.346, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.384, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -12", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05474, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.9", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05544, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.9", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.0567, - "architecture": "x64", - "bestPriceRegion": "UK South / -18.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/mexicocentral.json b/azure/mexicocentral.json deleted file mode 100644 index 21bf8942f..000000000 --- a/azure/mexicocentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.732, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -9", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.744, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.748, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.757, - "architecture": "x64", - "bestPriceRegion": "Central India / -41.3", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.18925, - "architecture": "x64", - "bestPriceRegion": "Central India / -67.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.21125, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.183, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -9.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "East US / -9.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -9.1", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -24.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0465, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04675, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04725, - "architecture": "x64", - "bestPriceRegion": "Central India / -67.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.05275, - "architecture": "x64", - "bestPriceRegion": "UK South / -58.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.366, - "architecture": "x64", - "bestPriceRegion": "East US / -9", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.372, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "North Central US / -9.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.378, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.3", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.093, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0935, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0945, - "architecture": "x64", - "bestPriceRegion": "Central India / -67.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.1055, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.6", - "canonicalname": "D8_v3", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:53", - "name": "Standard_D8_v3", - "paymentType": "payasyougo", - "perfScore": 100422, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/northcentralus.json b/azure/northcentralus.json deleted file mode 100644 index ea539bac4..000000000 --- a/azure/northcentralus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.589, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.602, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.606, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.7", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.152, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.295, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.303, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "East US / 0", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.7", - "canonicalname": "D8_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:41", - "name": "Standard_D8_v4", - "paymentType": "payasyougo", - "perfScore": 135803, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/northeurope.json b/azure/northeurope.json deleted file mode 100644 index fd590fb11..000000000 --- a/azure/northeurope.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.578, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -39.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.646, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.726, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.7", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.728, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -8.5", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.1022, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11984, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -16.6", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.163, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.163, - "architecture": "x64", - "bestPriceRegion": "Central India / -39.6", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.18, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.323, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.5", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.326, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.326, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -39.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.364, - "architecture": "x64", - "bestPriceRegion": "East US / -8.5", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0511, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/norwayeast.json b/azure/norwayeast.json deleted file mode 100644 index 0a6824df0..000000000 --- a/azure/norwayeast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.747, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.3", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.822, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.834, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11956, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.13608, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.13776, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.14, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.2, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -20.5", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.208, - "architecture": "x64", - "bestPriceRegion": "Central India / -52.7", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.028, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02996, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03402, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03444, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.5", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.411, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.419, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -20.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05866, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05978, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06804, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06888, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/norwaywest.json b/azure/norwaywest.json deleted file mode 100644 index 7119ccebf..000000000 --- a/azure/norwaywest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.949, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -63.2", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.973, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.062, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -62.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.098, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -39.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.17696, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17696, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.17906, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.7", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.219, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -60.2", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.243, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.26, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -38.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Central India / -63", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0364, - "architecture": "x64", - "bestPriceRegion": "UK South / -39.7", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0448, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.475, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -63.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.494, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -60.1", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.523, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.544, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -38.8", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.07616, - "architecture": "x64", - "bestPriceRegion": "UK South / -39.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.08848, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.08848, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.08946, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/polandcentral.json b/azure/polandcentral.json deleted file mode 100644 index a78c53a24..000000000 --- a/azure/polandcentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.835, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -58.2", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.854, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.854, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11956, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11956, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.1281, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13678, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.3", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.19, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.2, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -20.5", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.213, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -20.2", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.028, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03206, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.418, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -58.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.419, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -20.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.421, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "East US / -21.1", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05866, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05978, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05978, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06412, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/qatarcentral.json b/azure/qatarcentral.json deleted file mode 100644 index 60496f44b..000000000 --- a/azure/qatarcentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.681, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.752, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.76, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.802, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -17", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.1183, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.1183, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13188, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.2", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.172, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.8", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -16.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02954, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02954, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.304, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.8", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.056, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05908, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05908, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southafricanorth.json b/azure/southafricanorth.json deleted file mode 100644 index 523b9a3f3..000000000 --- a/azure/southafricanorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.765, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.769, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.855, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.868, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -23.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12754, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12768, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12824, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.14224, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.195, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.5", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.213, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -25.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "UK South / -26.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03192, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03192, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03206, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.421, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.427, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.434, - "architecture": "x64", - "bestPriceRegion": "East US / -23.3", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06244, - "architecture": "x64", - "bestPriceRegion": "UK South / -26.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06384, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06384, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06412, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southafricawest.json b/azure/southafricawest.json deleted file mode 100644 index 39b2b6830..000000000 --- a/azure/southafricawest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.68, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -0.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.973, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -64.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.073, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.085, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -38.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.16604, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -46.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.16674, - "architecture": "x64", - "bestPriceRegion": "Central India / -62.7", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.1778, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -43.8", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "East US / -0.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.243, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -64.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.25, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.9", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.254, - "architecture": "x64", - "bestPriceRegion": "Central India / -61.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03738, - "architecture": "x64", - "bestPriceRegion": "UK South / -41.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04144, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -46.4", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04172, - "architecture": "x64", - "bestPriceRegion": "Central India / -62.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.34, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -0.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.487, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -64.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.536, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.5", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.54238, - "architecture": "x64", - "bestPriceRegion": "East US / -38.6", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07826, - "architecture": "x64", - "bestPriceRegion": "UK South / -41.3", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.08302, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -46.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0833, - "architecture": "x64", - "bestPriceRegion": "Central India / -62.7", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southcentralus.json b/azure/southcentralus.json deleted file mode 100644 index 277880564..000000000 --- a/azure/southcentralus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.639, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.722, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.4", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.781, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.799, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -16.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11564, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.1225, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.9", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.176, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -9.1", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.178, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -51", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.18, - "architecture": "x64", - "bestPriceRegion": "Central India / -45.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -16.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.352, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -9.1", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.354, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.6", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.361, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05782, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southeastasia.json b/azure/southeastasia.json deleted file mode 100644 index 50a597df8..000000000 --- a/azure/southeastasia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.669, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.748, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.784, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -13.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10976, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10976, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.6", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.189, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.9", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.196, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -13.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.196, - "architecture": "x64", - "bestPriceRegion": "East US / -13.8", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02744, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02744, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02772, - "architecture": "x64", - "bestPriceRegion": "UK South / -20.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.1", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.378, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.392, - "architecture": "x64", - "bestPriceRegion": "North Central US / -13.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05488, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05488, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05838, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.3", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southindia.json b/azure/southindia.json deleted file mode 100644 index cca1f97bd..000000000 --- a/azure/southindia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.748, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9.5", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.751, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.5", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.905, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.1", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.922, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -57.3", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10472, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.13426, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -33.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.13524, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.13524, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "F16s", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:06", - "name": "Standard_F16s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "East US / -9.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -22.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -57.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.209, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -23.4", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02618, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "UK South / -23.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0336, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -33.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03388, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23.3", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.418, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -23.4", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.424, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.5", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05236, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06062, - "architecture": "x64", - "bestPriceRegion": "UK South / -24.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06706, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -33.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06762, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/spaincentral.json b/azure/spaincentral.json deleted file mode 100644 index 9a1434baf..000000000 --- a/azure/spaincentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.0808, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0912, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B16s_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:54", - "name": "Standard_B16s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.693, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.732, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -9", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0202, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0228, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B16s_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:54", - "name": "Standard_B16s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.10222, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.10329, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.0202, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0228, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.00505, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0057, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02422, - "architecture": "x64", - "bestPriceRegion": "UK South / -9.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02556, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.0404, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0456, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.346, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.366, - "architecture": "x64", - "bestPriceRegion": "East US / -9", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0101, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0114, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05058, - "architecture": "x64", - "bestPriceRegion": "UK South / -9.1", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05111, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/swedencentral.json b/azure/swedencentral.json deleted file mode 100644 index fb943e956..000000000 --- a/azure/swedencentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.622, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -36.7", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.624, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.686, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.691, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -3.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10192, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10304, - "architecture": "x64", - "bestPriceRegion": "Central India / -39.7", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.5", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.138, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -36.8", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.153, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.156, - "architecture": "x64", - "bestPriceRegion": "Central India / -36.9", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -4", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02576, - "architecture": "x64", - "bestPriceRegion": "Central India / -39.7", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.275, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -36.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.311, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -36.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.346, - "architecture": "x64", - "bestPriceRegion": "East US / -3.8", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05096, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.9", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05152, - "architecture": "x64", - "bestPriceRegion": "Central India / -39.7", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/switzerlandnorth.json b/azure/switzerlandnorth.json deleted file mode 100644 index 9239be1db..000000000 --- a/azure/switzerlandnorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.673, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.822, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.834, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.8448, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.1195, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.13608, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.13776, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13999, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.168, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.197, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -19.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.208, - "architecture": "x64", - "bestPriceRegion": "Central India / -52.7", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02758, - "architecture": "x64", - "bestPriceRegion": "UK South / -20.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02988, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03402, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03444, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.5", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.394, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -15.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.411, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.417, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05516, - "architecture": "x64", - "bestPriceRegion": "UK South / -16.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05975, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06804, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06888, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/switzerlandwest.json b/azure/switzerlandwest.json deleted file mode 100644 index 468c4926c..000000000 --- a/azure/switzerlandwest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.875, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -60.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.973, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.988, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -60.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.09769, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -39.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.15544, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17696, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.17906, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.18208, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.8", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.237, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -63.2", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.243, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.256, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -37.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Central India / -63", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03584, - "architecture": "x64", - "bestPriceRegion": "UK South / -38.7", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03885, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.9", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.04424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0448, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.475, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -63.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.512, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -35", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.523, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.531, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -62.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.07168, - "architecture": "x64", - "bestPriceRegion": "UK South / -35.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07758, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.8", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.08848, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.08946, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/uaecentral.json b/azure/uaecentral.json deleted file mode 100644 index 81506a83a..000000000 --- a/azure/uaecentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.905, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -61.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.997, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.998, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -33.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 1.009, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -32.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.14126, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.15372, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.2", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.15428, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.7", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.16548, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.226, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -61.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.235, - "architecture": "x64", - "bestPriceRegion": "Central India / -58.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.237, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -32.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.249, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.9", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03318, - "architecture": "x64", - "bestPriceRegion": "UK South / -33.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03528, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0385, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03864, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.453, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -61.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.462, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.469, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -58", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.495, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -32.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0693, - "architecture": "x64", - "bestPriceRegion": "UK South / -33.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07056, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.07686, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.2", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.07714, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.7", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/uaenorth.json b/azure/uaenorth.json deleted file mode 100644 index 135412aac..000000000 --- a/azure/uaenorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.713, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -51.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.784, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.796, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.5", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.799, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -16.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.1183, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13188, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -27.2", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -16.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.196, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.199, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.6", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02954, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.355, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.6", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.398, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.5", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.399, - "architecture": "x64", - "bestPriceRegion": "East US / -16.5", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.056, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05908, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/uksouth.json b/azure/uksouth.json deleted file mode 100644 index f3e958846..000000000 --- a/azure/uksouth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.676, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.742, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.754, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.8", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.104, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10504, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11136, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.2", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - }, - { - "PricePerHour": 0.11136, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.2", - "canonicalname": "D16s_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:46", - "name": "Standard_D16s_v3", - "paymentType": "payasyougo", - "perfScore": 199434, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.151, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.183, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -13.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02196, - "architecture": "x64", - "bestPriceRegion": "UK South / 0", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.026, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.2", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02626, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02784, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.2", - "canonicalname": "D4_v3", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:55", - "name": "Standard_D4_v3", - "paymentType": "payasyougo", - "perfScore": 49708, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.2", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.377, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.378, - "architecture": "x64", - "bestPriceRegion": "East US / -11.9", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04596, - "architecture": "x64", - "bestPriceRegion": "UK South / 0", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.052, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05252, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05568, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.2", - "canonicalname": "D8_v3", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:53", - "name": "Standard_D8_v3", - "paymentType": "payasyougo", - "perfScore": 100422, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/ukwest.json b/azure/ukwest.json deleted file mode 100644 index 7c5e68172..000000000 --- a/azure/ukwest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.645, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.9", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.713, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.752, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.4", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.802, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11326, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11522, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11648, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.161, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.8", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "Central India / -45.9", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.7", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.197, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02912, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.322, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.357, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.7", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "East US / -11.4", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - }, - { - "PricePerHour": 0.401, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0567, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05754, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05824, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/usgovarizona.json b/azure/usgovarizona.json deleted file mode 100644 index 3ebb13848..000000000 --- a/azure/usgovarizona.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.622, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.765, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.4", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.776, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.78, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -14.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.119, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12208, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.4", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.156, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / 0", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.176, - "architecture": "x64", - "bestPriceRegion": "Central India / -44.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "UK South / -19.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03052, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.311, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.1", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / 0", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.351, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.5", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05418, - "architecture": "x64", - "bestPriceRegion": "UK South / -15.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0595, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06104, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/usgovtexas.json b/azure/usgovtexas.json deleted file mode 100644 index d430a3de4..000000000 --- a/azure/usgovtexas.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.737, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.739, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.78, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -14.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.816, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -17", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.119, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.1204, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.4", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13398, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.2", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / 0", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.184, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.9", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.7", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "UK South / -19.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0301, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / 0", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.387, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -14", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05418, - "architecture": "x64", - "bestPriceRegion": "UK South / -15.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.0595, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.4", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0602, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.4", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/usgovvirginia.json b/azure/usgovvirginia.json deleted file mode 100644 index a1f4a8033..000000000 --- a/azure/usgovvirginia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.622, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.691, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.702, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.78, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -14.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12208, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.4", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.156, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / 0", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.194, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -18", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "UK South / -19.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03052, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / 0", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.348, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.351, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.5", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05418, - "architecture": "x64", - "bestPriceRegion": "UK South / -15.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06104, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westcentralus.json b/azure/westcentralus.json deleted file mode 100644 index 97956fe10..000000000 --- a/azure/westcentralus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.707, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.6", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.713, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -51.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.796, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.5", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.799, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -16.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11564, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.1225, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.9", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.175, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -9.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.176, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -9.1", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.18, - "architecture": "x64", - "bestPriceRegion": "Central India / -45.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0245, - "architecture": "x64", - "bestPriceRegion": "UK South / -10.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.352, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -9.1", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.357, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -51.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.361, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.367, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -9.3", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05138, - "architecture": "x64", - "bestPriceRegion": "UK South / -10.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05782, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westeurope.json b/azure/westeurope.json deleted file mode 100644 index 39c8f44cd..000000000 --- a/azure/westeurope.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.612, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.691, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.754, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -13.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11648, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.9", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.153, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02912, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.34, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.382, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05824, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westindia.json b/azure/westindia.json deleted file mode 100644 index d78625a74..000000000 --- a/azure/westindia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.68, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -0.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.77, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.1218, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -27.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12292, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12292, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F16s", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:06", - "name": "Standard_F16s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "East US / -0.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.189, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.9", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.189, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -22.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "UK South / -23.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03052, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -27.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03066, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.34, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -0.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.341, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.414, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.3", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06062, - "architecture": "x64", - "bestPriceRegion": "UK South / -24.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0609, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -27.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06146, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westus.json b/azure/westus.json deleted file mode 100644 index 8f86e8911..000000000 --- a/azure/westus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.632, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.776, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.6", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.787, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.794, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -16.1", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23.5", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.158, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.8", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.176, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.5", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -14.9", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -16.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.316, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.9", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -14.9", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.388, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.6", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.394, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westus2.json b/azure/westus2.json deleted file mode 100644 index e09d2b175..000000000 --- a/azure/westus2.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.533, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.5", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.675, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09478, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.152, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.159, - "architecture": "x64", - "bestPriceRegion": "West US 3 / 0", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02226, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02366, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.332, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "West US 3 / 0", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04662, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04732, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westus3.json b/azure/westus3.json deleted file mode 100644 index 4fe4a8f02..000000000 --- a/azure/westus3.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.533, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.5", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.602, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09478, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.133, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.159, - "architecture": "x64", - "bestPriceRegion": "West US 3 / 0", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02226, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02366, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.295, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "West US 3 / 0", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "East US / 0", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04662, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04732, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/africa-south1.json b/gcp/africa-south1.json deleted file mode 100644 index 7ff3b8069..000000000 --- a/gcp/africa-south1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.517656592, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.652702528, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.701207488, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.750226976, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.094624, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.105984, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.135728, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.143616, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.129414148, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.163175632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.175301872, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.187556744, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023656, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026496, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033932, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035904, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.258828296, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.326351264, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.350603744, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.375113488, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.047312, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.052992, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.067864, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.071808, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-east1.json b/gcp/asia-east1.json deleted file mode 100644 index 7250f774a..000000000 --- a/gcp/asia-east1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.45824832000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.577792, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.62073504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6562803164062501, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.126030767578125, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.127136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16768, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16893999999999998, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11456208000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.144448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15518376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16406768359375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031507232421874996, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031784, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04192, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042234999999999995, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22912416000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.288896, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31036752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32814015820312503, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0630153837890625, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.063568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08384, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08446999999999999, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-east2.json b/gcp/asia-east2.json deleted file mode 100644 index 6b173977a..000000000 --- a/gcp/asia-east2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.55375536, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.698208, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.75009072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.793061515625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11064, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.128645177734375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.144752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14976, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13843884, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.174552, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18752268, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.198262484375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02766, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.032160822265625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.036188, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03744, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.27687768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.349104, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.37504536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3965307578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05532, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0643225888671875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.072376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07488, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-northeast1.json b/gcp/asia-northeast1.json deleted file mode 100644 index bddab85b6..000000000 --- a/gcp/asia-northeast1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50824848, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.640848, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.68772576, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7279237167968751, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.159872, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.164346078125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17536, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12706212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160212, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17193144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.181978283203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023104, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-4", - "InstanceType": "c3-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028024, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highmem-4", - "InstanceType": "c3-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.037863999999999995, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039968, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25412424, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.320424, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34386288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.36396185839843753, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046208, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-8", - "InstanceType": "c3-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.056048, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highmem-8", - "InstanceType": "c3-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07572799999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.079936, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-northeast2.json b/gcp/asia-northeast2.json deleted file mode 100644 index a5ba8134d..000000000 --- a/gcp/asia-northeast2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50824848, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6408320000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.68772576, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7279237167968751, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.078368, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.106112, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-16", - "InstanceType": "n2d-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.143104, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18635200000000002, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12706212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16020800000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17193144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.181978283203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.019592, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026528, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-4", - "InstanceType": "n2d-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035776, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046588000000000004, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25412424, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32041600000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34386288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.36396185839843753, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039184, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.053056, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-8", - "InstanceType": "n2d-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.071552, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09317600000000001, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-northeast3.json b/gcp/asia-northeast3.json deleted file mode 100644 index 174cb1970..000000000 --- a/gcp/asia-northeast3.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50824848, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6408320000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.68772576, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7279237167968751, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.104688, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.127077169921875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141792, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17026, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12706212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16020800000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17193144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.181978283203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026172, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031768830078125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042565, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25412424, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32041600000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34386288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.36396185839843753, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.052344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0635385849609375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070896, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08513, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-south1.json b/gcp/asia-south1.json deleted file mode 100644 index 8a2c404ab..000000000 --- a/gcp/asia-south1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.329344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39580800000000005, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44612799999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44612799999999997, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06224, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-16", - "InstanceType": "c2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highmem-16", - "InstanceType": "c2d-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1016, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.111952, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.082336, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09895200000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11153199999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11153199999999999, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.01556, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-4", - "InstanceType": "c2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.01884, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highmem-4", - "InstanceType": "c2d-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0254, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027988, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.164672, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19790400000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22306399999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22306399999999998, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-8", - "InstanceType": "c2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03768, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highmem-8", - "InstanceType": "c2d-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0508, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055976, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-south2.json b/gcp/asia-south2.json deleted file mode 100644 index 7885de4cb..000000000 --- a/gcp/asia-south2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.47536031999999995, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.599376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.64387488, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6807891875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.090704, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.098912, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12281600000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.134048, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11884007999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.149844, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16096872, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1701948125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.022676, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.024728, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030704000000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033512, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23768015999999997, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.299688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32193744, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34039459375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.045352, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.049456, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.061408000000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.067024, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-southeast1.json b/gcp/asia-southeast1.json deleted file mode 100644 index a2ff2b1b3..000000000 --- a/gcp/asia-southeast1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.488244, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.615616, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.66132912, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69924044140625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.109568, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.119768349609375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13561600000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.148352, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.122061, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.153904, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16533228, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17480755859375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027392, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.029941650390625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033904000000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.037088, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.244122, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.307808, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33066456, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.349620220703125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.054784, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0598841748046875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06780800000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.074176, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-southeast2.json b/gcp/asia-southeast2.json deleted file mode 100644 index 1c353b138..000000000 --- a/gcp/asia-southeast2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.532185936, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.67102144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.720848688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7621720811328124, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.121904, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.162427673828125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.165056, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.178944, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.133046484, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16775536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.180212172, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1905402388671875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030476, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040606326171875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.041264, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.044736, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.266092968, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33551072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.360424344, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3810860405664062, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060952, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0812138369140625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.082528, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.089472, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/australia-southeast1.json b/gcp/australia-southeast1.json deleted file mode 100644 index 1b193999f..000000000 --- a/gcp/australia-southeast1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.56157168, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7080799999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.760656, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.804256748046875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17792, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.185264, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.201152, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23696, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14039292, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17701999999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.190164, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.201061251953125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04448, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046316, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.050288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05924, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28078584, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.35403999999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.380328, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4021283740234375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08896, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.092632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.100576, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11848, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/australia-southeast2.json b/gcp/australia-southeast2.json deleted file mode 100644 index f6d4d9637..000000000 --- a/gcp/australia-southeast2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.47732800000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.601872, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.646528, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6917920000000001, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16292800000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1764, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.186544, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.220672, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11933200000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.150468, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.161632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17294800000000002, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040732000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0441, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046636, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055168, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23866400000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.300936, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.323264, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34589600000000004, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08146400000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0882, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.093272, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110336, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-central2.json b/gcp/europe-central2.json deleted file mode 100644 index 8ec033443..000000000 --- a/gcp/europe-central2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50991552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.642928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69068448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.73027733203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.090496, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10937951953125001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12246399999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14668, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12747888, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160732, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17267112, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18256666796875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.022624, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02734448046875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030615999999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03667, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25495776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.321464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34534224, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.365138666015625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.045248, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.054689759765625005, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.061231999999999995, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07334, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-north1.json b/gcp/europe-north1.json deleted file mode 100644 index 5b7aa6f9d..000000000 --- a/gcp/europe-north1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4357488, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.549424, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.5902204799999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.624059421875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.104528, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11488000000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.143072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15491565234375, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1089372, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137356, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14755511999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.156012578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026132, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028720000000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035768, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03872834765625, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2178744, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274712, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29511023999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3120297109375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.052264, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.057440000000000005, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.071536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.077457826171875, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-southwest1.json b/gcp/europe-southwest1.json deleted file mode 100644 index 5da0991fb..000000000 --- a/gcp/europe-southwest1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.467008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.58882944, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6326080000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.67681024, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.081536, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.118672, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14865599999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160768, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.116752, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14720736, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15815200000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16920256, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.020384, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.029668, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.037163999999999996, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040192, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.233504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29441472, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31630400000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33840512, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.059336, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07432799999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.080384, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west1.json b/gcp/europe-west1.json deleted file mode 100644 index 568223352..000000000 --- a/gcp/europe-west1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.43535136, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.548928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.58972368, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6234882207031249, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07657599999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103648, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103744, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-16", - "InstanceType": "c2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.125536, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10883784, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14743092, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15586977929687498, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.019143999999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025912, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025936, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-4", - "InstanceType": "c2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031384, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21767568, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29486184, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31174411035156246, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038287999999999996, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051824, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051872, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-8", - "InstanceType": "c2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.062768, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west10.json b/gcp/europe-west10.json deleted file mode 100644 index bb30d3f45..000000000 --- a/gcp/europe-west10.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.609473376, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.76847232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.8255807039999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.88329472, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124496, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13407999999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.154416, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.168704, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.152368344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19211808, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.20639517599999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22082368, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031124, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033519999999999994, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038604, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042176, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.304736688, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.38423616, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.41279035199999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44164736, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.062248, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06703999999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.077208, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.084352, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west12.json b/gcp/europe-west12.json deleted file mode 100644 index 6018e68b6..000000000 --- a/gcp/europe-west12.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.510532864, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.64372032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.691557856, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.73990272, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.057904000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07849600000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-16", - "InstanceType": "n2d-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.105952, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10736, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.127633216, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16093008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.172889464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18497568, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.014476000000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.019624000000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-4", - "InstanceType": "n2d-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026488, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02684, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.255266432, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32186016, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.345778928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.36995136, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028952000000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039248000000000005, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-8", - "InstanceType": "n2d-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.052976, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05368, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west2.json b/gcp/europe-west2.json deleted file mode 100644 index 02cbf8b4d..000000000 --- a/gcp/europe-west2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50991552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.642928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69068448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.73027733203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.100624, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.136096, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15201004296874998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.157248, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12747888, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160732, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17267112, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18256666796875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025156, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034024, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03800195703125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039312, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25495776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.321464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34534224, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.365138666015625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.050312, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.068048, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07600502148437499, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.078624, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west3.json b/gcp/europe-west3.json deleted file mode 100644 index 1512f2816..000000000 --- a/gcp/europe-west3.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50991552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.642928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69068448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-16", - "InstanceType": "c3d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.70764128, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1511812421875, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.187456, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.202288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.20279999999999998, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12747888, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160732, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17267112, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-4", - "InstanceType": "c3d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17691032, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.037794757812499996, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046864, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.050572, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.050699999999999995, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25495776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.321464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34534224, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-8", - "InstanceType": "c3d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.35382064, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07559062109375, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.093728, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.101144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10139999999999999, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west4.json b/gcp/europe-west4.json deleted file mode 100644 index 881683ea9..000000000 --- a/gcp/europe-west4.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.43570464000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.549376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.59017632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.623995421875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08977600000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.129664, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.139397208984375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-16", - "InstanceType": "n4-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16512000000000002, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10892616000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137344, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14754408, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155996578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.022444000000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.032416, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034848791015625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-4", - "InstanceType": "n4-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.041280000000000004, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21785232000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29508816, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3119977109375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.044888000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.064832, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0696986044921875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-8", - "InstanceType": "n4-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08256000000000001, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west6.json b/gcp/europe-west6.json deleted file mode 100644 index aa7a86d4e..000000000 --- a/gcp/europe-west6.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.55375536, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.698064, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.75009072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.793061515625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160576, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17528531445312498, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.185856, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19992000000000001, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13843884, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.174516, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18752268, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.198262484375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040144, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.043820685546874995, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.049980000000000004, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.27687768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.349032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.37504536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3965307578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.080288, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08764265722656249, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.092928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09996000000000001, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west8.json b/gcp/europe-west8.json deleted file mode 100644 index a6075e0f2..000000000 --- a/gcp/europe-west8.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.45908800000000005, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.57884928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.621856, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.66533888, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06331200000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.085728, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08579200000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.113072, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11477200000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14471232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16633472, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.015828000000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021432, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021448000000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028268, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22954400000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28942464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.310928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33266944, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031656000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042864, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042896000000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.056536, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west9.json b/gcp/europe-west9.json deleted file mode 100644 index 6dc5534fe..000000000 --- a/gcp/europe-west9.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.45908800000000005, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.57884928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.621856, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.66533888, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.085184, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.136048, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.183536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.184192, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11477200000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14471232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16633472, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021296, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-4", - "InstanceType": "c3-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.024415680000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034012, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.045884, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22954400000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28942464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.310928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33266944, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042592, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-8", - "InstanceType": "c3-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.048831360000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.068024, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.091768, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/me-central1.json b/gcp/me-central1.json deleted file mode 100644 index e32ca36b0..000000000 --- a/gcp/me-central1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.480850704, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6062947200000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.651350976, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6968852000000001, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08743999999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.089472, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11839999999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.156032, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.120212676, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15157368000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.162837744, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17422130000000002, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021859999999999997, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.022368, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.029599999999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039008, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.240425352, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.30314736000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.325675488, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34844260000000005, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.043719999999999995, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.044736, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.059199999999999996, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.078016, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/me-central2.json b/gcp/me-central2.json deleted file mode 100644 index 4a1f413d8..000000000 --- a/gcp/me-central2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.633219008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7984128, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.8577461120000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.9177088, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09056, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.099248, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12272, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.134432, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.158304752, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1996032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21443652800000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2294272, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02264, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.024812, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025830400000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03068, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.316609504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3992064, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.42887305600000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4588544, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04528, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.049624, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05166080000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06136, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/me-west1.json b/gcp/me-west1.json deleted file mode 100644 index 287795dad..000000000 --- a/gcp/me-west1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.435338128, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.5489088, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.5897005120000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6234695005859375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09329599999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10953951953125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.120672, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.126464, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.108834532, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1372272, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14742512800000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1558650994140625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023323999999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02738448046875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030168, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031616, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.217669064, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2744544, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29485025600000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31173475029296877, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046647999999999995, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.054769759765625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060336, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.063232, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/northamerica-northeast1.json b/gcp/northamerica-northeast1.json deleted file mode 100644 index 76772e819..000000000 --- a/gcp/northamerica-northeast1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.43570464000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.549376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.59017632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.623995421875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110272, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141358814453125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.152864, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.166768, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10892616000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137344, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14754408, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155996578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027568, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035339185546875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038216, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039056, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21785232000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29508816, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3119977109375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055136, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0706794072265625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.076432, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.078112, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/northamerica-northeast2.json b/gcp/northamerica-northeast2.json deleted file mode 100644 index 98cd27523..000000000 --- a/gcp/northamerica-northeast2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.43570464000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.549376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.59017632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.623995421875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06404800000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.086752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.113584, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highmem-16", - "InstanceType": "n2-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.117024, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10892616000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137344, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14754408, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155996578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.016012000000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028396, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highmem-4", - "InstanceType": "n2-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.029256, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21785232000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29508816, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3119977109375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.032024000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.043376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.056792, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highmem-8", - "InstanceType": "n2-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.058512, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/northamerica-south1.json b/gcp/northamerica-south1.json deleted file mode 100644 index edb9e9cd5..000000000 --- a/gcp/northamerica-south1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.431380448, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.584339552, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-16", - "InstanceType": "n4-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69728608, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c4-highcpu-16", - "InstanceType": "c4-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7416534400000001, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15624496000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21165184, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-16", - "InstanceType": "n4-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.278914464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-16", - "InstanceType": "e2-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28552768, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.107845112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.146084888, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-4", - "InstanceType": "n4-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17432152, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c4-highcpu-4", - "InstanceType": "c4-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18541336000000003, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039061240000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05291296, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-4", - "InstanceType": "n4-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.069728616, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-4", - "InstanceType": "e2-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07138192, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.215690224, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.292169776, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-8", - "InstanceType": "n4-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34864304, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c4-highcpu-8", - "InstanceType": "c4-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.37082672000000005, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07812248000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10582592, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-8", - "InstanceType": "n4-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.139457232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-8", - "InstanceType": "e2-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14276384, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/southamerica-east1.json b/gcp/southamerica-east1.json deleted file mode 100644 index 0de97865d..000000000 --- a/gcp/southamerica-east1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6282312, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.792128, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.8509632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.899722626953125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.093222671875, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12495999999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.125552, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.128144, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1570578, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.198032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2127408, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22492737304687502, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023305328125, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031239999999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031388, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-4", - "InstanceType": "c3-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03176, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3141156, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.396064, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4254816, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4498613134765625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0466113359375, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.062479999999999994, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.062776, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-8", - "InstanceType": "c3-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06352, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/southamerica-west1.json b/gcp/southamerica-west1.json deleted file mode 100644 index ded48fa8b..000000000 --- a/gcp/southamerica-west1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.56593952, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.71358144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7666105759999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.82020224, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09544, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.122144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.134176, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14148488, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17839536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19165264399999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.20505056, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02386, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033544, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28296976, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.35679072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.38330528799999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.41010112, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04772, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.061072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.067088, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-central1.json b/gcp/us-central1.json deleted file mode 100644 index ed25aaa2e..000000000 --- a/gcp/us-central1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39576192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.499008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.53609136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.566790455078125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103936, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110592, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140704, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14919721875, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09894048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13402284, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141695544921875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025984, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027648, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02916, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035176, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19788096, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.249504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.26804568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2833952275390625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051968, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055296, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05832, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070352, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-east1.json b/gcp/us-east1.json deleted file mode 100644 index ed25aaa2e..000000000 --- a/gcp/us-east1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39576192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.499008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.53609136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.566790455078125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103936, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110592, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140704, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14919721875, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09894048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13402284, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141695544921875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025984, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027648, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02916, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035176, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19788096, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.249504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.26804568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2833952275390625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051968, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055296, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05832, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070352, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-east4.json b/gcp/us-east4.json deleted file mode 100644 index c44a22eba..000000000 --- a/gcp/us-east4.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44575104, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.562032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-16", - "InstanceType": "c3d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.599696, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.60376656, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137824, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155749201171875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.177792, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18409599999999998, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11143776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140508, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-4", - "InstanceType": "c3d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.149924, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15094164, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034456, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038936798828125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.044448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046023999999999995, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22287552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.281016, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-8", - "InstanceType": "c3d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.299848, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.30188328, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.068912, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0778746005859375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.088896, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09204799999999999, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-east5.json b/gcp/us-east5.json deleted file mode 100644 index 9cf43af7c..000000000 --- a/gcp/us-east5.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39576192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.499008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.53609136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.573568, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060927999999999996, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06096, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.081664, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08256, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09894048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13402284, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.143392, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.015231999999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.01524, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.020416, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02064, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19788096, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.249504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.26804568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.286784, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030463999999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03048, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040832, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04128, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-south1.json b/gcp/us-south1.json deleted file mode 100644 index 16ab5fbf0..000000000 --- a/gcp/us-south1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.46699912, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.58882944, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.63258784, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.67681024, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09564800000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12032767999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.129632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.146656, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11674978, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14720736, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15814696, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16920256, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023912000000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030081919999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highmem-4", - "InstanceType": "c3-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030496, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.032408, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23349956, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29441472, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31629392, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33840512, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.047824000000000005, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060163839999999996, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highmem-8", - "InstanceType": "c3-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060992, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.064816, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-west1.json b/gcp/us-west1.json deleted file mode 100644 index 121949959..000000000 --- a/gcp/us-west1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39576192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.499008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.53609136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.566790455078125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103936, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110592, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140704, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14919721875, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09894048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13402284, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141695544921875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025984, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027648, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035176, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-4", - "InstanceType": "c3-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03532, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19788096, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.249504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.26804568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2833952275390625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051968, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055296, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070352, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-8", - "InstanceType": "c3-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07064, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-west2.json b/gcp/us-west2.json deleted file mode 100644 index 9dcd279f4..000000000 --- a/gcp/us-west2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.47537135999999997, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.599376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.64391904, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6808035878906249, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.166656, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16720000000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.169072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18228853515625001, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11884283999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.149844, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16097976, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17019841210937497, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035384, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.041664, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.041800000000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042268, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23768567999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.299688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32195952, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34040179394531245, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.083328, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08360000000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.084536, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-west3.json b/gcp/us-west3.json deleted file mode 100644 index d4de9f218..000000000 --- a/gcp/us-west3.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.47537135999999997, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.599376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.64391904, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6808035878906249, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.138688, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.174464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18787199999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.188032, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11884283999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.149844, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16097976, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17019841210937497, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034672, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.043616, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046967999999999996, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.047008, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23768567999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.299688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32195952, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34040179394531245, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.069344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.087232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09393599999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.094016, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-west4.json b/gcp/us-west4.json deleted file mode 100644 index 4cde5e874..000000000 --- a/gcp/us-west4.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44575104, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.562032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.60376656, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.638384263671875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05608, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.076, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-16", - "InstanceType": "e2-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10256, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1163395390625, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11143776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140508, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15094164, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15959373632812499, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.01402, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.019, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-4", - "InstanceType": "e2-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02564, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0290844609375, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22287552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.281016, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.30188328, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3191921318359375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02804, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-8", - "InstanceType": "e2-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05128, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05816976953125, - "tags": [] - } - ] - } -} \ No newline at end of file From c7a6732bf03481a7f5e1a33c9408bdde2180f6ce Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:31:53 +0530 Subject: [PATCH 06/54] [S73] Feature: Per-Instance Artifactories Module (#210) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean --- intents/artifactories/facets.yaml | 4 ++++ outputs/artifactories/output.facets.yaml | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 intents/artifactories/facets.yaml create mode 100644 outputs/artifactories/output.facets.yaml diff --git a/intents/artifactories/facets.yaml b/intents/artifactories/facets.yaml new file mode 100644 index 000000000..e7fb093e2 --- /dev/null +++ b/intents/artifactories/facets.yaml @@ -0,0 +1,4 @@ +name: artifactories +type: default +displayName: Artifactories +description: Provides an Artifactories resource for creating Container Registry secrets within the cluster. diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml new file mode 100644 index 000000000..17e486d1f --- /dev/null +++ b/outputs/artifactories/output.facets.yaml @@ -0,0 +1,16 @@ +name: artifactories +out: + type: object + title: Artifactories + description: Artifactories Attributes + properties: + attributes: + registry_secrets_list: + required: true + type: array + description: The List of Container Registry k8s secrets + registry_secret_objects: + required: true + type: object + description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" + interfaces: From ebdbcb20f3e9c4325ae76baaad025ae368d71dff Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:01:52 +0530 Subject: [PATCH 07/54] Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. --- intents/artifactories/facets.yaml | 4 ---- outputs/artifactories/output.facets.yaml | 16 ---------------- 2 files changed, 20 deletions(-) delete mode 100644 intents/artifactories/facets.yaml delete mode 100644 outputs/artifactories/output.facets.yaml diff --git a/intents/artifactories/facets.yaml b/intents/artifactories/facets.yaml deleted file mode 100644 index e7fb093e2..000000000 --- a/intents/artifactories/facets.yaml +++ /dev/null @@ -1,4 +0,0 @@ -name: artifactories -type: default -displayName: Artifactories -description: Provides an Artifactories resource for creating Container Registry secrets within the cluster. diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml deleted file mode 100644 index 17e486d1f..000000000 --- a/outputs/artifactories/output.facets.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: artifactories -out: - type: object - title: Artifactories - description: Artifactories Attributes - properties: - attributes: - registry_secrets_list: - required: true - type: array - description: The List of Container Registry k8s secrets - registry_secret_objects: - required: true - type: object - description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" - interfaces: From b85756cdfcb2aed208b3e1ce5363475625b473b7 Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:32:09 +0530 Subject: [PATCH 08/54] [S73] Feature: Per-Instance Artifactories Module (#215) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * added intent level output --- intents/artifactories/facets.yaml | 8 ++++++++ outputs/artifactories/output.facets.yaml | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 intents/artifactories/facets.yaml create mode 100644 outputs/artifactories/output.facets.yaml diff --git a/intents/artifactories/facets.yaml b/intents/artifactories/facets.yaml new file mode 100644 index 000000000..dc7873059 --- /dev/null +++ b/intents/artifactories/facets.yaml @@ -0,0 +1,8 @@ +name: artifactories +type: default +displayName: Artifactories +description: Provides an Artifactories resource for creating Container Registry secrets within the cluster. +outputs: + - name: default + type: "@output/artifactories" + diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml new file mode 100644 index 000000000..17e486d1f --- /dev/null +++ b/outputs/artifactories/output.facets.yaml @@ -0,0 +1,16 @@ +name: artifactories +out: + type: object + title: Artifactories + description: Artifactories Attributes + properties: + attributes: + registry_secrets_list: + required: true + type: array + description: The List of Container Registry k8s secrets + registry_secret_objects: + required: true + type: object + description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" + interfaces: From e7d2ec73612f68ab1c3bc1058374b3142d762aef Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Wed, 29 Jan 2025 16:28:40 +0530 Subject: [PATCH 09/54] Artifactories Terraform Module (#228) * added artifactories module * updates to vault module * removed facets yaml outputs * added gitignore files * Cleaned up ignored files * Cleaned up ignored files * Cleaned up ignored files * added artifactories module * updated to vault facets.yaml * terraform fmt * deleted zip_modules.py * updated module source --- modules/artifactories/default/0.1/facets.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/artifactories/default/0.1/facets.yaml b/modules/artifactories/default/0.1/facets.yaml index 92f50b577..e03c31717 100644 --- a/modules/artifactories/default/0.1/facets.yaml +++ b/modules/artifactories/default/0.1/facets.yaml @@ -57,3 +57,10 @@ sample: disabled: true spec: include_all: false +inputs: + kubernetes_details: + optional: false + type: "@output/kubernetes" + default: + resource_type: kubernetes_cluster + resource_name: default From ac9e1dff484776cd167e639dd29ab839afd1add4 Mon Sep 17 00:00:00 2001 From: ishaankalra Date: Mon, 3 Feb 2025 12:57:43 +0530 Subject: [PATCH 10/54] updated to work with github app (cherry picked from commit 122c9dc28b355bfe612e98f026decf2195beb507) --- .github/workflows/cherry-pick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cherry-pick.yml b/.github/workflows/cherry-pick.yml index 03ca6df20..1191f5ede 100644 --- a/.github/workflows/cherry-pick.yml +++ b/.github/workflows/cherry-pick.yml @@ -105,4 +105,4 @@ jobs: channel-id: ${{ secrets.CHANNEL_ID }} slack-message: ' cherry-picked to ref .' env: - SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }} \ No newline at end of file + SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }} From 06b94678833a587ef5f6ee1e9cf9125b05bbda38 Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:57:32 +0530 Subject: [PATCH 11/54] Innersourcing workflows (#230) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch --- .github/workflows/zip_modules.py | 84 ++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 .github/workflows/zip_modules.py diff --git a/.github/workflows/zip_modules.py b/.github/workflows/zip_modules.py new file mode 100644 index 000000000..a96c67c47 --- /dev/null +++ b/.github/workflows/zip_modules.py @@ -0,0 +1,84 @@ +import json +import os +import zipfile +import yaml +import boto3 +from boto3.session import Session +from concurrent.futures import ThreadPoolExecutor, as_completed + +# Load index.json file +with open('index.json') as f: + data = json.load(f) + +# Create a root zips directory +zip_root_dir = 'zips' +os.makedirs(zip_root_dir, exist_ok=True) + +def upload_to_s3(file_path, s3_client, bucket_name, s3_key): + s3_client.upload_file(file_path, bucket_name, s3_key) + +# Create a boto3 S3 client using environment variables for credentials +session = Session( + aws_access_key_id=os.environ.get('AWS_ACCESS_KEY_ID'), + aws_secret_access_key=os.environ.get('AWS_SECRET_ACCESS_KEY') +) +s3_client = session.client('s3') + +# Initialize a ThreadPoolExecutor for concurrent uploads +with ThreadPoolExecutor() as executor: + # This will hold all future upload tasks + upload_futures = [] + + # Go through each entry in the JSON data + for entry in data: + relative_path = entry['relativePath'] + + # Check if there are any .tf or .tf.json files in the relative path + terraform_files = [file for file in os.listdir(relative_path) if file.endswith('.tf') or file.endswith('.tf.json')] + + if terraform_files: + # Construct the path to facets.yaml + facets_yaml_path = os.path.join(relative_path, 'facets.yaml') + + # Check if facets.yaml exists + if os.path.exists(facets_yaml_path): + # Load facets.yaml file + with open(facets_yaml_path) as yaml_file: + facets_data = yaml.safe_load(yaml_file) + + # Extract intent, flavor, and version + intent = facets_data.get('intent') + flavor = facets_data.get('flavor') + version = facets_data.get('version') + + # Check if all required fields are present + if intent and flavor and version: + print(f"Zipping intent {intent} flavor {flavor} version {version}") + # Create the target zip file path + zip_dir_path = os.path.join(zip_root_dir, intent, flavor, version) + os.makedirs(zip_dir_path, exist_ok=True) + + # Create zip file name + zip_file_name = os.path.join(zip_dir_path, 'module.zip') + + # Create the zip file + with zipfile.ZipFile(zip_file_name, 'w') as zipf: + # Walk through the directory and add files + for root, _, files in os.walk(relative_path): + for file in files: + file_path = os.path.join(root, file) + # Write the file into the zip, preserving the original structure + zipf.write(file_path, os.path.relpath(file_path, os.path.dirname(relative_path))) + + # Prepare to upload the zip file to S3 + s3_key = os.path.relpath(zip_file_name, zip_root_dir) # Path within the S3 bucket + print(f"Uploading {s3_key}") + + # Fire a thread to upload the zip file to S3 + upload_future = executor.submit(upload_to_s3, zip_file_name, s3_client, s3_bucket_name, s3_key) + + upload_futures.append(upload_future) + + # Wait for all upload tasks to complete + for future in as_completed(upload_futures): + future.result() # This will raise any exceptions that occurred during the upload From 713ec1cbe2dea1f25b64691ae38e07b2d2fd7846 Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:14:50 +0530 Subject: [PATCH 12/54] Innersourcing workflows update (#231) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch * Add dependency installation step to publish workflow. * added support for optional variable branch * added support for install dependencies * Add S3 bucket name to zip_modules.py. * updated workflow and create a new directory to zip modules * updated workflow and create a new directory to zip modules * updated workflow and create a new directory to zip modules * Update requirements.txt to include only necessary external dependencies. * posting success message to slack channel * removed the development branch support * changes * changes * deleted zip modules previous file * Update publish workflow to use S3_BUCKET_NAME from workflow variable. * Update zip_modules.py to use S3 bucket name from environment variable. --- .github/workflows/zip_modules/requirements.txt | 2 ++ .github/workflows/{ => zip_modules}/zip_modules.py | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .github/workflows/zip_modules/requirements.txt rename .github/workflows/{ => zip_modules}/zip_modules.py (95%) diff --git a/.github/workflows/zip_modules/requirements.txt b/.github/workflows/zip_modules/requirements.txt new file mode 100644 index 000000000..1c1ad0a42 --- /dev/null +++ b/.github/workflows/zip_modules/requirements.txt @@ -0,0 +1,2 @@ +boto3 +pyyaml diff --git a/.github/workflows/zip_modules.py b/.github/workflows/zip_modules/zip_modules.py similarity index 95% rename from .github/workflows/zip_modules.py rename to .github/workflows/zip_modules/zip_modules.py index a96c67c47..97532a243 100644 --- a/.github/workflows/zip_modules.py +++ b/.github/workflows/zip_modules/zip_modules.py @@ -10,6 +10,9 @@ with open('index.json') as f: data = json.load(f) +# Specify your AWS S3 bucket from environment variable +s3_bucket_name = os.environ.get('S3_BUCKET_NAME') # Bucket name sourced from environment variables + # Create a root zips directory zip_root_dir = 'zips' os.makedirs(zip_root_dir, exist_ok=True) From 744add03177386fc110151e2baca8666ffd49f4f Mon Sep 17 00:00:00 2001 From: Shashwat Pathak Date: Thu, 14 Nov 2024 16:15:26 +0530 Subject: [PATCH 13/54] if price is 0, exclude from dataset (#174) * if price is 0, exclude from dataset * removed .DS_Store * added generated files --- aws/af-south-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-east-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-northeast-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-northeast-2.json | 344 +++++++++++++++++++++++++++++++ aws/ap-northeast-3.json | 344 +++++++++++++++++++++++++++++++ aws/ap-south-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-south-2.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-1.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-2.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-3.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-4.json | 344 +++++++++++++++++++++++++++++++ aws/ap-southeast-5.json | 179 ++++++++++++++++ aws/ca-central-1.json | 344 +++++++++++++++++++++++++++++++ aws/ca-west-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-central-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-central-2.json | 344 +++++++++++++++++++++++++++++++ aws/eu-north-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-south-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-south-2.json | 344 +++++++++++++++++++++++++++++++ aws/eu-west-1.json | 344 +++++++++++++++++++++++++++++++ aws/eu-west-2.json | 344 +++++++++++++++++++++++++++++++ aws/eu-west-3.json | 344 +++++++++++++++++++++++++++++++ aws/il-central-1.json | 344 +++++++++++++++++++++++++++++++ aws/me-central-1.json | 344 +++++++++++++++++++++++++++++++ aws/me-south-1.json | 344 +++++++++++++++++++++++++++++++ aws/sa-east-1.json | 344 +++++++++++++++++++++++++++++++ aws/us-east-1.json | 344 +++++++++++++++++++++++++++++++ aws/us-east-2.json | 344 +++++++++++++++++++++++++++++++ aws/us-gov-east-1.json | 179 ++++++++++++++++ aws/us-gov-west-1.json | 179 ++++++++++++++++ aws/us-west-1.json | 344 +++++++++++++++++++++++++++++++ aws/us-west-2.json | 344 +++++++++++++++++++++++++++++++ azure/australiacentral.json | 320 ++++++++++++++++++++++++++++ azure/australiacentral2.json | 320 ++++++++++++++++++++++++++++ azure/australiaeast.json | 320 ++++++++++++++++++++++++++++ azure/australiasoutheast.json | 320 ++++++++++++++++++++++++++++ azure/brazilsouth.json | 320 ++++++++++++++++++++++++++++ azure/brazilsoutheast.json | 320 ++++++++++++++++++++++++++++ azure/canadacentral.json | 320 ++++++++++++++++++++++++++++ azure/canadaeast.json | 320 ++++++++++++++++++++++++++++ azure/centralindia.json | 320 ++++++++++++++++++++++++++++ azure/centralus.json | 320 ++++++++++++++++++++++++++++ azure/eastasia.json | 320 ++++++++++++++++++++++++++++ azure/eastus.json | 320 ++++++++++++++++++++++++++++ azure/eastus2.json | 320 ++++++++++++++++++++++++++++ azure/francecentral.json | 320 ++++++++++++++++++++++++++++ azure/francesouth.json | 320 ++++++++++++++++++++++++++++ azure/germanynorth.json | 320 ++++++++++++++++++++++++++++ azure/germanywestcentral.json | 320 ++++++++++++++++++++++++++++ azure/israelcentral.json | 320 ++++++++++++++++++++++++++++ azure/italynorth.json | 320 ++++++++++++++++++++++++++++ azure/japaneast.json | 320 ++++++++++++++++++++++++++++ azure/japanwest.json | 320 ++++++++++++++++++++++++++++ azure/jioindiawest.json | 167 +++++++++++++++ azure/koreacentral.json | 320 ++++++++++++++++++++++++++++ azure/koreasouth.json | 320 ++++++++++++++++++++++++++++ azure/mexicocentral.json | 320 ++++++++++++++++++++++++++++ azure/northcentralus.json | 320 ++++++++++++++++++++++++++++ azure/northeurope.json | 320 ++++++++++++++++++++++++++++ azure/norwayeast.json | 320 ++++++++++++++++++++++++++++ azure/norwaywest.json | 320 ++++++++++++++++++++++++++++ azure/polandcentral.json | 320 ++++++++++++++++++++++++++++ azure/qatarcentral.json | 320 ++++++++++++++++++++++++++++ azure/southafricanorth.json | 320 ++++++++++++++++++++++++++++ azure/southafricawest.json | 320 ++++++++++++++++++++++++++++ azure/southcentralus.json | 320 ++++++++++++++++++++++++++++ azure/southeastasia.json | 320 ++++++++++++++++++++++++++++ azure/southindia.json | 320 ++++++++++++++++++++++++++++ azure/spaincentral.json | 320 ++++++++++++++++++++++++++++ azure/swedencentral.json | 320 ++++++++++++++++++++++++++++ azure/switzerlandnorth.json | 320 ++++++++++++++++++++++++++++ azure/switzerlandwest.json | 320 ++++++++++++++++++++++++++++ azure/uaecentral.json | 320 ++++++++++++++++++++++++++++ azure/uaenorth.json | 320 ++++++++++++++++++++++++++++ azure/uksouth.json | 320 ++++++++++++++++++++++++++++ azure/ukwest.json | 320 ++++++++++++++++++++++++++++ azure/usgovarizona.json | 320 ++++++++++++++++++++++++++++ azure/usgovtexas.json | 320 ++++++++++++++++++++++++++++ azure/usgovvirginia.json | 320 ++++++++++++++++++++++++++++ azure/westcentralus.json | 320 ++++++++++++++++++++++++++++ azure/westeurope.json | 320 ++++++++++++++++++++++++++++ azure/westindia.json | 320 ++++++++++++++++++++++++++++ azure/westus.json | 320 ++++++++++++++++++++++++++++ azure/westus2.json | 320 ++++++++++++++++++++++++++++ azure/westus3.json | 320 ++++++++++++++++++++++++++++ gcp/africa-south1.json | 296 ++++++++++++++++++++++++++ gcp/asia-east1.json | 296 ++++++++++++++++++++++++++ gcp/asia-east2.json | 296 ++++++++++++++++++++++++++ gcp/asia-northeast1.json | 296 ++++++++++++++++++++++++++ gcp/asia-northeast2.json | 296 ++++++++++++++++++++++++++ gcp/asia-northeast3.json | 296 ++++++++++++++++++++++++++ gcp/asia-south1.json | 296 ++++++++++++++++++++++++++ gcp/asia-south2.json | 296 ++++++++++++++++++++++++++ gcp/asia-southeast1.json | 296 ++++++++++++++++++++++++++ gcp/asia-southeast2.json | 296 ++++++++++++++++++++++++++ gcp/australia-southeast1.json | 296 ++++++++++++++++++++++++++ gcp/australia-southeast2.json | 296 ++++++++++++++++++++++++++ gcp/europe-central2.json | 296 ++++++++++++++++++++++++++ gcp/europe-north1.json | 296 ++++++++++++++++++++++++++ gcp/europe-southwest1.json | 296 ++++++++++++++++++++++++++ gcp/europe-west1.json | 296 ++++++++++++++++++++++++++ gcp/europe-west10.json | 296 ++++++++++++++++++++++++++ gcp/europe-west12.json | 296 ++++++++++++++++++++++++++ gcp/europe-west2.json | 296 ++++++++++++++++++++++++++ gcp/europe-west3.json | 296 ++++++++++++++++++++++++++ gcp/europe-west4.json | 296 ++++++++++++++++++++++++++ gcp/europe-west6.json | 296 ++++++++++++++++++++++++++ gcp/europe-west8.json | 296 ++++++++++++++++++++++++++ gcp/europe-west9.json | 296 ++++++++++++++++++++++++++ gcp/me-central1.json | 296 ++++++++++++++++++++++++++ gcp/me-central2.json | 296 ++++++++++++++++++++++++++ gcp/me-west1.json | 296 ++++++++++++++++++++++++++ gcp/northamerica-northeast1.json | 296 ++++++++++++++++++++++++++ gcp/northamerica-northeast2.json | 296 ++++++++++++++++++++++++++ gcp/northamerica-south1.json | 296 ++++++++++++++++++++++++++ gcp/southamerica-east1.json | 296 ++++++++++++++++++++++++++ gcp/southamerica-west1.json | 296 ++++++++++++++++++++++++++ gcp/us-central1.json | 296 ++++++++++++++++++++++++++ gcp/us-east1.json | 296 ++++++++++++++++++++++++++ gcp/us-east4.json | 296 ++++++++++++++++++++++++++ gcp/us-east5.json | 296 ++++++++++++++++++++++++++ gcp/us-south1.json | 296 ++++++++++++++++++++++++++ gcp/us-west1.json | 296 ++++++++++++++++++++++++++ gcp/us-west2.json | 296 ++++++++++++++++++++++++++ gcp/us-west3.json | 296 ++++++++++++++++++++++++++ gcp/us-west4.json | 296 ++++++++++++++++++++++++++ 126 files changed, 39456 insertions(+) create mode 100644 aws/af-south-1.json create mode 100644 aws/ap-east-1.json create mode 100644 aws/ap-northeast-1.json create mode 100644 aws/ap-northeast-2.json create mode 100644 aws/ap-northeast-3.json create mode 100644 aws/ap-south-1.json create mode 100644 aws/ap-south-2.json create mode 100644 aws/ap-southeast-1.json create mode 100644 aws/ap-southeast-2.json create mode 100644 aws/ap-southeast-3.json create mode 100644 aws/ap-southeast-4.json create mode 100644 aws/ap-southeast-5.json create mode 100644 aws/ca-central-1.json create mode 100644 aws/ca-west-1.json create mode 100644 aws/eu-central-1.json create mode 100644 aws/eu-central-2.json create mode 100644 aws/eu-north-1.json create mode 100644 aws/eu-south-1.json create mode 100644 aws/eu-south-2.json create mode 100644 aws/eu-west-1.json create mode 100644 aws/eu-west-2.json create mode 100644 aws/eu-west-3.json create mode 100644 aws/il-central-1.json create mode 100644 aws/me-central-1.json create mode 100644 aws/me-south-1.json create mode 100644 aws/sa-east-1.json create mode 100644 aws/us-east-1.json create mode 100644 aws/us-east-2.json create mode 100644 aws/us-gov-east-1.json create mode 100644 aws/us-gov-west-1.json create mode 100644 aws/us-west-1.json create mode 100644 aws/us-west-2.json create mode 100644 azure/australiacentral.json create mode 100644 azure/australiacentral2.json create mode 100644 azure/australiaeast.json create mode 100644 azure/australiasoutheast.json create mode 100644 azure/brazilsouth.json create mode 100644 azure/brazilsoutheast.json create mode 100644 azure/canadacentral.json create mode 100644 azure/canadaeast.json create mode 100644 azure/centralindia.json create mode 100644 azure/centralus.json create mode 100644 azure/eastasia.json create mode 100644 azure/eastus.json create mode 100644 azure/eastus2.json create mode 100644 azure/francecentral.json create mode 100644 azure/francesouth.json create mode 100644 azure/germanynorth.json create mode 100644 azure/germanywestcentral.json create mode 100644 azure/israelcentral.json create mode 100644 azure/italynorth.json create mode 100644 azure/japaneast.json create mode 100644 azure/japanwest.json create mode 100644 azure/jioindiawest.json create mode 100644 azure/koreacentral.json create mode 100644 azure/koreasouth.json create mode 100644 azure/mexicocentral.json create mode 100644 azure/northcentralus.json create mode 100644 azure/northeurope.json create mode 100644 azure/norwayeast.json create mode 100644 azure/norwaywest.json create mode 100644 azure/polandcentral.json create mode 100644 azure/qatarcentral.json create mode 100644 azure/southafricanorth.json create mode 100644 azure/southafricawest.json create mode 100644 azure/southcentralus.json create mode 100644 azure/southeastasia.json create mode 100644 azure/southindia.json create mode 100644 azure/spaincentral.json create mode 100644 azure/swedencentral.json create mode 100644 azure/switzerlandnorth.json create mode 100644 azure/switzerlandwest.json create mode 100644 azure/uaecentral.json create mode 100644 azure/uaenorth.json create mode 100644 azure/uksouth.json create mode 100644 azure/ukwest.json create mode 100644 azure/usgovarizona.json create mode 100644 azure/usgovtexas.json create mode 100644 azure/usgovvirginia.json create mode 100644 azure/westcentralus.json create mode 100644 azure/westeurope.json create mode 100644 azure/westindia.json create mode 100644 azure/westus.json create mode 100644 azure/westus2.json create mode 100644 azure/westus3.json create mode 100644 gcp/africa-south1.json create mode 100644 gcp/asia-east1.json create mode 100644 gcp/asia-east2.json create mode 100644 gcp/asia-northeast1.json create mode 100644 gcp/asia-northeast2.json create mode 100644 gcp/asia-northeast3.json create mode 100644 gcp/asia-south1.json create mode 100644 gcp/asia-south2.json create mode 100644 gcp/asia-southeast1.json create mode 100644 gcp/asia-southeast2.json create mode 100644 gcp/australia-southeast1.json create mode 100644 gcp/australia-southeast2.json create mode 100644 gcp/europe-central2.json create mode 100644 gcp/europe-north1.json create mode 100644 gcp/europe-southwest1.json create mode 100644 gcp/europe-west1.json create mode 100644 gcp/europe-west10.json create mode 100644 gcp/europe-west12.json create mode 100644 gcp/europe-west2.json create mode 100644 gcp/europe-west3.json create mode 100644 gcp/europe-west4.json create mode 100644 gcp/europe-west6.json create mode 100644 gcp/europe-west8.json create mode 100644 gcp/europe-west9.json create mode 100644 gcp/me-central1.json create mode 100644 gcp/me-central2.json create mode 100644 gcp/me-west1.json create mode 100644 gcp/northamerica-northeast1.json create mode 100644 gcp/northamerica-northeast2.json create mode 100644 gcp/northamerica-south1.json create mode 100644 gcp/southamerica-east1.json create mode 100644 gcp/southamerica-west1.json create mode 100644 gcp/us-central1.json create mode 100644 gcp/us-east1.json create mode 100644 gcp/us-east4.json create mode 100644 gcp/us-east5.json create mode 100644 gcp/us-south1.json create mode 100644 gcp/us-west1.json create mode 100644 gcp/us-west2.json create mode 100644 gcp/us-west3.json create mode 100644 gcp/us-west4.json diff --git a/aws/af-south-1.json b/aws/af-south-1.json new file mode 100644 index 000000000..b75905929 --- /dev/null +++ b/aws/af-south-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.824, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.912, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.912, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.936, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2744122448979592, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2958377358490566, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3006584905660378, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32654259259259255, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.206, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.217, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.228, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.228, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06835652173913044, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.xlarge", + "InstanceType": "c5ad.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07273111111111111, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07526444444444445, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07684418604651162, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.412, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4339, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.456, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.456, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.13171458333333333, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1396132075471698, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16636785714285712, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17354423076923078, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-east-1.json b/aws/ap-east-1.json new file mode 100644 index 000000000..23441f3b4 --- /dev/null +++ b/aws/ap-east-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7776, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3.4xlarge", + "InstanceType": "i3.4xlarge", + "Memory": 124928, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20698333333333332, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21689666666666665, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "g4dn.4xlarge", + "InstanceType": "g4dn.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.22506222222222225, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23421351351351352, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.194, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1944, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.216, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.216, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.xlarge", + "InstanceType": "m5d.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05148958333333333, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3.xlarge", + "InstanceType": "i3.xlarge", + "Memory": 31232, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05460204081632653, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06170975609756098, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06238965517241379, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.388, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3888, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.432, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.432, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06733157894736841, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12404285714285714, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.128765, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12922972972972974, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-northeast-1.json b/aws/ap-northeast-1.json new file mode 100644 index 000000000..8066b41bc --- /dev/null +++ b/aws/ap-northeast-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7704, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.85386, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3163448979591837, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3279918367346939, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.334754, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.33480638297872345, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1926, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1958, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21347, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06853214285714286, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08313170731707317, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08335, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08527826086956522, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.384, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3852, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3917, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.42693, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14406969696969696, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15642121212121213, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15886734693877552, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16108604651162792, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-northeast-2.json b/aws/ap-northeast-2.json new file mode 100644 index 000000000..7b8fbee86 --- /dev/null +++ b/aws/ap-northeast-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.688, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76608, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.768, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.768, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10284137931034483, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "g3.4xlarge", + "InstanceType": "g3.4xlarge", + "Memory": 124928, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16359565217391306, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16658833333333334, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20102542372881357, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.172, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1872, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19152, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.192, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04868275862068965, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.059319565217391304, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.059901923076923075, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0619764705882353, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3744, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38304, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.384, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05999310344827586, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08738620689655172, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09504222222222224, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10422307692307692, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-northeast-3.json b/aws/ap-northeast-3.json new file mode 100644 index 000000000..2e62fdd40 --- /dev/null +++ b/aws/ap-northeast-3.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.976, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.992, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.30009375, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3021471698113207, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.331526, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m4.4xlarge", + "InstanceType": "m4.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3518764705882353, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.214, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.214, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2176, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2432, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07302075471698113, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07583877551020408, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07617391304347826, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c4.xlarge", + "InstanceType": "c4.xlarge", + "Memory": 7680, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08229285714285714, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.428, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.428, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4352, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4864, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14941458333333332, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15113333333333331, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15190208333333333, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16474999999999998, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-south-1.json b/aws/ap-south-1.json new file mode 100644 index 000000000..0a5010e48 --- /dev/null +++ b/aws/ap-south-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.374, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.376, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.444, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4444, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11515294117647058, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18812727272727273, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1929288888888889, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.196772, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0935, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.094, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0986, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.xlarge", + "InstanceType": "m5a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.111, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.03454893617021276, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.042469230769230766, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05260697674418604, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.xlarge", + "InstanceType": "m5a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05382142857142857, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.187, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.188, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1971, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.2xlarge", + "InstanceType": "m5a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.222, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07176190476190476, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08040392156862745, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09338095238095238, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09438529411764705, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-south-2.json b/aws/ap-south-2.json new file mode 100644 index 000000000..99f436825 --- /dev/null +++ b/aws/ap-south-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4444, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.792, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.152434, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.22332291666666668, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.22393269230769233, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25843541666666664, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1111, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1792, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0386843137254902, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05555217391304348, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05567391304347826, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05914878048780488, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.2xlarge", + "InstanceType": "m6a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2222, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.34, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.34, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3584, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "m6a.2xlarge", + "InstanceType": "m6a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08069230769230769, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11099999999999999, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.113336, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11993061224489796, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-1.json b/aws/ap-southeast-1.json new file mode 100644 index 000000000..83122a8a5 --- /dev/null +++ b/aws/ap-southeast-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.704, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7056, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7822, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.784, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25452340425531916, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25492608695652175, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25818490566037733, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.27842500000000003, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.176, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1764, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1888, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19555, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06497619047619048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.xlarge", + "InstanceType": "c6id.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07239555555555556, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07361111111111111, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07608181818181818, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.352, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3528, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3776, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3911, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1368859649122807, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.13845681818181818, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15102083333333333, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15413829787234043, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-2.json b/aws/ap-southeast-2.json new file mode 100644 index 000000000..d11478e38 --- /dev/null +++ b/aws/ap-southeast-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7992, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.29988750000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.313686, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.33278199999999997, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.33478, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1901, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1998, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07172954545454545, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07824255319148936, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08365777777777778, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08557291666666667, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3802, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3996, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14805625, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15685510204081632, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.158825, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16611599999999999, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-3.json b/aws/ap-southeast-3.json new file mode 100644 index 000000000..33b1b1112 --- /dev/null +++ b/aws/ap-southeast-3.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.784, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.896, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.96, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.96, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5n.4xlarge", + "InstanceType": "c5n.4xlarge", + "Memory": 43008, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15630789473684212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i4i.4xlarge", + "InstanceType": "i4i.4xlarge", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1723957446808511, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17885370370370368, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "r7i.4xlarge", + "InstanceType": "r7i.4xlarge", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1960586956521739, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.196, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.224, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.xlarge", + "InstanceType": "m5d.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.02885348837209302, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i4i.xlarge", + "InstanceType": "i4i.xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05005263157894737, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3.xlarge", + "InstanceType": "i3.xlarge", + "Memory": 31232, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.050314, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5n.xlarge", + "InstanceType": "c5n.xlarge", + "Memory": 10752, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05851219512195122, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.392, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.448, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.48, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05564444444444444, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3.2xlarge", + "InstanceType": "i3.2xlarge", + "Memory": 62464, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08554090909090908, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i4i.2xlarge", + "InstanceType": "i4i.2xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08578039215686276, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "i3en.2xlarge", + "InstanceType": "i3en.2xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10964444444444445, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-4.json b/aws/ap-southeast-4.json new file mode 100644 index 000000000..2a187f686 --- /dev/null +++ b/aws/ap-southeast-4.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.888, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.96, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.008, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.4xlarge", + "InstanceType": "m5d.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.136, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1389084745762712, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15818909090909092, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.4xlarge", + "InstanceType": "m5d.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18184, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c6in.4xlarge", + "InstanceType": "c6in.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.189035593220339, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.222, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.252, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0340188679245283, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04575384615384615, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c6in.xlarge", + "InstanceType": "c6in.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04870847457627119, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.xlarge", + "InstanceType": "m5d.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04876274509803921, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.444, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.48, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.504, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.068618, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c6in.2xlarge", + "InstanceType": "c6in.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0914655172413793, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.2xlarge", + "InstanceType": "m5d.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09194000000000001, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09725471698113207, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ap-southeast-5.json b/aws/ap-southeast-5.json new file mode 100644 index 000000000..ef8d52cec --- /dev/null +++ b/aws/ap-southeast-5.json @@ -0,0 +1,179 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6664, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.69976, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.4xlarge", + "InstanceType": "c6id.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.79968, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + } + ], + "spot": [] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1666, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17494, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1901, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.xlarge", + "InstanceType": "c6id.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19992, + "tags": [] + } + ], + "spot": [] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3332, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.34988, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3802, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.2xlarge", + "InstanceType": "c6id.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.39984, + "tags": [] + } + ], + "spot": [] + } +} \ No newline at end of file diff --git a/aws/ca-central-1.json b/aws/ca-central-1.json new file mode 100644 index 000000000..2a72f8f68 --- /dev/null +++ b/aws/ca-central-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6696, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.672, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.74214, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.744, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.246008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.258626, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26186000000000004, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26208297872340425, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.167, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1674, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.168, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18554, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06845454545454545, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06870833333333333, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.068722, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06906458333333333, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3341, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3348, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.336, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.37107, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12054000000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.122988, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12796363636363636, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.13219583333333332, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/ca-west-1.json b/aws/ca-west-1.json new file mode 100644 index 000000000..6eea09b32 --- /dev/null +++ b/aws/ca-west-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.744, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.744, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.856, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3306383333333333, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.36528, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.4xlarge", + "InstanceType": "c6id.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38957037037037034, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4079276595744681, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1856, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.186, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.186, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.214, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08370454545454545, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0843234375, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08967333333333334, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.xlarge", + "InstanceType": "c6id.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09662222222222222, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3712, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.372, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.372, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.428, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16837708333333334, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1684263157894737, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18910740740740742, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.2xlarge", + "InstanceType": "m6i.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21251250000000002, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-central-1.json b/aws/eu-central-1.json new file mode 100644 index 000000000..d60b387a9 --- /dev/null +++ b/aws/eu-central-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.696, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6984, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.77406, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.776, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1347121212121212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19669545454545456, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24041627906976742, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2559021739130435, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1728, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.174, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1746, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.192, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.03441034482758621, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06491666666666666, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06762926829268293, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0694081081081081, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3456, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.348, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3492, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.384, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.062338235294117646, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1256609756097561, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12830666666666665, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1321263157894737, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-central-2.json b/aws/eu-central-2.json new file mode 100644 index 000000000..852790462 --- /dev/null +++ b/aws/eu-central-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.854, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.977, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.012, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.012, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2085468085106383, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.25204489795918367, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6id.4xlarge", + "InstanceType": "m6id.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2897127272727273, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.4xlarge", + "InstanceType": "m5d.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3049142857142857, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.213, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.244, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.253, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05462549019607843, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.059710869565217393, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06179512195121951, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06945, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.427, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.488, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.506, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10213673469387755, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12152830188679245, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12484905660377359, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1523258620689655, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-north-1.json b/aws/eu-north-1.json new file mode 100644 index 000000000..722815d27 --- /dev/null +++ b/aws/eu-north-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.656, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.72618, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1976607843137255, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20704807692307695, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24389038461538462, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2580446808510638, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.164, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1728, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18155, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.182, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05322765957446809, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0587063829787234, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.060780769230769235, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.061806818181818185, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.328, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3456, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.36309, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.364, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09958600000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10488181818181817, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10620285714285714, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10787954545454545, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-south-1.json b/aws/eu-south-1.json new file mode 100644 index 000000000..ed7199c66 --- /dev/null +++ b/aws/eu-south-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8064, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1607111111111111, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16253454545454546, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16438775510204082, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1745603448275862, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1725, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.182, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1917, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2016, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04803777777777778, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04906122448979592, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04923703703703703, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.050795, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.345, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.364, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3834, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.2xlarge", + "InstanceType": "m6a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4032, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07927142857142858, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0841391304347826, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.2xlarge", + "InstanceType": "m6a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08483962264150943, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08805283018867925, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-south-2.json b/aws/eu-south-2.json new file mode 100644 index 000000000..599aae58e --- /dev/null +++ b/aws/eu-south-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76608, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.768, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8064, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m7i-flex.4xlarge", + "InstanceType": "m7i-flex.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.85384, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20692745098039217, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.20841923076923077, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21753541666666665, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2211050847457627, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1824, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19152, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.192, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2016, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04788205128205128, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.050104166666666665, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05450434782608696, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m7i-flex.xlarge", + "InstanceType": "m7i-flex.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05695576923076923, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3648, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38304, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.384, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4032, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0984078431372549, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10190392156862745, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10422777777777778, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m7i-flex.2xlarge", + "InstanceType": "m7i-flex.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11338571428571428, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-west-1.json b/aws/eu-west-1.json new file mode 100644 index 000000000..6b0acd389 --- /dev/null +++ b/aws/eu-west-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.65664, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.688, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.72778, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7296, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2893872340425532, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32447551020408166, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32498125, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.33666734693877554, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1632, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16416, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.172, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.18194, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0693235294117647, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07338, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.080806, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08222340425531915, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3264, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32832, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.344, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.36389, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14221111111111112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14263673469387755, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15946666666666667, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.2xlarge", + "InstanceType": "c7i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16337234042553192, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-west-2.json b/aws/eu-west-2.json new file mode 100644 index 000000000..eb881d355 --- /dev/null +++ b/aws/eu-west-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7272, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7992, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26082500000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2854056603773585, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.28835102040816324, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.290838, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1699, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1818, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.182, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1888, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06471875, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06837551020408163, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.xlarge", + "InstanceType": "c7i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07277916666666666, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0729265306122449, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3398, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3636, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.364, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3776, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12524565217391306, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1299537037037037, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.13084901960784315, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14303636363636363, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/eu-west-3.json b/aws/eu-west-3.json new file mode 100644 index 000000000..72076a960 --- /dev/null +++ b/aws/eu-west-3.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.728, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.80598, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.28041875, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.288706, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.30808372093023256, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.31006, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1699, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.182, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1888, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2015, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06707755102040816, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0736673076923077, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07543000000000001, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0765469387755102, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3398, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.364, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3776, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.40299, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1357357142857143, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14082, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1436204081632653, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15072391304347826, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/il-central-1.json b/aws/il-central-1.json new file mode 100644 index 000000000..dbed1c81d --- /dev/null +++ b/aws/il-central-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76608, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.806, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8988, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.899, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.320034693877551, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.34259074074074075, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3887283333333333, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.391478, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1715, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19152, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1917, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.202, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0722195652173913, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08177111111111111, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0821875, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.08635660377358491, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.343, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38304, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3834, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.403, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.144742, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1639326923076923, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.16575636363636365, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.17400754716981132, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/me-central-1.json b/aws/me-central-1.json new file mode 100644 index 000000000..eeb8523c3 --- /dev/null +++ b/aws/me-central-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.845, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.9416, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.4xlarge", + "InstanceType": "m5.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.942, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.959, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23115535714285712, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.4xlarge", + "InstanceType": "c5d.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2681566037735849, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-2", + "CanonicalName": "c6in.4xlarge", + "InstanceType": "c6in.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2908214285714286, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.4xlarge", + "InstanceType": "m6i.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.32857777777777775, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2006, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.211, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.235, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2354, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.060390697674418604, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.xlarge", + "InstanceType": "m6i.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06377173913043478, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.xlarge", + "InstanceType": "m5.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07011627906976745, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.xlarge", + "InstanceType": "c5d.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07052888888888889, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4013, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.422, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.2xlarge", + "InstanceType": "m6i.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4708, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5.2xlarge", + "InstanceType": "m5.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.471, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.10139818181818182, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5d.2xlarge", + "InstanceType": "c5d.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14287608695652174, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.14548703703703703, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m6i.2xlarge", + "InstanceType": "m6i.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1649, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/me-south-1.json b/aws/me-south-1.json new file mode 100644 index 000000000..90c0f8327 --- /dev/null +++ b/aws/me-south-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8448, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.845, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.864, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2296642857142857, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23583529411764706, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23782115384615385, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.4xlarge", + "InstanceType": "c5ad.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24594000000000002, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2006, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.211, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2112, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.057529787234042555, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05859545454545454, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.xlarge", + "InstanceType": "c6i.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.0606566037735849, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.xlarge", + "InstanceType": "c5ad.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06078039215686275, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4013, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.422, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4224, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11018983050847457, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11637826086956521, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12156739130434784, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5ad.2xlarge", + "InstanceType": "c5ad.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12647962962962964, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/sa-east-1.json b/aws/sa-east-1.json new file mode 100644 index 000000000..e58ea27f7 --- /dev/null +++ b/aws/sa-east-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.9432, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.944, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.04538, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 1.048, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.117022, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c4.4xlarge", + "InstanceType": "c4.4xlarge", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12449615384615384, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.4xlarge", + "InstanceType": "c6id.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1538030303030303, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m4.4xlarge", + "InstanceType": "m4.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15509714285714285, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2358, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.236, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2419, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26135, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.xlarge", + "InstanceType": "c6id.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.03368076923076923, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.xlarge", + "InstanceType": "inf1.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04024166666666667, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.xlarge", + "InstanceType": "c7i-flex.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05886190476190476, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "m5d.xlarge", + "InstanceType": "m5d.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.061112, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4716, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.472, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.4838, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.52269, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c7i-flex.2xlarge", + "InstanceType": "c7i-flex.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05579038461538462, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06118571428571429, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06157173913043478, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6id.2xlarge", + "InstanceType": "c6id.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06933055555555555, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/us-east-1.json b/aws/us-east-1.json new file mode 100644 index 000000000..f2024d3f0 --- /dev/null +++ b/aws/us-east-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.612, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.616, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6783, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23843452380952382, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2438170731707317, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24848795180722894, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2487951219512195, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.153, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.154, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1664, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.042712820512820514, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "r6a.xlarge", + "InstanceType": "r6a.xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04593157894736842, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05585679012345679, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05780151515151515, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.306, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.308, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3328, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.09256464646464646, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11446800000000001, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1191132530120482, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12180256410256411, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/us-east-2.json b/aws/us-east-2.json new file mode 100644 index 000000000..abf0007ce --- /dev/null +++ b/aws/us-east-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.612, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.616, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6783, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24162916666666667, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.24807872340425532, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2507107142857143, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.26798125, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.153, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.154, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1664, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05927291666666667, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.059667391304347825, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06158888888888889, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.06434565217391304, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.306, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.308, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3328, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11067750000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11534901960784315, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-east-2", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.119276, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12398936170212765, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/us-gov-east-1.json b/aws/us-gov-east-1.json new file mode 100644 index 000000000..927de740e --- /dev/null +++ b/aws/us-gov-east-1.json @@ -0,0 +1,179 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.736, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c7i.4xlarge", + "InstanceType": "c7i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8568, + "tags": [] + } + ], + "spot": [] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1757, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.184, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1952, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.204, + "tags": [] + } + ], + "spot": [] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3514, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.368, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3904, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-east-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.408, + "tags": [] + } + ], + "spot": [] + } +} \ No newline at end of file diff --git a/aws/us-gov-west-1.json b/aws/us-gov-west-1.json new file mode 100644 index 000000000..a8e5910eb --- /dev/null +++ b/aws/us-gov-west-1.json @@ -0,0 +1,179 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.736, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.872, + "tags": [] + } + ], + "spot": [] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1757, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.184, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1952, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5.xlarge", + "InstanceType": "c5.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.204, + "tags": [] + } + ], + "spot": [] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3514, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.368, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3904, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-gov-west-1", + "CanonicalName": "c5.2xlarge", + "InstanceType": "c5.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.408, + "tags": [] + } + ], + "spot": [] + } +} \ No newline at end of file diff --git a/aws/us-west-1.json b/aws/us-west-1.json new file mode 100644 index 000000000..38943874f --- /dev/null +++ b/aws/us-west-1.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.76, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.7632, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.8064, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.808, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.4xlarge", + "InstanceType": "m6a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.29407428571428573, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.30408857142857143, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m5a.4xlarge", + "InstanceType": "m5a.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.31166875, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3137257142857143, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1786, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1908, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1984, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07343333333333332, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.073934375, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.074703125, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t2.xlarge", + "InstanceType": "t2.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.07771515151515151, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3571, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.38, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3816, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3968, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.12892727272727272, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1368125, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15029375, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.15511944444444445, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/aws/us-west-2.json b/aws/us-west-2.json new file mode 100644 index 000000000..d0b8d0951 --- /dev/null +++ b/aws/us-west-2.json @@ -0,0 +1,344 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.612, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.4xlarge", + "InstanceType": "c5a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.616, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.6783, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "c5.4xlarge", + "InstanceType": "c5.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.68, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.4xlarge", + "InstanceType": "c6i.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.19586451612903225, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "g4dn.4xlarge", + "InstanceType": "g4dn.4xlarge", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.21364897959183674, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.4xlarge", + "InstanceType": "c6a.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.2220507462686567, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "c7i-flex.4xlarge", + "InstanceType": "c7i-flex.4xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.23724848484848485, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.xlarge", + "InstanceType": "t3a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.153, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.xlarge", + "InstanceType": "c5a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.154, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1664, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.xlarge", + "InstanceType": "c6a.xlarge", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.04564761904761905, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.xlarge", + "InstanceType": "t3.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05509344262295082, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "m4.xlarge", + "InstanceType": "m4.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.05518695652173913, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "m6a.xlarge", + "InstanceType": "m6a.xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.055889655172413795, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "t3a.2xlarge", + "InstanceType": "t3a.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.306, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c5a.2xlarge", + "InstanceType": "c5a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.308, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t3.2xlarge", + "InstanceType": "t3.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.3328, + "tags": [] + } + ], + "spot": [ + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "t2.2xlarge", + "InstanceType": "t2.2xlarge", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.101788, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "us-west-2", + "CanonicalName": "inf1.2xlarge", + "InstanceType": "inf1.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11276363636363637, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-southeast-5", + "CanonicalName": "c6i.2xlarge", + "InstanceType": "c6i.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.1131723076923077, + "tags": [] + }, + { + "Architecture": [ + "x86_64" + ], + "BestOnDemandHourPriceRegion": "ap-south-1", + "CanonicalName": "c6a.2xlarge", + "InstanceType": "c6a.2xlarge", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:29:56", + "PaymentType": "OnDemand", + "PricePerHour": 0.11460983606557378, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/australiacentral.json b/azure/australiacentral.json new file mode 100644 index 000000000..8158a5f5a --- /dev/null +++ b/azure/australiacentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.747, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.3", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.748, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.834, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.1344, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.19, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.2", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.337, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.411, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.417, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "East US / -21.1", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/australiacentral2.json b/azure/australiacentral2.json new file mode 100644 index 000000000..0c0472dbd --- /dev/null +++ b/azure/australiacentral2.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.673, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.76, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.822, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0864, + "architecture": "x64", + "bestPriceRegion": "Central India / -28.1", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0888, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0888, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.08958, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.168, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.208, + "architecture": "x64", + "bestPriceRegion": "Central India / -52.7", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0216, + "architecture": "x64", + "bestPriceRegion": "Central India / -28.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0222, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0222, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0222, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.337, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.417, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "East US / -21.1", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0432, + "architecture": "x64", + "bestPriceRegion": "Central India / -28.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0444, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0444, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.04486, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / 0", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/australiaeast.json b/azure/australiaeast.json new file mode 100644 index 000000000..431182005 --- /dev/null +++ b/azure/australiaeast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.673, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.76, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.822, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.1344, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.168, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.19, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.2", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.373, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "East US / -21.1", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/australiasoutheast.json b/azure/australiasoutheast.json new file mode 100644 index 000000000..efc57ddad --- /dev/null +++ b/azure/australiasoutheast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.766, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.84, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.856, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.2", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12474, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.8", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12516, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.3", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13972, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -31.3", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.21, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "Central India / -54", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03094, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.2", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03122, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.9", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03136, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.391, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.42, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.423, + "architecture": "x64", + "bestPriceRegion": "East US / -21.3", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06188, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.2", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0623, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -28.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06258, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.3", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/brazilsouth.json b/azure/brazilsouth.json new file mode 100644 index 000000000..360d79994 --- /dev/null +++ b/azure/brazilsouth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.857, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.952, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.968, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.048, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -35.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.14672, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.14672, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.15456, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.8", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.16072, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -35.2", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.232, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -31", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.242, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.257, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0378, + "architecture": "x64", + "bestPriceRegion": "UK South / -41.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03864, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.464, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -31", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.465, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -62.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.484, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.513, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.07336, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07336, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.07728, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.8", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.07924, + "architecture": "x64", + "bestPriceRegion": "UK South / -42", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/brazilsoutheast.json b/azure/brazilsoutheast.json new file mode 100644 index 000000000..8a074dd7f --- /dev/null +++ b/azure/brazilsoutheast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 1.188, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -70.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 1.238, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -93.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.332, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -70.4", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.362, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -50.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.19068, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.19068, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.2009, + "architecture": "x64", + "bestPriceRegion": "Central India / -69.1", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.20902, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -50.1", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.279, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -68.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.302, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -47", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.328, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -93.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Central India / -70.5", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04774, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04774, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.04914, + "architecture": "x64", + "bestPriceRegion": "UK South / -55.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05026, + "architecture": "x64", + "bestPriceRegion": "Central India / -69.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.594, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -70.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.603, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -46.9", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.629, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -68.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.656, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -93.8", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09534, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.4", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.09534, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -53.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.10052, + "architecture": "x64", + "bestPriceRegion": "Central India / -69.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.10318, + "architecture": "x64", + "bestPriceRegion": "UK South / -55.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/canadacentral.json b/azure/canadacentral.json new file mode 100644 index 000000000..32199e6b4 --- /dev/null +++ b/azure/canadacentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.731, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.741, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -8.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.742, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10374, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10416, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.1162, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.3", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.148, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.183, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -10.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "East US / -8.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0259, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02604, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.366, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "East US / -10.2", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05194, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05208, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/canadaeast.json b/azure/canadaeast.json new file mode 100644 index 000000000..6aa1fc43b --- /dev/null +++ b/azure/canadaeast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.669, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.731, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.741, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -8.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10374, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10416, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.1", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.148, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.167, + "architecture": "x64", + "bestPriceRegion": "Central India / -41.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.183, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "East US / -8.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0259, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02604, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.366, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "East US / -10.2", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05194, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05208, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/centralindia.json b/azure/centralindia.json new file mode 100644 index 000000000..b5c795317 --- /dev/null +++ b/azure/centralindia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.349, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.444, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.444, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "DC16as_cc_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:02:02", + "name": "Standard_DC16as_cc_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.444, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:37", + "name": "Standard_DC16as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06216, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06902, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16a_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:07", + "name": "Standard_D16a_v4", + "paymentType": "payasyougo", + "perfScore": 293654, + "tags": [] + }, + { + "PricePerHour": 0.06902, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16as_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:02:41", + "name": "Standard_D16as_v4", + "paymentType": "payasyougo", + "perfScore": 292074, + "tags": [] + }, + { + "PricePerHour": 0.07518, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D16ads_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:56", + "name": "Standard_D16ads_v5", + "paymentType": "payasyougo", + "perfScore": 306800, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.0984, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.106, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -17.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.111, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "DC4as_cc_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:20", + "name": "Standard_DC4as_cc_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.111, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:42", + "name": "Standard_DC4as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.01554, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.01722, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D4a_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:06:15", + "name": "Standard_D4a_v4", + "paymentType": "payasyougo", + "perfScore": 70996, + "tags": [] + }, + { + "PricePerHour": 0.01722, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D4as_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_D4as_v4", + "paymentType": "payasyougo", + "perfScore": 71707, + "tags": [] + }, + { + "PricePerHour": 0.01876, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D4ads_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:02:59", + "name": "Standard_D4ads_v5", + "paymentType": "payasyougo", + "perfScore": 72644, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -17.5", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "DC8as_cc_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:30", + "name": "Standard_DC8as_cc_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:18", + "name": "Standard_DC8as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03444, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D8a_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:12", + "name": "Standard_D8a_v4", + "paymentType": "payasyougo", + "perfScore": 151379, + "tags": [] + }, + { + "PricePerHour": 0.03444, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D8as_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:03:14", + "name": "Standard_D8as_v4", + "paymentType": "payasyougo", + "perfScore": 151474, + "tags": [] + }, + { + "PricePerHour": 0.03752, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "D8ads_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:52", + "name": "Standard_D8ads_v5", + "paymentType": "payasyougo", + "perfScore": 153951, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/centralus.json b/azure/centralus.json new file mode 100644 index 000000000..4e3ecd6fa --- /dev/null +++ b/azure/centralus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.602, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.68, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -11.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10878, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.9", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12152, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.151, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -14.9", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.2", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.37, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -14.9", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.377, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05446, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.9", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/eastasia.json b/azure/eastasia.json new file mode 100644 index 000000000..68e592922 --- /dev/null +++ b/azure/eastasia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.745, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.2", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.841, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.864, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -21.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.864, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -21.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.13328, + "architecture": "x64", + "bestPriceRegion": "Central India / -53.4", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13776, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.8", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.205, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -57.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.207, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.216, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.216, + "architecture": "x64", + "bestPriceRegion": "East US / -21.8", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03332, + "architecture": "x64", + "bestPriceRegion": "Central India / -53.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.372, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.2", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.432, + "architecture": "x64", + "bestPriceRegion": "North Central US / -21.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.432, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -21.8", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.451, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06664, + "architecture": "x64", + "bestPriceRegion": "Central India / -53.4", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/eastus.json b/azure/eastus.json new file mode 100644 index 000000000..9aa76db1b --- /dev/null +++ b/azure/eastus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.533, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.5", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.675, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09478, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.133, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02366, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.303, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.332, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "East US / 0", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04732, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D8_v3", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:53", + "name": "Standard_D8_v3", + "paymentType": "payasyougo", + "perfScore": 100422, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/eastus2.json b/azure/eastus2.json new file mode 100644 index 000000000..4828e17a8 --- /dev/null +++ b/azure/eastus2.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.602, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.606, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09478, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.133, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.15, + "architecture": "x64", + "bestPriceRegion": "Central India / -34.4", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02366, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.295, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "East US / 0", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04732, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D8_v3", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:53", + "name": "Standard_D8_v3", + "paymentType": "payasyougo", + "perfScore": 100422, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/francecentral.json b/azure/francecentral.json new file mode 100644 index 000000000..de33295c3 --- /dev/null +++ b/azure/francecentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.669, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.676, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.68, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.8", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7.9", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7.9", + "canonicalname": "F16s", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:06", + "name": "Standard_F16s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.151, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.189, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -12.2", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.1", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.1", + "canonicalname": "F4s", + "memory": 8192, + "modifiedDate": "11/11/2024 01:02:58", + "name": "Standard_F4s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.2", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.377, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.378, + "architecture": "x64", + "bestPriceRegion": "East US / -11.9", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7.9", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7.9", + "canonicalname": "F8s", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:04", + "name": "Standard_F8s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/francesouth.json b/azure/francesouth.json new file mode 100644 index 000000000..fc2c2c3a8 --- /dev/null +++ b/azure/francesouth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.783, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -55.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.943, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.4", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.958, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -58.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.047, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -35.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.14658, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Central India / -57.7", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.1", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.196, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -55.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.217, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.239, + "architecture": "x64", + "bestPriceRegion": "Central India / -58.8", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.245, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.7", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.1", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.1", + "canonicalname": "F4s", + "memory": 8192, + "modifiedDate": "11/11/2024 01:02:58", + "name": "Standard_F4s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03668, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03682, + "architecture": "x64", + "bestPriceRegion": "Central India / -57.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.428, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.442, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -55.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.472, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.524, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -35.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.07336, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0735, + "architecture": "x64", + "bestPriceRegion": "Central India / -57.7", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.0735, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -39.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0735, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.1", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/germanynorth.json b/azure/germanynorth.json new file mode 100644 index 000000000..a579b5338 --- /dev/null +++ b/azure/germanynorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.869, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.884, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.972, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.5", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.998, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -33.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.14126, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.14126, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.15148, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.4", + "canonicalname": "D16a_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:07", + "name": "Standard_D16a_v4", + "paymentType": "payasyougo", + "perfScore": 293654, + "tags": [] + }, + { + "PricePerHour": 0.15148, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.4", + "canonicalname": "D16as_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:02:41", + "name": "Standard_D16as_v4", + "paymentType": "payasyougo", + "perfScore": 292074, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.213, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -25.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.217, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.8", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.225, + "architecture": "x64", + "bestPriceRegion": "Central India / -56.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.24, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.6", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "UK South / -26.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03528, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03528, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0378, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.4", + "canonicalname": "D4a_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:06:15", + "name": "Standard_D4a_v4", + "paymentType": "payasyougo", + "perfScore": 70996, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.398, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -56.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.426, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -21.8", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.479, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.6", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.486, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -59.5", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05964, + "architecture": "x64", + "bestPriceRegion": "UK South / -22.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07056, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.07056, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.07574, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.5", + "canonicalname": "D8a_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:12", + "name": "Standard_D8a_v4", + "paymentType": "payasyougo", + "perfScore": 151379, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/germanywestcentral.json b/azure/germanywestcentral.json new file mode 100644 index 000000000..f2015e02d --- /dev/null +++ b/azure/germanywestcentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.612, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.691, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.754, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -13.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11648, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.7", + "canonicalname": "D16a_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:07", + "name": "Standard_D16a_v4", + "paymentType": "payasyougo", + "perfScore": 293654, + "tags": [] + }, + { + "PricePerHour": 0.11648, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.7", + "canonicalname": "D16as_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:02:41", + "name": "Standard_D16as_v4", + "paymentType": "payasyougo", + "perfScore": 292074, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.171, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.5", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02912, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.9", + "canonicalname": "D4a_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:06:15", + "name": "Standard_D4a_v4", + "paymentType": "payasyougo", + "perfScore": 70996, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.346, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.377, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05824, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.9", + "canonicalname": "D8a_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:12", + "name": "Standard_D8a_v4", + "paymentType": "payasyougo", + "perfScore": 151379, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/israelcentral.json b/azure/israelcentral.json new file mode 100644 index 000000000..e684f517e --- /dev/null +++ b/azure/israelcentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.679, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.681, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.76, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.766, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B16s_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:54", + "name": "Standard_B16s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.1183, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -20.3", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.19, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.2", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -17.2", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "UK South / -18.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02954, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.304, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.8", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.339, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05614, + "architecture": "x64", + "bestPriceRegion": "UK South / -18.1", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05908, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/italynorth.json b/azure/italynorth.json new file mode 100644 index 000000000..87d30aa1b --- /dev/null +++ b/azure/italynorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.611, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.9", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.752, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.763, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -13.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.9", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.171, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.5", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.342, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.1", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.382, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/japaneast.json b/azure/japaneast.json new file mode 100644 index 000000000..62a747c27 --- /dev/null +++ b/azure/japaneast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.844, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.856, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.856, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11984, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11984, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13664, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.2", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.174, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.9", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "Central India / -54", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -20.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02996, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02996, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03136, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.03332, + "architecture": "x64", + "bestPriceRegion": "UK South / -34.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.384, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.428, + "architecture": "x64", + "bestPriceRegion": "North Central US / -20.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.428, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -21", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06272, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.06832, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.2", + "canonicalname": "D8lds_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:02:17", + "name": "Standard_D8lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/japanwest.json b/azure/japanwest.json new file mode 100644 index 000000000..2c07999b6 --- /dev/null +++ b/azure/japanwest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.694, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.7", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.771, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.856, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.6", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.858, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11984, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13132, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -32.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.13664, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.2", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "Central India / -54", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.214, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -20.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02996, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03136, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.0329, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -32.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03332, + "architecture": "x64", + "bestPriceRegion": "UK South / -34.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.384, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.392, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.428, + "architecture": "x64", + "bestPriceRegion": "North Central US / -20.6", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06272, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.4", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.06566, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -32.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06832, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.2", + "canonicalname": "D8lds_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:02:17", + "name": "Standard_D8lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/jioindiawest.json b/azure/jioindiawest.json new file mode 100644 index 000000000..844ec43d9 --- /dev/null +++ b/azure/jioindiawest.json @@ -0,0 +1,167 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.349, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.394, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.444, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:37", + "name": "Standard_DC16as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.493, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "D16a_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:07", + "name": "Standard_D16a_v4", + "paymentType": "payasyougo", + "perfScore": 293654, + "tags": [] + } + ], + "spot": [] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.0872, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0984, + "architecture": "x64", + "bestPriceRegion": "Central India / 0", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.111, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:42", + "name": "Standard_DC4as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.123, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "D4a_v4", + "memory": 16384, + "modifiedDate": "11/11/2024 01:06:15", + "name": "Standard_D4a_v4", + "paymentType": "payasyougo", + "perfScore": 70996, + "tags": [] + } + ], + "spot": [] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.174, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.197, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.222, + "architecture": "x64", + "bestPriceRegion": "Jio India West / 0", + "canonicalname": "DC8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:18", + "name": "Standard_DC8as_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [] + } +} \ No newline at end of file diff --git a/azure/koreacentral.json b/azure/koreacentral.json new file mode 100644 index 000000000..393d4d08a --- /dev/null +++ b/azure/koreacentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -11.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -11.8", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.81, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F16s", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:06", + "name": "Standard_F16s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.184, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.184, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.4", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -9", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -9", + "canonicalname": "F4s", + "memory": 8192, + "modifiedDate": "11/11/2024 01:02:58", + "name": "Standard_F4s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.368, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.368, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.3", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.384, + "architecture": "x64", + "bestPriceRegion": "North Central US / -11.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F8s", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:04", + "name": "Standard_F8s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/koreasouth.json b/azure/koreasouth.json new file mode 100644 index 000000000..cfbb589a9 --- /dev/null +++ b/azure/koreasouth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.613, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.692, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.751, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.765, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B16s_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:54", + "name": "Standard_B16s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10948, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11074, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.9", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -8.8", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.153, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.192, + "architecture": "x64", + "bestPriceRegion": "East US / -12", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02702, + "architecture": "x64", + "bestPriceRegion": "UK South / -18.7", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02744, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02772, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.9", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.306, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.346, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.1", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.384, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -12", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05474, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.9", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05544, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.9", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.0567, + "architecture": "x64", + "bestPriceRegion": "UK South / -18.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/mexicocentral.json b/azure/mexicocentral.json new file mode 100644 index 000000000..21bf8942f --- /dev/null +++ b/azure/mexicocentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.732, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -9", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.744, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.748, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.757, + "architecture": "x64", + "bestPriceRegion": "Central India / -41.3", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.18925, + "architecture": "x64", + "bestPriceRegion": "Central India / -67.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.21125, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.183, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -9.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "East US / -9.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -9.1", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -24.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0465, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04675, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04725, + "architecture": "x64", + "bestPriceRegion": "Central India / -67.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.05275, + "architecture": "x64", + "bestPriceRegion": "UK South / -58.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.366, + "architecture": "x64", + "bestPriceRegion": "East US / -9", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.372, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "North Central US / -9.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.378, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.3", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.093, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0935, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0945, + "architecture": "x64", + "bestPriceRegion": "Central India / -67.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.1055, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -52.6", + "canonicalname": "D8_v3", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:53", + "name": "Standard_D8_v3", + "paymentType": "payasyougo", + "perfScore": 100422, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/northcentralus.json b/azure/northcentralus.json new file mode 100644 index 000000000..ea539bac4 --- /dev/null +++ b/azure/northcentralus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.589, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.602, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.606, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.7", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.152, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.295, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.303, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "East US / 0", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.7", + "canonicalname": "D8_v4", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:41", + "name": "Standard_D8_v4", + "paymentType": "payasyougo", + "perfScore": 135803, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/northeurope.json b/azure/northeurope.json new file mode 100644 index 000000000..fd590fb11 --- /dev/null +++ b/azure/northeurope.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.578, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -39.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.646, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.726, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.7", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.728, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -8.5", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.1022, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11984, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -16.6", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.163, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.163, + "architecture": "x64", + "bestPriceRegion": "Central India / -39.6", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.18, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02688, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.323, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.5", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.326, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.326, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -39.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.364, + "architecture": "x64", + "bestPriceRegion": "East US / -8.5", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0511, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05376, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -17.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/norwayeast.json b/azure/norwayeast.json new file mode 100644 index 000000000..0a6824df0 --- /dev/null +++ b/azure/norwayeast.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.747, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.3", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.822, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.834, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11956, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.13608, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.13776, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.14, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.2, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -20.5", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.208, + "architecture": "x64", + "bestPriceRegion": "Central India / -52.7", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.028, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02996, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.9", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03402, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03444, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.5", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.411, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.419, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -20.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05866, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05978, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06804, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06888, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/norwaywest.json b/azure/norwaywest.json new file mode 100644 index 000000000..7119ccebf --- /dev/null +++ b/azure/norwaywest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.949, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -63.2", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.973, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.062, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -62.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.098, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -39.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.17696, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17696, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.17906, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.7", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.219, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -60.2", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.243, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.26, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -38.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Central India / -63", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0364, + "architecture": "x64", + "bestPriceRegion": "UK South / -39.7", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0448, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.475, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -63.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.494, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -60.1", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.523, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.544, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -38.8", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.07616, + "architecture": "x64", + "bestPriceRegion": "UK South / -39.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.08848, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.08848, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.08946, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/polandcentral.json b/azure/polandcentral.json new file mode 100644 index 000000000..a78c53a24 --- /dev/null +++ b/azure/polandcentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.835, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -58.2", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.845, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.854, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.854, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -20.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11956, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11956, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.1281, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13678, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -26.3", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.19, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.2, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -20.5", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.3", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.213, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -20.2", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.028, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03206, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.418, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -58.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.419, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -20.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.421, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "East US / -21.1", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05866, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05978, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05978, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06412, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/qatarcentral.json b/azure/qatarcentral.json new file mode 100644 index 000000000..60496f44b --- /dev/null +++ b/azure/qatarcentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.681, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.752, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.76, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.802, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -17", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.1183, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.1183, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13188, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.2", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.172, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.8", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -16.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02954, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02954, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.304, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.8", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.056, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05908, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05908, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southafricanorth.json b/azure/southafricanorth.json new file mode 100644 index 000000000..523b9a3f3 --- /dev/null +++ b/azure/southafricanorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.765, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.769, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.855, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.868, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -23.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.12754, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.12768, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12824, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.14224, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -29.7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.195, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.5", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.211, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.213, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -25.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "UK South / -26.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03192, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03192, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03206, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -54.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.421, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.4", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.427, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.434, + "architecture": "x64", + "bestPriceRegion": "East US / -23.3", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.06244, + "architecture": "x64", + "bestPriceRegion": "UK South / -26.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06384, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06384, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -30.5", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06412, + "architecture": "x64", + "bestPriceRegion": "Central India / -51.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southafricawest.json b/azure/southafricawest.json new file mode 100644 index 000000000..39b2b6830 --- /dev/null +++ b/azure/southafricawest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.68, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -0.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.973, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -64.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.073, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.5", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.085, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -38.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.16604, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -46.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.16674, + "architecture": "x64", + "bestPriceRegion": "Central India / -62.7", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.1778, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -43.8", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "East US / -0.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.243, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -64.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.25, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.9", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.254, + "architecture": "x64", + "bestPriceRegion": "Central India / -61.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03738, + "architecture": "x64", + "bestPriceRegion": "UK South / -41.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04144, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -46.4", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04172, + "architecture": "x64", + "bestPriceRegion": "Central India / -62.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.34, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -0.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.487, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -64.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.536, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.5", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.54238, + "architecture": "x64", + "bestPriceRegion": "East US / -38.6", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07826, + "architecture": "x64", + "bestPriceRegion": "UK South / -41.3", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.08302, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -46.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0833, + "architecture": "x64", + "bestPriceRegion": "Central India / -62.7", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southcentralus.json b/azure/southcentralus.json new file mode 100644 index 000000000..277880564 --- /dev/null +++ b/azure/southcentralus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.639, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.722, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.4", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.781, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.799, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -16.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11564, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.1225, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.9", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.176, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -9.1", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.178, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -51", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.18, + "architecture": "x64", + "bestPriceRegion": "Central India / -45.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -16.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.352, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -9.1", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.354, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.6", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.361, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05782, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southeastasia.json b/azure/southeastasia.json new file mode 100644 index 000000000..50a597df8 --- /dev/null +++ b/azure/southeastasia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.669, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.748, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.784, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -13.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10976, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10976, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12096, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.6", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.189, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.9", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.196, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -13.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.196, + "architecture": "x64", + "bestPriceRegion": "East US / -13.8", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02744, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02744, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02772, + "architecture": "x64", + "bestPriceRegion": "UK South / -20.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03024, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.1", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.378, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.392, + "architecture": "x64", + "bestPriceRegion": "North Central US / -13.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05488, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05488, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -19.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05838, + "architecture": "x64", + "bestPriceRegion": "UK South / -21.3", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06048, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/southindia.json b/azure/southindia.json new file mode 100644 index 000000000..cca1f97bd --- /dev/null +++ b/azure/southindia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.748, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9.5", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.751, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.5", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.905, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.1", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.922, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -57.3", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10472, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.13426, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -33.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.13524, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.13524, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "F16s", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:06", + "name": "Standard_F16s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.187, + "architecture": "x64", + "bestPriceRegion": "East US / -9.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -22.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -57.7", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.209, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -23.4", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02618, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "UK South / -23.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0336, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -33.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03388, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23.3", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -9.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.418, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -23.4", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.424, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.5", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05236, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06062, + "architecture": "x64", + "bestPriceRegion": "UK South / -24.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06706, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -33.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06762, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/spaincentral.json b/azure/spaincentral.json new file mode 100644 index 000000000..9a1434baf --- /dev/null +++ b/azure/spaincentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.0808, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0912, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B16s_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:54", + "name": "Standard_B16s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.693, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.6", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.732, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -9", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0202, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0228, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B16s_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:54", + "name": "Standard_B16s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.10222, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.10329, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.0202, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0228, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.00505, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0057, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B4s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:14", + "name": "Standard_B4s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02422, + "architecture": "x64", + "bestPriceRegion": "UK South / -9.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02556, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.0404, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0456, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.346, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.366, + "architecture": "x64", + "bestPriceRegion": "East US / -9", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0101, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0114, + "architecture": "x64", + "bestPriceRegion": "Spain Central / 0", + "canonicalname": "B8s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:02:25", + "name": "Standard_B8s_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05058, + "architecture": "x64", + "bestPriceRegion": "UK South / -9.1", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05111, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -13.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/swedencentral.json b/azure/swedencentral.json new file mode 100644 index 000000000..fb943e956 --- /dev/null +++ b/azure/swedencentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.622, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -36.7", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.624, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.686, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.691, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -3.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10192, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10304, + "architecture": "x64", + "bestPriceRegion": "Central India / -39.7", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.5", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.138, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -36.8", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.153, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.8", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.156, + "architecture": "x64", + "bestPriceRegion": "Central India / -36.9", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -4", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.9", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02576, + "architecture": "x64", + "bestPriceRegion": "Central India / -39.7", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.275, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -36.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.311, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -36.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.346, + "architecture": "x64", + "bestPriceRegion": "East US / -3.8", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05096, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -12.9", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05152, + "architecture": "x64", + "bestPriceRegion": "Central India / -39.7", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/switzerlandnorth.json b/azure/switzerlandnorth.json new file mode 100644 index 000000000..9239be1db --- /dev/null +++ b/azure/switzerlandnorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.673, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.822, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.834, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.8448, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -21.2", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.1195, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.13608, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.13776, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13999, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.168, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.197, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -19.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.208, + "architecture": "x64", + "bestPriceRegion": "Central India / -52.7", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02758, + "architecture": "x64", + "bestPriceRegion": "UK South / -20.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02988, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03402, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03444, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.374, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.5", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.394, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -15.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.411, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.417, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05516, + "architecture": "x64", + "bestPriceRegion": "UK South / -16.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05975, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06804, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -34.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06888, + "architecture": "x64", + "bestPriceRegion": "Central India / -54.9", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/switzerlandwest.json b/azure/switzerlandwest.json new file mode 100644 index 000000000..468c4926c --- /dev/null +++ b/azure/switzerlandwest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.875, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -60.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.973, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.988, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -60.1", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 1.09769, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -39.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.15544, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17696, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.17906, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.18208, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.8", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.237, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -63.2", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.243, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.256, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -37.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Central India / -63", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03584, + "architecture": "x64", + "bestPriceRegion": "UK South / -38.7", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03885, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.9", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.04424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0448, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.475, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -63.4", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.512, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -35", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.523, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -92.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.531, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -62.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.07168, + "architecture": "x64", + "bestPriceRegion": "UK South / -35.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07758, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.8", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.08848, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -49.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.08946, + "architecture": "x64", + "bestPriceRegion": "Central India / -65.3", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/uaecentral.json b/azure/uaecentral.json new file mode 100644 index 000000000..81506a83a --- /dev/null +++ b/azure/uaecentral.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.905, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -61.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.997, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.9", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.998, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -33.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 1.009, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -32.9", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.14126, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.15372, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.2", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.15428, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.7", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.16548, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.226, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -61.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.235, + "architecture": "x64", + "bestPriceRegion": "Central India / -58.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.237, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -32.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.249, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.9", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.03318, + "architecture": "x64", + "bestPriceRegion": "UK South / -33.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.03528, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0385, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03864, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.8", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.453, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -61.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.462, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -91.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.469, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -58", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.495, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -32.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0693, + "architecture": "x64", + "bestPriceRegion": "UK South / -33.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.07056, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -37.1", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.07686, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -42.2", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.07714, + "architecture": "x64", + "bestPriceRegion": "Central India / -59.7", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/uaenorth.json b/azure/uaenorth.json new file mode 100644 index 000000000..135412aac --- /dev/null +++ b/azure/uaenorth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.713, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -51.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.784, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.796, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.5", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.799, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -16.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.1183, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13188, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -27.2", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -16.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.196, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.199, + "architecture": "x64", + "bestPriceRegion": "Central India / -50.6", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02954, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.355, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.6", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.398, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.5", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.399, + "architecture": "x64", + "bestPriceRegion": "East US / -16.5", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.056, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05908, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -24.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/uksouth.json b/azure/uksouth.json new file mode 100644 index 000000000..f3e958846 --- /dev/null +++ b/azure/uksouth.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.676, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.742, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.754, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.8", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.104, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10504, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.5", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11136, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.2", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + }, + { + "PricePerHour": 0.11136, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.2", + "canonicalname": "D16s_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:46", + "name": "Standard_D16s_v3", + "paymentType": "payasyougo", + "perfScore": 199434, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.151, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.3", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Central India / -42.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.183, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -13.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.186, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02196, + "architecture": "x64", + "bestPriceRegion": "UK South / 0", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.026, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.2", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02626, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.5", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02784, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.2", + "canonicalname": "D4_v3", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:55", + "name": "Standard_D4_v3", + "paymentType": "payasyougo", + "perfScore": 49708, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.2", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.371, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.377, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.378, + "architecture": "x64", + "bestPriceRegion": "East US / -11.9", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04596, + "architecture": "x64", + "bestPriceRegion": "UK South / 0", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.052, + "architecture": "x64", + "bestPriceRegion": "Central India / -40.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05252, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.5", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05568, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -10.2", + "canonicalname": "D8_v3", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:53", + "name": "Standard_D8_v3", + "paymentType": "payasyougo", + "perfScore": 100422, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/ukwest.json b/azure/ukwest.json new file mode 100644 index 000000000..7c5e68172 --- /dev/null +++ b/azure/ukwest.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.645, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.9", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.713, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.7", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.752, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.4", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.802, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11326, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.6", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11522, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.9", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11648, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.161, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.8", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "Central India / -45.9", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -11.7", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + }, + { + "PricePerHour": 0.197, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.7", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.5", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02912, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.03108, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.322, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -46", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.357, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.7", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "East US / -11.4", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + }, + { + "PricePerHour": 0.401, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0567, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -21.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05754, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.8", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05824, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.06496, + "architecture": "x64", + "bestPriceRegion": "UK South / -29.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/usgovarizona.json b/azure/usgovarizona.json new file mode 100644 index 000000000..3ebb13848 --- /dev/null +++ b/azure/usgovarizona.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.622, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.765, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.4", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.776, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.2", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.78, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -14.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.119, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12208, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.4", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.156, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / 0", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.176, + "architecture": "x64", + "bestPriceRegion": "Central India / -44.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "UK South / -19.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03052, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.311, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.1", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / 0", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.351, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.5", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05418, + "architecture": "x64", + "bestPriceRegion": "UK South / -15.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0595, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.4", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06104, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/usgovtexas.json b/azure/usgovtexas.json new file mode 100644 index 000000000..d430a3de4 --- /dev/null +++ b/azure/usgovtexas.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.737, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.739, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.78, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -14.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.816, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -17", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.119, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.4", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.1204, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.4", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.13398, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.2", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / 0", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.184, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.185, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -52.9", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "Central India / -47.7", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "UK South / -19.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02982, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.6", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0301, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.4", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / 0", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.7", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -47.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.387, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -14", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05418, + "architecture": "x64", + "bestPriceRegion": "UK South / -15.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.0595, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.4", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0602, + "architecture": "x64", + "bestPriceRegion": "Central India / -48.4", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/usgovvirginia.json b/azure/usgovvirginia.json new file mode 100644 index 000000000..a1f4a8033 --- /dev/null +++ b/azure/usgovvirginia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.622, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.691, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.702, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.78, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -14.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12208, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12992, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.4", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.156, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.1", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / 0", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.194, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -18", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "UK South / -19.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.03052, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.32, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / 0", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.348, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.351, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43.9", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.383, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.5", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05418, + "architecture": "x64", + "bestPriceRegion": "UK South / -15.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.06104, + "architecture": "x64", + "bestPriceRegion": "Central India / -49.1", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westcentralus.json b/azure/westcentralus.json new file mode 100644 index 000000000..97956fe10 --- /dev/null +++ b/azure/westcentralus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.707, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.6", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.713, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -51.1", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.796, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50.5", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.799, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -16.6", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11424, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11564, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.2", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.1225, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -14.9", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.16, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.5", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.175, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -9.1", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.176, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -9.1", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.18, + "architecture": "x64", + "bestPriceRegion": "Central India / -45.3", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0245, + "architecture": "x64", + "bestPriceRegion": "UK South / -10.4", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02856, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.1", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.352, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -9.1", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.357, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -51.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.361, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -45.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.367, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -9.3", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05138, + "architecture": "x64", + "bestPriceRegion": "UK South / -10.5", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05712, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -22.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05782, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.2", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westeurope.json b/azure/westeurope.json new file mode 100644 index 000000000..39c8f44cd --- /dev/null +++ b/azure/westeurope.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.612, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.691, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.754, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.768, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -13.3", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.10864, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.11648, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.12432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.9", + "canonicalname": "D16lds_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:49", + "name": "Standard_D16lds_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.153, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -43", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.173, + "architecture": "x64", + "bestPriceRegion": "Central India / -43.1", + "canonicalname": "B4as_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:52", + "name": "Standard_B4as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.182, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.6", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02548, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02716, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.02912, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.34, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.1", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.343, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.3", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.38, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -12.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.382, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.4", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0532, + "architecture": "x64", + "bestPriceRegion": "UK South / -13.6", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05432, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -18.3", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.05824, + "architecture": "x64", + "bestPriceRegion": "Central India / -46.6", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westindia.json b/azure/westindia.json new file mode 100644 index 000000000..d78625a74 --- /dev/null +++ b/azure/westindia.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.68, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -0.4", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.755, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.77, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -48.8", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.1218, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -27.1", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12292, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F16", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:08", + "name": "Standard_F16", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.12292, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F16s", + "memory": 32768, + "modifiedDate": "11/11/2024 01:04:06", + "name": "Standard_F16s", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.17, + "architecture": "x64", + "bestPriceRegion": "East US / -0.6", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.189, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.9", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.189, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.206, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -22.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02884, + "architecture": "x64", + "bestPriceRegion": "UK South / -23.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03052, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -27.3", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.03066, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F4", + "memory": 8192, + "modifiedDate": "11/11/2024 01:01:41", + "name": "Standard_F4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.34, + "architecture": "x64", + "bestPriceRegion": "West US 2 / -0.6", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.341, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.414, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -90.2", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.422, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -53.3", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.06062, + "architecture": "x64", + "bestPriceRegion": "UK South / -24.2", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.0609, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -27.1", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.06146, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -15.2", + "canonicalname": "F8", + "memory": 16384, + "modifiedDate": "11/11/2024 01:00:57", + "name": "Standard_F8", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westus.json b/azure/westus.json new file mode 100644 index 000000000..8f86e8911 --- /dev/null +++ b/azure/westus.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.632, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.8", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.776, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.6", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.787, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -49.9", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.794, + "architecture": "x64", + "bestPriceRegion": "East US 2 / -16.1", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.11312, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.11872, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [] + }, + { + "PricePerHour": 0.12544, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -23.5", + "canonicalname": "D16_v4", + "memory": 65536, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_D16_v4", + "paymentType": "payasyougo", + "perfScore": 271203, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.158, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.8", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.176, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -88.5", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.188, + "architecture": "x64", + "bestPriceRegion": "US Gov AZ / -14.9", + "canonicalname": "A3", + "memory": 7168, + "modifiedDate": "11/11/2024 01:04:36", + "name": "Basic_A3", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.191, + "architecture": "x64", + "bestPriceRegion": "West US 3 / -16.8", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02674, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.9", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02828, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02968, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.316, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -44.9", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.376, + "architecture": "x64", + "bestPriceRegion": "US Gov TX / -14.9", + "canonicalname": "A4", + "memory": 14336, + "modifiedDate": "11/11/2024 01:00:48", + "name": "Basic_A4", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.388, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -89.6", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.394, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -50", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.05586, + "architecture": "x64", + "bestPriceRegion": "UK South / -17.7", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.05656, + "architecture": "x64", + "bestPriceRegion": "Central India / -45", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.05936, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -25.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westus2.json b/azure/westus2.json new file mode 100644 index 000000000..e09d2b175 --- /dev/null +++ b/azure/westus2.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.533, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.5", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + }, + { + "PricePerHour": 0.675, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -41.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09478, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.152, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -42.6", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.159, + "architecture": "x64", + "bestPriceRegion": "West US 3 / 0", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02226, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02366, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.301, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8as_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:59", + "name": "Standard_B8as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.332, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "West US 3 / 0", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04662, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04732, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/azure/westus3.json b/azure/westus3.json new file mode 100644 index 000000000..4fe4a8f02 --- /dev/null +++ b/azure/westus3.json @@ -0,0 +1,320 @@ +{ + "16Cores": { + "onDemand": [ + { + "PricePerHour": 0.533, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.5", + "canonicalname": "B16als_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:06:27", + "name": "Standard_B16als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.602, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B16as_v2", + "memory": 65536, + "modifiedDate": "11/11/2024 01:00:59", + "name": "Standard_B16as_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.663, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -87.8", + "canonicalname": "B16ls_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:52", + "name": "Standard_B16ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.666, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B16ms", + "memory": 65536, + "modifiedDate": "11/11/2024 01:04:21", + "name": "Standard_B16ms", + "paymentType": "payasyougo", + "perfScore": 276669, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.09478, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.3", + "canonicalname": "F16s_v2", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:55", + "name": "Standard_F16s_v2", + "paymentType": "payasyougo", + "perfScore": 271369, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.0952, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D16ls_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:01:33", + "name": "Standard_D16ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.09632, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D16as_v5", + "memory": 65536, + "modifiedDate": "11/11/2024 01:05:34", + "name": "Standard_D16as_v5", + "paymentType": "payasyougo", + "perfScore": 304560, + "tags": [] + }, + { + "PricePerHour": 0.10752, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -7", + "canonicalname": "D16_v3", + "memory": 65536, + "modifiedDate": "11/11/2024 01:03:44", + "name": "Standard_D16_v3", + "paymentType": "payasyougo", + "perfScore": 198362, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "PricePerHour": 0.133, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.4", + "canonicalname": "B4als_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:05", + "name": "Standard_B4als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.147, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B4ls_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:00:51", + "name": "Standard_B4ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.159, + "architecture": "x64", + "bestPriceRegion": "West US 3 / 0", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.166, + "architecture": "x64", + "bestPriceRegion": "East US 2 / 0", + "canonicalname": "B4ms", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:48", + "name": "Standard_B4ms", + "paymentType": "payasyougo", + "perfScore": 70362, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.02226, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.3", + "canonicalname": "A4_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:22", + "name": "Standard_A4_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.02366, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F4s_v2", + "memory": 8192, + "modifiedDate": "11/11/2024 01:05:37", + "name": "Standard_F4s_v2", + "paymentType": "payasyougo", + "perfScore": 65819, + "tags": [] + }, + { + "PricePerHour": 0.0238, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D4ls_v5", + "memory": 8192, + "modifiedDate": "11/11/2024 01:06:00", + "name": "Standard_D4ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.02408, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D4as_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:05:48", + "name": "Standard_D4as_v5", + "paymentType": "payasyougo", + "perfScore": 72928, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "PricePerHour": 0.266, + "architecture": "x64", + "bestPriceRegion": "Jio India West / -34.6", + "canonicalname": "B8als_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:01:22", + "name": "Standard_B8als_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.295, + "architecture": "x64", + "bestPriceRegion": "Spain Central / -86.3", + "canonicalname": "B8ls_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:46", + "name": "Standard_B8ls_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "West US 3 / 0", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.333, + "architecture": "x64", + "bestPriceRegion": "East US / 0", + "canonicalname": "B8ms", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:04", + "name": "Standard_B8ms", + "paymentType": "payasyougo", + "perfScore": 144753, + "tags": [] + } + ], + "spot": [ + { + "PricePerHour": 0.04662, + "architecture": "x64", + "bestPriceRegion": "UK South / -1.4", + "canonicalname": "A8_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:03:58", + "name": "Standard_A8_v2", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [ + "cheapest" + ] + }, + { + "PricePerHour": 0.04732, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.2", + "canonicalname": "F8s_v2", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:32", + "name": "Standard_F8s_v2", + "paymentType": "payasyougo", + "perfScore": 136027, + "tags": [] + }, + { + "PricePerHour": 0.0476, + "architecture": "x64", + "bestPriceRegion": "Australia Central2 / -6.7", + "canonicalname": "D8ls_v5", + "memory": 16384, + "modifiedDate": "11/11/2024 01:04:47", + "name": "Standard_D8ls_v5", + "paymentType": "payasyougo", + "perfScore": null, + "tags": [] + }, + { + "PricePerHour": 0.04816, + "architecture": "x64", + "bestPriceRegion": "Central India / -35.5", + "canonicalname": "D8as_v5", + "memory": 32768, + "modifiedDate": "11/11/2024 01:05:17", + "name": "Standard_D8as_v5", + "paymentType": "payasyougo", + "perfScore": 153842, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/africa-south1.json b/gcp/africa-south1.json new file mode 100644 index 000000000..7ff3b8069 --- /dev/null +++ b/gcp/africa-south1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.517656592, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.652702528, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.701207488, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.750226976, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.094624, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.105984, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.135728, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.143616, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.129414148, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.163175632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.175301872, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.187556744, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023656, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026496, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033932, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035904, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.258828296, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.326351264, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.350603744, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.375113488, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.047312, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.052992, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.067864, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.071808, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-east1.json b/gcp/asia-east1.json new file mode 100644 index 000000000..7250f774a --- /dev/null +++ b/gcp/asia-east1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.45824832000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.577792, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.62073504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6562803164062501, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.126030767578125, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.127136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16768, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16893999999999998, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11456208000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.144448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15518376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16406768359375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031507232421874996, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031784, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04192, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042234999999999995, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22912416000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.288896, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31036752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32814015820312503, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0630153837890625, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.063568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08384, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08446999999999999, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-east2.json b/gcp/asia-east2.json new file mode 100644 index 000000000..6b173977a --- /dev/null +++ b/gcp/asia-east2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.55375536, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.698208, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.75009072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.793061515625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11064, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.128645177734375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.144752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14976, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13843884, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.174552, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18752268, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.198262484375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02766, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.032160822265625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.036188, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03744, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.27687768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.349104, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.37504536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3965307578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05532, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0643225888671875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.072376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07488, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-northeast1.json b/gcp/asia-northeast1.json new file mode 100644 index 000000000..bddab85b6 --- /dev/null +++ b/gcp/asia-northeast1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50824848, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.640848, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.68772576, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7279237167968751, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.159872, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.164346078125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17536, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12706212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160212, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17193144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.181978283203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023104, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-4", + "InstanceType": "c3-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028024, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highmem-4", + "InstanceType": "c3-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.037863999999999995, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039968, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25412424, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.320424, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34386288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.36396185839843753, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046208, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-8", + "InstanceType": "c3-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.056048, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highmem-8", + "InstanceType": "c3-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07572799999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.079936, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-northeast2.json b/gcp/asia-northeast2.json new file mode 100644 index 000000000..a5ba8134d --- /dev/null +++ b/gcp/asia-northeast2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50824848, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6408320000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.68772576, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7279237167968751, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.078368, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.106112, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-16", + "InstanceType": "n2d-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.143104, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18635200000000002, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12706212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16020800000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17193144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.181978283203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.019592, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026528, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-4", + "InstanceType": "n2d-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035776, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046588000000000004, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25412424, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32041600000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34386288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.36396185839843753, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039184, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.053056, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-8", + "InstanceType": "n2d-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.071552, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09317600000000001, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-northeast3.json b/gcp/asia-northeast3.json new file mode 100644 index 000000000..174cb1970 --- /dev/null +++ b/gcp/asia-northeast3.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50824848, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6408320000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.68772576, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7279237167968751, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.104688, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.127077169921875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141792, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17026, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12706212, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16020800000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17193144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.181978283203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026172, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031768830078125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042565, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25412424, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32041600000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34386288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.36396185839843753, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.052344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0635385849609375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070896, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08513, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-south1.json b/gcp/asia-south1.json new file mode 100644 index 000000000..8a2c404ab --- /dev/null +++ b/gcp/asia-south1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.329344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39580800000000005, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44612799999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44612799999999997, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06224, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-16", + "InstanceType": "c2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highmem-16", + "InstanceType": "c2d-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1016, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.111952, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.082336, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09895200000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11153199999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11153199999999999, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.01556, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-4", + "InstanceType": "c2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.01884, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highmem-4", + "InstanceType": "c2d-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0254, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027988, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.164672, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19790400000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22306399999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22306399999999998, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-8", + "InstanceType": "c2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03768, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highmem-8", + "InstanceType": "c2d-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0508, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055976, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-south2.json b/gcp/asia-south2.json new file mode 100644 index 000000000..7885de4cb --- /dev/null +++ b/gcp/asia-south2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.47536031999999995, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.599376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.64387488, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6807891875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.090704, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.098912, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12281600000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.134048, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11884007999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.149844, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16096872, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1701948125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.022676, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.024728, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030704000000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033512, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23768015999999997, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.299688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32193744, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34039459375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.045352, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.049456, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.061408000000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.067024, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-southeast1.json b/gcp/asia-southeast1.json new file mode 100644 index 000000000..a2ff2b1b3 --- /dev/null +++ b/gcp/asia-southeast1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.488244, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.615616, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.66132912, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69924044140625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.109568, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.119768349609375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13561600000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.148352, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.122061, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.153904, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16533228, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17480755859375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027392, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.029941650390625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033904000000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.037088, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.244122, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.307808, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33066456, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.349620220703125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.054784, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0598841748046875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06780800000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.074176, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/asia-southeast2.json b/gcp/asia-southeast2.json new file mode 100644 index 000000000..1c353b138 --- /dev/null +++ b/gcp/asia-southeast2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.532185936, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.67102144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.720848688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7621720811328124, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.121904, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.162427673828125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.165056, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.178944, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.133046484, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16775536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.180212172, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1905402388671875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030476, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040606326171875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.041264, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.044736, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.266092968, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33551072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.360424344, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3810860405664062, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060952, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0812138369140625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.082528, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.089472, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/australia-southeast1.json b/gcp/australia-southeast1.json new file mode 100644 index 000000000..1b193999f --- /dev/null +++ b/gcp/australia-southeast1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.56157168, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7080799999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.760656, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.804256748046875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17792, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.185264, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.201152, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23696, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14039292, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17701999999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.190164, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.201061251953125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04448, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046316, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.050288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05924, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28078584, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.35403999999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.380328, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4021283740234375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08896, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.092632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.100576, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11848, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/australia-southeast2.json b/gcp/australia-southeast2.json new file mode 100644 index 000000000..f6d4d9637 --- /dev/null +++ b/gcp/australia-southeast2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.47732800000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.601872, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.646528, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6917920000000001, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16292800000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1764, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.186544, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.220672, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11933200000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.150468, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.161632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17294800000000002, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040732000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0441, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046636, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055168, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23866400000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.300936, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.323264, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34589600000000004, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08146400000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0882, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.093272, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110336, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-central2.json b/gcp/europe-central2.json new file mode 100644 index 000000000..8ec033443 --- /dev/null +++ b/gcp/europe-central2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50991552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.642928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69068448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.73027733203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.090496, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10937951953125001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12246399999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14668, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12747888, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160732, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17267112, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18256666796875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.022624, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02734448046875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030615999999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03667, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25495776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.321464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34534224, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.365138666015625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.045248, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.054689759765625005, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.061231999999999995, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07334, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-north1.json b/gcp/europe-north1.json new file mode 100644 index 000000000..5b7aa6f9d --- /dev/null +++ b/gcp/europe-north1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4357488, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.549424, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.5902204799999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.624059421875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.104528, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11488000000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.143072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15491565234375, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1089372, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137356, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14755511999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.156012578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026132, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028720000000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035768, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03872834765625, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2178744, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274712, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29511023999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3120297109375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.052264, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.057440000000000005, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.071536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.077457826171875, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-southwest1.json b/gcp/europe-southwest1.json new file mode 100644 index 000000000..5da0991fb --- /dev/null +++ b/gcp/europe-southwest1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.467008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.58882944, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6326080000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.67681024, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.081536, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.118672, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14865599999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160768, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.116752, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14720736, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15815200000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16920256, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.020384, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.029668, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.037163999999999996, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040192, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.233504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29441472, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31630400000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33840512, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.059336, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07432799999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.080384, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west1.json b/gcp/europe-west1.json new file mode 100644 index 000000000..568223352 --- /dev/null +++ b/gcp/europe-west1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.43535136, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.548928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.58972368, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6234882207031249, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07657599999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103648, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103744, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-16", + "InstanceType": "c2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.125536, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10883784, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14743092, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15586977929687498, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.019143999999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025912, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025936, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-4", + "InstanceType": "c2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031384, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21767568, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29486184, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31174411035156246, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038287999999999996, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051824, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051872, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-standard-8", + "InstanceType": "c2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.062768, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west10.json b/gcp/europe-west10.json new file mode 100644 index 000000000..bb30d3f45 --- /dev/null +++ b/gcp/europe-west10.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.609473376, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.76847232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.8255807039999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.88329472, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124496, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13407999999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.154416, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.168704, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.152368344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19211808, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.20639517599999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22082368, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031124, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033519999999999994, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038604, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042176, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.304736688, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.38423616, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.41279035199999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44164736, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.062248, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06703999999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.077208, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.084352, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west12.json b/gcp/europe-west12.json new file mode 100644 index 000000000..6018e68b6 --- /dev/null +++ b/gcp/europe-west12.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.510532864, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.64372032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.691557856, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.73990272, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.057904000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07849600000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-16", + "InstanceType": "n2d-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.105952, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10736, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.127633216, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16093008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.172889464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18497568, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.014476000000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.019624000000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-4", + "InstanceType": "n2d-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.026488, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02684, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.255266432, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32186016, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.345778928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.36995136, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028952000000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039248000000000005, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highmem-8", + "InstanceType": "n2d-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.052976, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05368, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west2.json b/gcp/europe-west2.json new file mode 100644 index 000000000..02cbf8b4d --- /dev/null +++ b/gcp/europe-west2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50991552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.642928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69068448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.73027733203125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.100624, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.136096, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15201004296874998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.157248, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12747888, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160732, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17267112, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18256666796875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025156, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034024, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03800195703125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039312, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25495776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.321464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34534224, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.365138666015625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.050312, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.068048, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07600502148437499, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.078624, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west3.json b/gcp/europe-west3.json new file mode 100644 index 000000000..1512f2816 --- /dev/null +++ b/gcp/europe-west3.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.50991552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.642928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69068448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-16", + "InstanceType": "c3d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.70764128, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1511812421875, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.187456, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.202288, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.20279999999999998, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12747888, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160732, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17267112, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-4", + "InstanceType": "c3d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17691032, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.037794757812499996, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046864, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.050572, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.050699999999999995, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.25495776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.321464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34534224, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-8", + "InstanceType": "c3d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.35382064, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07559062109375, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.093728, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.101144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10139999999999999, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west4.json b/gcp/europe-west4.json new file mode 100644 index 000000000..881683ea9 --- /dev/null +++ b/gcp/europe-west4.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.43570464000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.549376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.59017632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.623995421875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08977600000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.129664, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.139397208984375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-16", + "InstanceType": "n4-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16512000000000002, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10892616000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137344, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14754408, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155996578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.022444000000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.032416, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034848791015625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-4", + "InstanceType": "n4-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.041280000000000004, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21785232000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29508816, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3119977109375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.044888000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.064832, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0696986044921875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-8", + "InstanceType": "n4-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08256000000000001, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west6.json b/gcp/europe-west6.json new file mode 100644 index 000000000..aa7a86d4e --- /dev/null +++ b/gcp/europe-west6.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.55375536, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.698064, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.75009072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.793061515625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.160576, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17528531445312498, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.185856, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19992000000000001, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13843884, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.174516, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18752268, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.198262484375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040144, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.043820685546874995, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.049980000000000004, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.27687768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.349032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.37504536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3965307578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.080288, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08764265722656249, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.092928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09996000000000001, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west8.json b/gcp/europe-west8.json new file mode 100644 index 000000000..a6075e0f2 --- /dev/null +++ b/gcp/europe-west8.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.45908800000000005, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.57884928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.621856, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.66533888, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06331200000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.085728, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08579200000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.113072, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11477200000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14471232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16633472, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.015828000000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021432, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021448000000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028268, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22954400000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28942464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.310928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33266944, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031656000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042864, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042896000000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.056536, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/europe-west9.json b/gcp/europe-west9.json new file mode 100644 index 000000000..6dc5534fe --- /dev/null +++ b/gcp/europe-west9.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.45908800000000005, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.57884928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.621856, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.66533888, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.085184, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.136048, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.183536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.184192, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11477200000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14471232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16633472, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021296, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-4", + "InstanceType": "c3-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.024415680000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034012, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.045884, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22954400000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28942464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.310928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33266944, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042592, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-8", + "InstanceType": "c3-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.048831360000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.068024, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.091768, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/me-central1.json b/gcp/me-central1.json new file mode 100644 index 000000000..e32ca36b0 --- /dev/null +++ b/gcp/me-central1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.480850704, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6062947200000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.651350976, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6968852000000001, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08743999999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.089472, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11839999999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.156032, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.120212676, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15157368000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.162837744, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17422130000000002, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021859999999999997, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.022368, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.029599999999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039008, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.240425352, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.30314736000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.325675488, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34844260000000005, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.043719999999999995, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.044736, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.059199999999999996, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.078016, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/me-central2.json b/gcp/me-central2.json new file mode 100644 index 000000000..4a1f413d8 --- /dev/null +++ b/gcp/me-central2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.633219008, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7984128, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.8577461120000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.9177088, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09056, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.099248, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12272, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.134432, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.158304752, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1996032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21443652800000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2294272, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02264, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.024812, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025830400000000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03068, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.316609504, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3992064, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.42887305600000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4588544, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04528, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.049624, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05166080000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06136, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/me-west1.json b/gcp/me-west1.json new file mode 100644 index 000000000..287795dad --- /dev/null +++ b/gcp/me-west1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.435338128, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.5489088, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.5897005120000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6234695005859375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09329599999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10953951953125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.120672, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.126464, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.108834532, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1372272, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14742512800000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1558650994140625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023323999999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02738448046875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030168, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031616, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.217669064, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2744544, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29485025600000003, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31173475029296877, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046647999999999995, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.054769759765625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060336, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.063232, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/northamerica-northeast1.json b/gcp/northamerica-northeast1.json new file mode 100644 index 000000000..76772e819 --- /dev/null +++ b/gcp/northamerica-northeast1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.43570464000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.549376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.59017632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.623995421875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110272, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141358814453125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.152864, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.166768, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10892616000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137344, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14754408, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155996578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027568, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035339185546875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038216, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039056, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21785232000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29508816, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3119977109375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055136, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0706794072265625, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.076432, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.078112, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/northamerica-northeast2.json b/gcp/northamerica-northeast2.json new file mode 100644 index 000000000..98cd27523 --- /dev/null +++ b/gcp/northamerica-northeast2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.43570464000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.549376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.59017632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.623995421875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06404800000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-16", + "InstanceType": "n2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.086752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.113584, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highmem-16", + "InstanceType": "n2-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.117024, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10892616000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137344, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14754408, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155996578125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.016012000000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-4", + "InstanceType": "n2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.021688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.028396, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highmem-4", + "InstanceType": "n2-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.029256, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21785232000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.274688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29508816, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3119977109375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.032024000000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-standard-8", + "InstanceType": "n2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.043376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.056792, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highmem-8", + "InstanceType": "n2-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.058512, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/northamerica-south1.json b/gcp/northamerica-south1.json new file mode 100644 index 000000000..edb9e9cd5 --- /dev/null +++ b/gcp/northamerica-south1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.431380448, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.584339552, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-16", + "InstanceType": "n4-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.69728608, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c4-highcpu-16", + "InstanceType": "c4-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7416534400000001, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15624496000000002, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.21165184, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-16", + "InstanceType": "n4-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.278914464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-16", + "InstanceType": "e2-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28552768, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.107845112, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.146084888, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-4", + "InstanceType": "n4-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17432152, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c4-highcpu-4", + "InstanceType": "c4-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18541336000000003, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.039061240000000004, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05291296, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-4", + "InstanceType": "n4-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.069728616, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-4", + "InstanceType": "e2-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07138192, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.215690224, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.292169776, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-8", + "InstanceType": "n4-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34864304, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c4-highcpu-8", + "InstanceType": "c4-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.37082672000000005, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07812248000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10582592, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n4-highcpu-8", + "InstanceType": "n4-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.139457232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-8", + "InstanceType": "e2-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14276384, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/southamerica-east1.json b/gcp/southamerica-east1.json new file mode 100644 index 000000000..0de97865d --- /dev/null +++ b/gcp/southamerica-east1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6282312, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.792128, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.8509632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.899722626953125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.093222671875, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-16", + "InstanceType": "n1-standard-16", + "Memory": 61440, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12495999999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.125552, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.128144, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1570578, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.198032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2127408, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22492737304687502, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023305328125, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-4", + "InstanceType": "n1-standard-4", + "Memory": 15360, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031239999999999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.031388, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-4", + "InstanceType": "c3-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03176, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3141156, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.396064, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4254816, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.4498613134765625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0466113359375, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-standard-8", + "InstanceType": "n1-standard-8", + "Memory": 30720, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.062479999999999994, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.062776, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-8", + "InstanceType": "c3-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06352, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/southamerica-west1.json b/gcp/southamerica-west1.json new file mode 100644 index 000000000..ded48fa8b --- /dev/null +++ b/gcp/southamerica-west1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.56593952, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.71358144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.7666105759999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.82020224, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09544, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.122144, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12928, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.134176, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14148488, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17839536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19165264399999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.20505056, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02386, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030536, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.033544, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.28296976, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.35679072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.38330528799999997, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.41010112, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04772, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.061072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.067088, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-central1.json b/gcp/us-central1.json new file mode 100644 index 000000000..ed25aaa2e --- /dev/null +++ b/gcp/us-central1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39576192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.499008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.53609136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.566790455078125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103936, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110592, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140704, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14919721875, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09894048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13402284, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141695544921875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025984, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027648, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02916, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035176, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19788096, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.249504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.26804568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2833952275390625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051968, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055296, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05832, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070352, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-east1.json b/gcp/us-east1.json new file mode 100644 index 000000000..ed25aaa2e --- /dev/null +++ b/gcp/us-east1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39576192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.499008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.53609136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.566790455078125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103936, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110592, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140704, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14919721875, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09894048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13402284, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141695544921875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025984, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027648, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02916, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035176, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19788096, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.249504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.26804568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2833952275390625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051968, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055296, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05832, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070352, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-east4.json b/gcp/us-east4.json new file mode 100644 index 000000000..c44a22eba --- /dev/null +++ b/gcp/us-east4.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44575104, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.562032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-16", + "InstanceType": "c3d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.599696, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.60376656, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.137824, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.155749201171875, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.177792, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18409599999999998, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11143776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140508, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-4", + "InstanceType": "c3d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.149924, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15094164, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034456, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038936798828125, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.044448, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046023999999999995, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22287552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.281016, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3d-highcpu-8", + "InstanceType": "c3d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.299848, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.30188328, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.068912, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0778746005859375, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.088896, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09204799999999999, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-east5.json b/gcp/us-east5.json new file mode 100644 index 000000000..9cf43af7c --- /dev/null +++ b/gcp/us-east5.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39576192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.499008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.53609136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.573568, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060927999999999996, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.06096, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.081664, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08256, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09894048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13402284, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.143392, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.015231999999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.01524, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.020416, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02064, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19788096, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.249504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.26804568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.286784, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030463999999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03048, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.040832, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.04128, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-south1.json b/gcp/us-south1.json new file mode 100644 index 000000000..16ab5fbf0 --- /dev/null +++ b/gcp/us-south1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.46699912, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.58882944, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.63258784, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.67681024, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09564800000000001, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.12032767999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.129632, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.146656, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11674978, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14720736, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15814696, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16920256, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.023912000000000003, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030081919999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highmem-4", + "InstanceType": "c3-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.030496, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.032408, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23349956, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.29441472, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.31629392, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.33840512, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.047824000000000005, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060163839999999996, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highmem-8", + "InstanceType": "c3-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.060992, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.064816, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-west1.json b/gcp/us-west1.json new file mode 100644 index 000000000..121949959 --- /dev/null +++ b/gcp/us-west1.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.39576192, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.499008, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.53609136, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.566790455078125, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.103936, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.110592, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140704, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.14919721875, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09894048, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.124752, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.13402284, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.141695544921875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.025984, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.027648, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035176, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-4", + "InstanceType": "c3-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.03532, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.19788096, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.249504, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.26804568, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.2833952275390625, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.051968, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.055296, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070352, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-standard-8", + "InstanceType": "c3-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.07064, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-west2.json b/gcp/us-west2.json new file mode 100644 index 000000000..9dcd279f4 --- /dev/null +++ b/gcp/us-west2.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.47537135999999997, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.599376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.64391904, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6808035878906249, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-16", + "InstanceType": "n2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.166656, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16720000000000002, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.169072, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18228853515625001, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11884283999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.149844, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16097976, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17019841210937497, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-4", + "InstanceType": "c3-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.035384, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-4", + "InstanceType": "n2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.041664, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.041800000000000004, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.042268, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23768567999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.299688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32195952, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34040179394531245, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "c3-highcpu-8", + "InstanceType": "c3-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.070768, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n2-highcpu-8", + "InstanceType": "n2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.083328, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.08360000000000001, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.084536, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-west3.json b/gcp/us-west3.json new file mode 100644 index 000000000..d4de9f218 --- /dev/null +++ b/gcp/us-west3.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.47537135999999997, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.599376, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.64391904, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.6808035878906249, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.138688, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-16", + "InstanceType": "c2d-highcpu-16", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.174464, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-16", + "InstanceType": "t2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.18787199999999998, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-16", + "InstanceType": "n2d-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.188032, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11884283999999999, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.149844, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.16097976, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.17019841210937497, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.034672, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-4", + "InstanceType": "c2d-highcpu-4", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.043616, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-4", + "InstanceType": "t2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.046967999999999996, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-4", + "InstanceType": "n2d-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.047008, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.23768567999999998, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.299688, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.32195952, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.34040179394531245, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.069344, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "c2d-highcpu-8", + "InstanceType": "c2d-highcpu-8", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.087232, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "t2d-standard-8", + "InstanceType": "t2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.09393599999999999, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-standard-8", + "InstanceType": "n2d-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.094016, + "tags": [] + } + ] + } +} \ No newline at end of file diff --git a/gcp/us-west4.json b/gcp/us-west4.json new file mode 100644 index 000000000..4cde5e874 --- /dev/null +++ b/gcp/us-west4.json @@ -0,0 +1,296 @@ +{ + "16Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.44575104, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-16", + "InstanceType": "n2d-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.562032, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.60376656, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.638384263671875, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-16", + "InstanceType": "e2-highcpu-16", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05608, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-16", + "InstanceType": "e2-standard-16", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.076, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-16", + "InstanceType": "e2-highmem-16", + "Memory": 131072, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.10256, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-16", + "InstanceType": "n1-highcpu-16", + "Memory": 14746, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.1163395390625, + "tags": [] + } + ] + }, + "4Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.11143776, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-4", + "InstanceType": "n2d-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.140508, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15094164, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.15959373632812499, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-4", + "InstanceType": "e2-highcpu-4", + "Memory": 4096, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.01402, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-4", + "InstanceType": "e2-standard-4", + "Memory": 16384, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.019, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-4", + "InstanceType": "e2-highmem-4", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02564, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-4", + "InstanceType": "n1-highcpu-4", + "Memory": 3686, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.0290844609375, + "tags": [] + } + ] + }, + "8Cores": { + "onDemand": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.22287552, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "asia-south1", + "CanonicalName": "n2d-highcpu-8", + "InstanceType": "n2d-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.281016, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.30188328, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.3191921318359375, + "tags": [] + } + ], + "spot": [ + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highcpu-8", + "InstanceType": "e2-highcpu-8", + "Memory": 8192, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.02804, + "tags": [ + "cheapest" + ] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-standard-8", + "InstanceType": "e2-standard-8", + "Memory": 32768, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.038, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "e2-highmem-8", + "InstanceType": "e2-highmem-8", + "Memory": 65536, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05128, + "tags": [] + }, + { + "Architecture": "x86_64", + "BestOnDemandHourPriceRegion": "us-central1", + "CanonicalName": "n1-highcpu-8", + "InstanceType": "n1-highcpu-8", + "Memory": 7373, + "ModifiedDate": "2024-11-13 00:01:25", + "PaymentType": "OnDemand", + "PricePerHour": 0.05816976953125, + "tags": [] + } + ] + } +} \ No newline at end of file From 393144c529cbd0d8b51e78c254bd5abae462b7bb Mon Sep 17 00:00:00 2001 From: Shashwat Pathak Date: Thu, 14 Nov 2024 16:37:27 +0530 Subject: [PATCH 14/54] removed incorrect files (#176) --- aws/af-south-1.json | 344 ------------------------------- aws/ap-east-1.json | 344 ------------------------------- aws/ap-northeast-1.json | 344 ------------------------------- aws/ap-northeast-2.json | 344 ------------------------------- aws/ap-northeast-3.json | 344 ------------------------------- aws/ap-south-1.json | 344 ------------------------------- aws/ap-south-2.json | 344 ------------------------------- aws/ap-southeast-1.json | 344 ------------------------------- aws/ap-southeast-2.json | 344 ------------------------------- aws/ap-southeast-3.json | 344 ------------------------------- aws/ap-southeast-4.json | 344 ------------------------------- aws/ap-southeast-5.json | 179 ---------------- aws/ca-central-1.json | 344 ------------------------------- aws/ca-west-1.json | 344 ------------------------------- aws/eu-central-1.json | 344 ------------------------------- aws/eu-central-2.json | 344 ------------------------------- aws/eu-north-1.json | 344 ------------------------------- aws/eu-south-1.json | 344 ------------------------------- aws/eu-south-2.json | 344 ------------------------------- aws/eu-west-1.json | 344 ------------------------------- aws/eu-west-2.json | 344 ------------------------------- aws/eu-west-3.json | 344 ------------------------------- aws/il-central-1.json | 344 ------------------------------- aws/me-central-1.json | 344 ------------------------------- aws/me-south-1.json | 344 ------------------------------- aws/sa-east-1.json | 344 ------------------------------- aws/us-east-1.json | 344 ------------------------------- aws/us-east-2.json | 344 ------------------------------- aws/us-gov-east-1.json | 179 ---------------- aws/us-gov-west-1.json | 179 ---------------- aws/us-west-1.json | 344 ------------------------------- aws/us-west-2.json | 344 ------------------------------- azure/australiacentral.json | 320 ---------------------------- azure/australiacentral2.json | 320 ---------------------------- azure/australiaeast.json | 320 ---------------------------- azure/australiasoutheast.json | 320 ---------------------------- azure/brazilsouth.json | 320 ---------------------------- azure/brazilsoutheast.json | 320 ---------------------------- azure/canadacentral.json | 320 ---------------------------- azure/canadaeast.json | 320 ---------------------------- azure/centralindia.json | 320 ---------------------------- azure/centralus.json | 320 ---------------------------- azure/eastasia.json | 320 ---------------------------- azure/eastus.json | 320 ---------------------------- azure/eastus2.json | 320 ---------------------------- azure/francecentral.json | 320 ---------------------------- azure/francesouth.json | 320 ---------------------------- azure/germanynorth.json | 320 ---------------------------- azure/germanywestcentral.json | 320 ---------------------------- azure/israelcentral.json | 320 ---------------------------- azure/italynorth.json | 320 ---------------------------- azure/japaneast.json | 320 ---------------------------- azure/japanwest.json | 320 ---------------------------- azure/jioindiawest.json | 167 --------------- azure/koreacentral.json | 320 ---------------------------- azure/koreasouth.json | 320 ---------------------------- azure/mexicocentral.json | 320 ---------------------------- azure/northcentralus.json | 320 ---------------------------- azure/northeurope.json | 320 ---------------------------- azure/norwayeast.json | 320 ---------------------------- azure/norwaywest.json | 320 ---------------------------- azure/polandcentral.json | 320 ---------------------------- azure/qatarcentral.json | 320 ---------------------------- azure/southafricanorth.json | 320 ---------------------------- azure/southafricawest.json | 320 ---------------------------- azure/southcentralus.json | 320 ---------------------------- azure/southeastasia.json | 320 ---------------------------- azure/southindia.json | 320 ---------------------------- azure/spaincentral.json | 320 ---------------------------- azure/swedencentral.json | 320 ---------------------------- azure/switzerlandnorth.json | 320 ---------------------------- azure/switzerlandwest.json | 320 ---------------------------- azure/uaecentral.json | 320 ---------------------------- azure/uaenorth.json | 320 ---------------------------- azure/uksouth.json | 320 ---------------------------- azure/ukwest.json | 320 ---------------------------- azure/usgovarizona.json | 320 ---------------------------- azure/usgovtexas.json | 320 ---------------------------- azure/usgovvirginia.json | 320 ---------------------------- azure/westcentralus.json | 320 ---------------------------- azure/westeurope.json | 320 ---------------------------- azure/westindia.json | 320 ---------------------------- azure/westus.json | 320 ---------------------------- azure/westus2.json | 320 ---------------------------- azure/westus3.json | 320 ---------------------------- gcp/africa-south1.json | 296 -------------------------- gcp/asia-east1.json | 296 -------------------------- gcp/asia-east2.json | 296 -------------------------- gcp/asia-northeast1.json | 296 -------------------------- gcp/asia-northeast2.json | 296 -------------------------- gcp/asia-northeast3.json | 296 -------------------------- gcp/asia-south1.json | 296 -------------------------- gcp/asia-south2.json | 296 -------------------------- gcp/asia-southeast1.json | 296 -------------------------- gcp/asia-southeast2.json | 296 -------------------------- gcp/australia-southeast1.json | 296 -------------------------- gcp/australia-southeast2.json | 296 -------------------------- gcp/europe-central2.json | 296 -------------------------- gcp/europe-north1.json | 296 -------------------------- gcp/europe-southwest1.json | 296 -------------------------- gcp/europe-west1.json | 296 -------------------------- gcp/europe-west10.json | 296 -------------------------- gcp/europe-west12.json | 296 -------------------------- gcp/europe-west2.json | 296 -------------------------- gcp/europe-west3.json | 296 -------------------------- gcp/europe-west4.json | 296 -------------------------- gcp/europe-west6.json | 296 -------------------------- gcp/europe-west8.json | 296 -------------------------- gcp/europe-west9.json | 296 -------------------------- gcp/me-central1.json | 296 -------------------------- gcp/me-central2.json | 296 -------------------------- gcp/me-west1.json | 296 -------------------------- gcp/northamerica-northeast1.json | 296 -------------------------- gcp/northamerica-northeast2.json | 296 -------------------------- gcp/northamerica-south1.json | 296 -------------------------- gcp/southamerica-east1.json | 296 -------------------------- gcp/southamerica-west1.json | 296 -------------------------- gcp/us-central1.json | 296 -------------------------- gcp/us-east1.json | 296 -------------------------- gcp/us-east4.json | 296 -------------------------- gcp/us-east5.json | 296 -------------------------- gcp/us-south1.json | 296 -------------------------- gcp/us-west1.json | 296 -------------------------- gcp/us-west2.json | 296 -------------------------- gcp/us-west3.json | 296 -------------------------- gcp/us-west4.json | 296 -------------------------- 126 files changed, 39456 deletions(-) delete mode 100644 aws/af-south-1.json delete mode 100644 aws/ap-east-1.json delete mode 100644 aws/ap-northeast-1.json delete mode 100644 aws/ap-northeast-2.json delete mode 100644 aws/ap-northeast-3.json delete mode 100644 aws/ap-south-1.json delete mode 100644 aws/ap-south-2.json delete mode 100644 aws/ap-southeast-1.json delete mode 100644 aws/ap-southeast-2.json delete mode 100644 aws/ap-southeast-3.json delete mode 100644 aws/ap-southeast-4.json delete mode 100644 aws/ap-southeast-5.json delete mode 100644 aws/ca-central-1.json delete mode 100644 aws/ca-west-1.json delete mode 100644 aws/eu-central-1.json delete mode 100644 aws/eu-central-2.json delete mode 100644 aws/eu-north-1.json delete mode 100644 aws/eu-south-1.json delete mode 100644 aws/eu-south-2.json delete mode 100644 aws/eu-west-1.json delete mode 100644 aws/eu-west-2.json delete mode 100644 aws/eu-west-3.json delete mode 100644 aws/il-central-1.json delete mode 100644 aws/me-central-1.json delete mode 100644 aws/me-south-1.json delete mode 100644 aws/sa-east-1.json delete mode 100644 aws/us-east-1.json delete mode 100644 aws/us-east-2.json delete mode 100644 aws/us-gov-east-1.json delete mode 100644 aws/us-gov-west-1.json delete mode 100644 aws/us-west-1.json delete mode 100644 aws/us-west-2.json delete mode 100644 azure/australiacentral.json delete mode 100644 azure/australiacentral2.json delete mode 100644 azure/australiaeast.json delete mode 100644 azure/australiasoutheast.json delete mode 100644 azure/brazilsouth.json delete mode 100644 azure/brazilsoutheast.json delete mode 100644 azure/canadacentral.json delete mode 100644 azure/canadaeast.json delete mode 100644 azure/centralindia.json delete mode 100644 azure/centralus.json delete mode 100644 azure/eastasia.json delete mode 100644 azure/eastus.json delete mode 100644 azure/eastus2.json delete mode 100644 azure/francecentral.json delete mode 100644 azure/francesouth.json delete mode 100644 azure/germanynorth.json delete mode 100644 azure/germanywestcentral.json delete mode 100644 azure/israelcentral.json delete mode 100644 azure/italynorth.json delete mode 100644 azure/japaneast.json delete mode 100644 azure/japanwest.json delete mode 100644 azure/jioindiawest.json delete mode 100644 azure/koreacentral.json delete mode 100644 azure/koreasouth.json delete mode 100644 azure/mexicocentral.json delete mode 100644 azure/northcentralus.json delete mode 100644 azure/northeurope.json delete mode 100644 azure/norwayeast.json delete mode 100644 azure/norwaywest.json delete mode 100644 azure/polandcentral.json delete mode 100644 azure/qatarcentral.json delete mode 100644 azure/southafricanorth.json delete mode 100644 azure/southafricawest.json delete mode 100644 azure/southcentralus.json delete mode 100644 azure/southeastasia.json delete mode 100644 azure/southindia.json delete mode 100644 azure/spaincentral.json delete mode 100644 azure/swedencentral.json delete mode 100644 azure/switzerlandnorth.json delete mode 100644 azure/switzerlandwest.json delete mode 100644 azure/uaecentral.json delete mode 100644 azure/uaenorth.json delete mode 100644 azure/uksouth.json delete mode 100644 azure/ukwest.json delete mode 100644 azure/usgovarizona.json delete mode 100644 azure/usgovtexas.json delete mode 100644 azure/usgovvirginia.json delete mode 100644 azure/westcentralus.json delete mode 100644 azure/westeurope.json delete mode 100644 azure/westindia.json delete mode 100644 azure/westus.json delete mode 100644 azure/westus2.json delete mode 100644 azure/westus3.json delete mode 100644 gcp/africa-south1.json delete mode 100644 gcp/asia-east1.json delete mode 100644 gcp/asia-east2.json delete mode 100644 gcp/asia-northeast1.json delete mode 100644 gcp/asia-northeast2.json delete mode 100644 gcp/asia-northeast3.json delete mode 100644 gcp/asia-south1.json delete mode 100644 gcp/asia-south2.json delete mode 100644 gcp/asia-southeast1.json delete mode 100644 gcp/asia-southeast2.json delete mode 100644 gcp/australia-southeast1.json delete mode 100644 gcp/australia-southeast2.json delete mode 100644 gcp/europe-central2.json delete mode 100644 gcp/europe-north1.json delete mode 100644 gcp/europe-southwest1.json delete mode 100644 gcp/europe-west1.json delete mode 100644 gcp/europe-west10.json delete mode 100644 gcp/europe-west12.json delete mode 100644 gcp/europe-west2.json delete mode 100644 gcp/europe-west3.json delete mode 100644 gcp/europe-west4.json delete mode 100644 gcp/europe-west6.json delete mode 100644 gcp/europe-west8.json delete mode 100644 gcp/europe-west9.json delete mode 100644 gcp/me-central1.json delete mode 100644 gcp/me-central2.json delete mode 100644 gcp/me-west1.json delete mode 100644 gcp/northamerica-northeast1.json delete mode 100644 gcp/northamerica-northeast2.json delete mode 100644 gcp/northamerica-south1.json delete mode 100644 gcp/southamerica-east1.json delete mode 100644 gcp/southamerica-west1.json delete mode 100644 gcp/us-central1.json delete mode 100644 gcp/us-east1.json delete mode 100644 gcp/us-east4.json delete mode 100644 gcp/us-east5.json delete mode 100644 gcp/us-south1.json delete mode 100644 gcp/us-west1.json delete mode 100644 gcp/us-west2.json delete mode 100644 gcp/us-west3.json delete mode 100644 gcp/us-west4.json diff --git a/aws/af-south-1.json b/aws/af-south-1.json deleted file mode 100644 index b75905929..000000000 --- a/aws/af-south-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.824, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.912, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.912, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.936, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2744122448979592, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2958377358490566, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3006584905660378, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32654259259259255, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.206, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.217, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.228, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.228, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06835652173913044, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.xlarge", - "InstanceType": "c5ad.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07273111111111111, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07526444444444445, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07684418604651162, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.412, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4339, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.456, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.456, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.13171458333333333, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1396132075471698, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16636785714285712, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17354423076923078, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-east-1.json b/aws/ap-east-1.json deleted file mode 100644 index 23441f3b4..000000000 --- a/aws/ap-east-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7776, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3.4xlarge", - "InstanceType": "i3.4xlarge", - "Memory": 124928, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20698333333333332, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21689666666666665, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "g4dn.4xlarge", - "InstanceType": "g4dn.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.22506222222222225, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23421351351351352, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.194, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1944, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.216, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.216, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.xlarge", - "InstanceType": "m5d.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05148958333333333, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3.xlarge", - "InstanceType": "i3.xlarge", - "Memory": 31232, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05460204081632653, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06170975609756098, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06238965517241379, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.388, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3888, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.432, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.432, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06733157894736841, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12404285714285714, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.128765, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12922972972972974, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-northeast-1.json b/aws/ap-northeast-1.json deleted file mode 100644 index 8066b41bc..000000000 --- a/aws/ap-northeast-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7704, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.85386, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3163448979591837, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3279918367346939, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.334754, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.33480638297872345, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1926, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1958, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21347, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06853214285714286, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08313170731707317, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08335, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08527826086956522, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.384, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3852, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3917, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.42693, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14406969696969696, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15642121212121213, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15886734693877552, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16108604651162792, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-northeast-2.json b/aws/ap-northeast-2.json deleted file mode 100644 index 7b8fbee86..000000000 --- a/aws/ap-northeast-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.688, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76608, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.768, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.768, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10284137931034483, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "g3.4xlarge", - "InstanceType": "g3.4xlarge", - "Memory": 124928, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16359565217391306, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16658833333333334, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20102542372881357, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.172, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1872, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19152, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.192, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04868275862068965, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.059319565217391304, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.059901923076923075, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0619764705882353, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3744, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38304, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.384, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05999310344827586, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08738620689655172, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09504222222222224, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10422307692307692, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-northeast-3.json b/aws/ap-northeast-3.json deleted file mode 100644 index 2e62fdd40..000000000 --- a/aws/ap-northeast-3.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.976, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.992, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.30009375, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3021471698113207, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.331526, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m4.4xlarge", - "InstanceType": "m4.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3518764705882353, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.214, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.214, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2176, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2432, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07302075471698113, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07583877551020408, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07617391304347826, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c4.xlarge", - "InstanceType": "c4.xlarge", - "Memory": 7680, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08229285714285714, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.428, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.428, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4352, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4864, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14941458333333332, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15113333333333331, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15190208333333333, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16474999999999998, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-south-1.json b/aws/ap-south-1.json deleted file mode 100644 index 0a5010e48..000000000 --- a/aws/ap-south-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.374, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.376, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.444, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4444, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11515294117647058, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18812727272727273, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1929288888888889, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.196772, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0935, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.094, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0986, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.xlarge", - "InstanceType": "m5a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.111, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.03454893617021276, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.042469230769230766, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05260697674418604, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.xlarge", - "InstanceType": "m5a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05382142857142857, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.187, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.188, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1971, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.2xlarge", - "InstanceType": "m5a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.222, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07176190476190476, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08040392156862745, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09338095238095238, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09438529411764705, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-south-2.json b/aws/ap-south-2.json deleted file mode 100644 index 99f436825..000000000 --- a/aws/ap-south-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4444, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.792, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.152434, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.22332291666666668, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.22393269230769233, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25843541666666664, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1111, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1792, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0386843137254902, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05555217391304348, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05567391304347826, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05914878048780488, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.2xlarge", - "InstanceType": "m6a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2222, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.34, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.34, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3584, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "m6a.2xlarge", - "InstanceType": "m6a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08069230769230769, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11099999999999999, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.113336, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11993061224489796, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-1.json b/aws/ap-southeast-1.json deleted file mode 100644 index 83122a8a5..000000000 --- a/aws/ap-southeast-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.704, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7056, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7822, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.784, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25452340425531916, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25492608695652175, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25818490566037733, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.27842500000000003, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.176, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1764, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1888, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19555, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06497619047619048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.xlarge", - "InstanceType": "c6id.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07239555555555556, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07361111111111111, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07608181818181818, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.352, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3528, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3776, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3911, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1368859649122807, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.13845681818181818, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15102083333333333, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15413829787234043, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-2.json b/aws/ap-southeast-2.json deleted file mode 100644 index d11478e38..000000000 --- a/aws/ap-southeast-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7992, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.29988750000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.313686, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.33278199999999997, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.33478, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1901, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1998, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07172954545454545, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07824255319148936, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08365777777777778, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08557291666666667, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3802, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3996, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14805625, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15685510204081632, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.158825, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16611599999999999, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-3.json b/aws/ap-southeast-3.json deleted file mode 100644 index 33b1b1112..000000000 --- a/aws/ap-southeast-3.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.784, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.896, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.96, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.96, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5n.4xlarge", - "InstanceType": "c5n.4xlarge", - "Memory": 43008, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15630789473684212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i4i.4xlarge", - "InstanceType": "i4i.4xlarge", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1723957446808511, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17885370370370368, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "r7i.4xlarge", - "InstanceType": "r7i.4xlarge", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1960586956521739, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.196, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.224, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.xlarge", - "InstanceType": "m5d.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.02885348837209302, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i4i.xlarge", - "InstanceType": "i4i.xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05005263157894737, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3.xlarge", - "InstanceType": "i3.xlarge", - "Memory": 31232, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.050314, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5n.xlarge", - "InstanceType": "c5n.xlarge", - "Memory": 10752, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05851219512195122, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.392, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.448, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.48, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05564444444444444, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3.2xlarge", - "InstanceType": "i3.2xlarge", - "Memory": 62464, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08554090909090908, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i4i.2xlarge", - "InstanceType": "i4i.2xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08578039215686276, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "i3en.2xlarge", - "InstanceType": "i3en.2xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10964444444444445, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-4.json b/aws/ap-southeast-4.json deleted file mode 100644 index 2a187f686..000000000 --- a/aws/ap-southeast-4.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.888, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.96, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.008, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.4xlarge", - "InstanceType": "m5d.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.136, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1389084745762712, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15818909090909092, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.4xlarge", - "InstanceType": "m5d.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18184, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c6in.4xlarge", - "InstanceType": "c6in.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.189035593220339, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.222, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.252, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0340188679245283, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04575384615384615, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c6in.xlarge", - "InstanceType": "c6in.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04870847457627119, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.xlarge", - "InstanceType": "m5d.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04876274509803921, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.444, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.48, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.504, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.068618, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c6in.2xlarge", - "InstanceType": "c6in.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0914655172413793, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.2xlarge", - "InstanceType": "m5d.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09194000000000001, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09725471698113207, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ap-southeast-5.json b/aws/ap-southeast-5.json deleted file mode 100644 index ef8d52cec..000000000 --- a/aws/ap-southeast-5.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6664, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.69976, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.4xlarge", - "InstanceType": "c6id.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.79968, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - } - ], - "spot": [] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1666, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17494, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1901, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.xlarge", - "InstanceType": "c6id.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19992, - "tags": [] - } - ], - "spot": [] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3332, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.34988, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3802, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.2xlarge", - "InstanceType": "c6id.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.39984, - "tags": [] - } - ], - "spot": [] - } -} \ No newline at end of file diff --git a/aws/ca-central-1.json b/aws/ca-central-1.json deleted file mode 100644 index 2a72f8f68..000000000 --- a/aws/ca-central-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6696, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.672, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.74214, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.744, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.246008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.258626, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26186000000000004, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26208297872340425, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.167, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1674, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.168, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18554, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06845454545454545, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06870833333333333, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.068722, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06906458333333333, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3341, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3348, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.336, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.37107, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12054000000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.122988, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12796363636363636, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.13219583333333332, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/ca-west-1.json b/aws/ca-west-1.json deleted file mode 100644 index 6eea09b32..000000000 --- a/aws/ca-west-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.744, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.744, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.856, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3306383333333333, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.36528, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.4xlarge", - "InstanceType": "c6id.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38957037037037034, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4079276595744681, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1856, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.186, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.186, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.214, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08370454545454545, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0843234375, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08967333333333334, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.xlarge", - "InstanceType": "c6id.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09662222222222222, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3712, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.372, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.372, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.428, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16837708333333334, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1684263157894737, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18910740740740742, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.2xlarge", - "InstanceType": "m6i.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21251250000000002, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-central-1.json b/aws/eu-central-1.json deleted file mode 100644 index d60b387a9..000000000 --- a/aws/eu-central-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.696, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6984, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.77406, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.776, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1347121212121212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19669545454545456, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24041627906976742, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2559021739130435, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1728, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.174, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1746, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.192, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.03441034482758621, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06491666666666666, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06762926829268293, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0694081081081081, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3456, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.348, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3492, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.384, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.062338235294117646, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1256609756097561, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12830666666666665, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1321263157894737, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-central-2.json b/aws/eu-central-2.json deleted file mode 100644 index 852790462..000000000 --- a/aws/eu-central-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.854, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.977, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.012, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.012, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2085468085106383, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.25204489795918367, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6id.4xlarge", - "InstanceType": "m6id.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2897127272727273, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.4xlarge", - "InstanceType": "m5d.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3049142857142857, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.213, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.244, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.253, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05462549019607843, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.059710869565217393, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06179512195121951, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06945, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.427, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.488, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.506, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10213673469387755, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12152830188679245, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12484905660377359, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1523258620689655, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-north-1.json b/aws/eu-north-1.json deleted file mode 100644 index 722815d27..000000000 --- a/aws/eu-north-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.656, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.72618, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1976607843137255, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20704807692307695, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24389038461538462, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2580446808510638, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.164, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1728, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18155, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.182, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05322765957446809, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0587063829787234, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.060780769230769235, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.061806818181818185, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.328, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3456, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.36309, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.364, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09958600000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10488181818181817, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10620285714285714, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10787954545454545, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-south-1.json b/aws/eu-south-1.json deleted file mode 100644 index ed7199c66..000000000 --- a/aws/eu-south-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8064, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1607111111111111, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16253454545454546, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16438775510204082, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1745603448275862, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1725, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.182, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1917, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2016, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04803777777777778, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04906122448979592, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04923703703703703, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.050795, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.345, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.364, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3834, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.2xlarge", - "InstanceType": "m6a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4032, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07927142857142858, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0841391304347826, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.2xlarge", - "InstanceType": "m6a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08483962264150943, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08805283018867925, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-south-2.json b/aws/eu-south-2.json deleted file mode 100644 index 599aae58e..000000000 --- a/aws/eu-south-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76608, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.768, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8064, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m7i-flex.4xlarge", - "InstanceType": "m7i-flex.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.85384, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20692745098039217, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.20841923076923077, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21753541666666665, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2211050847457627, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1824, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19152, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.192, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2016, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04788205128205128, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.050104166666666665, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05450434782608696, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m7i-flex.xlarge", - "InstanceType": "m7i-flex.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05695576923076923, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3648, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38304, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.384, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4032, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0984078431372549, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10190392156862745, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10422777777777778, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m7i-flex.2xlarge", - "InstanceType": "m7i-flex.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11338571428571428, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-west-1.json b/aws/eu-west-1.json deleted file mode 100644 index 6b0acd389..000000000 --- a/aws/eu-west-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.65664, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.688, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.72778, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7296, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2893872340425532, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32447551020408166, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32498125, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.33666734693877554, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1632, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16416, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.172, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.18194, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0693235294117647, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07338, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.080806, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08222340425531915, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3264, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32832, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.344, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.36389, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14221111111111112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14263673469387755, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15946666666666667, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.2xlarge", - "InstanceType": "c7i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16337234042553192, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-west-2.json b/aws/eu-west-2.json deleted file mode 100644 index eb881d355..000000000 --- a/aws/eu-west-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7272, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7992, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26082500000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2854056603773585, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.28835102040816324, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.290838, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1699, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1818, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.182, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1888, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06471875, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06837551020408163, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.xlarge", - "InstanceType": "c7i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07277916666666666, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0729265306122449, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3398, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3636, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.364, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3776, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12524565217391306, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1299537037037037, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.13084901960784315, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14303636363636363, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/eu-west-3.json b/aws/eu-west-3.json deleted file mode 100644 index 72076a960..000000000 --- a/aws/eu-west-3.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.728, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.80598, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.28041875, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.288706, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.30808372093023256, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.31006, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1699, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.182, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1888, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2015, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06707755102040816, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0736673076923077, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07543000000000001, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0765469387755102, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3398, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.364, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3776, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.40299, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1357357142857143, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14082, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1436204081632653, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15072391304347826, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/il-central-1.json b/aws/il-central-1.json deleted file mode 100644 index dbed1c81d..000000000 --- a/aws/il-central-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76608, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.806, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8988, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.899, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.320034693877551, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.34259074074074075, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3887283333333333, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.391478, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1715, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19152, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1917, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.202, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0722195652173913, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08177111111111111, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0821875, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.08635660377358491, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.343, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38304, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3834, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.403, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.144742, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1639326923076923, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.16575636363636365, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.17400754716981132, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/me-central-1.json b/aws/me-central-1.json deleted file mode 100644 index eeb8523c3..000000000 --- a/aws/me-central-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.845, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.9416, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.4xlarge", - "InstanceType": "m5.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.942, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.959, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23115535714285712, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.4xlarge", - "InstanceType": "c5d.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2681566037735849, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-2", - "CanonicalName": "c6in.4xlarge", - "InstanceType": "c6in.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2908214285714286, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.4xlarge", - "InstanceType": "m6i.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.32857777777777775, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2006, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.211, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.235, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2354, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.060390697674418604, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.xlarge", - "InstanceType": "m6i.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06377173913043478, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.xlarge", - "InstanceType": "m5.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07011627906976745, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.xlarge", - "InstanceType": "c5d.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07052888888888889, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4013, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.422, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.2xlarge", - "InstanceType": "m6i.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4708, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5.2xlarge", - "InstanceType": "m5.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.471, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.10139818181818182, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5d.2xlarge", - "InstanceType": "c5d.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14287608695652174, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.14548703703703703, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m6i.2xlarge", - "InstanceType": "m6i.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1649, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/me-south-1.json b/aws/me-south-1.json deleted file mode 100644 index 90c0f8327..000000000 --- a/aws/me-south-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8448, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.845, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.864, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2296642857142857, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23583529411764706, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23782115384615385, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.4xlarge", - "InstanceType": "c5ad.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24594000000000002, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2006, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.211, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2112, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.057529787234042555, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05859545454545454, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.xlarge", - "InstanceType": "c6i.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.0606566037735849, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.xlarge", - "InstanceType": "c5ad.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06078039215686275, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4013, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.422, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4224, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11018983050847457, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11637826086956521, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12156739130434784, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5ad.2xlarge", - "InstanceType": "c5ad.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12647962962962964, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/sa-east-1.json b/aws/sa-east-1.json deleted file mode 100644 index e58ea27f7..000000000 --- a/aws/sa-east-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.9432, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.944, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.04538, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 1.048, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.117022, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c4.4xlarge", - "InstanceType": "c4.4xlarge", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12449615384615384, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.4xlarge", - "InstanceType": "c6id.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1538030303030303, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m4.4xlarge", - "InstanceType": "m4.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15509714285714285, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2358, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.236, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2419, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26135, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.xlarge", - "InstanceType": "c6id.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.03368076923076923, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.xlarge", - "InstanceType": "inf1.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04024166666666667, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.xlarge", - "InstanceType": "c7i-flex.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05886190476190476, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "m5d.xlarge", - "InstanceType": "m5d.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.061112, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4716, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.472, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.4838, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.52269, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c7i-flex.2xlarge", - "InstanceType": "c7i-flex.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05579038461538462, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06118571428571429, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06157173913043478, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6id.2xlarge", - "InstanceType": "c6id.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06933055555555555, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/us-east-1.json b/aws/us-east-1.json deleted file mode 100644 index f2024d3f0..000000000 --- a/aws/us-east-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.612, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.616, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6783, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23843452380952382, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2438170731707317, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24848795180722894, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2487951219512195, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.153, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.154, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1664, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.042712820512820514, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "r6a.xlarge", - "InstanceType": "r6a.xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04593157894736842, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05585679012345679, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05780151515151515, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.306, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.308, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3328, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.09256464646464646, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11446800000000001, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1191132530120482, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12180256410256411, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/us-east-2.json b/aws/us-east-2.json deleted file mode 100644 index abf0007ce..000000000 --- a/aws/us-east-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.612, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.616, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6783, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24162916666666667, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.24807872340425532, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2507107142857143, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.26798125, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.153, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.154, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1664, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05927291666666667, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.059667391304347825, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06158888888888889, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.06434565217391304, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.306, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.308, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3328, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11067750000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11534901960784315, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-east-2", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.119276, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12398936170212765, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/us-gov-east-1.json b/aws/us-gov-east-1.json deleted file mode 100644 index 927de740e..000000000 --- a/aws/us-gov-east-1.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.736, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c7i.4xlarge", - "InstanceType": "c7i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8568, - "tags": [] - } - ], - "spot": [] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1757, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.184, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1952, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.204, - "tags": [] - } - ], - "spot": [] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3514, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.368, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3904, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-east-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.408, - "tags": [] - } - ], - "spot": [] - } -} \ No newline at end of file diff --git a/aws/us-gov-west-1.json b/aws/us-gov-west-1.json deleted file mode 100644 index a8e5910eb..000000000 --- a/aws/us-gov-west-1.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.736, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.872, - "tags": [] - } - ], - "spot": [] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1757, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.184, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1952, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5.xlarge", - "InstanceType": "c5.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.204, - "tags": [] - } - ], - "spot": [] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3514, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.368, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3904, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-gov-west-1", - "CanonicalName": "c5.2xlarge", - "InstanceType": "c5.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.408, - "tags": [] - } - ], - "spot": [] - } -} \ No newline at end of file diff --git a/aws/us-west-1.json b/aws/us-west-1.json deleted file mode 100644 index 38943874f..000000000 --- a/aws/us-west-1.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.76, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.7632, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.8064, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.808, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.4xlarge", - "InstanceType": "m6a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.29407428571428573, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.30408857142857143, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m5a.4xlarge", - "InstanceType": "m5a.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.31166875, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3137257142857143, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1786, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1908, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1984, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07343333333333332, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.073934375, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.074703125, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t2.xlarge", - "InstanceType": "t2.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.07771515151515151, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3571, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.38, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3816, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3968, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.12892727272727272, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1368125, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15029375, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.15511944444444445, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/aws/us-west-2.json b/aws/us-west-2.json deleted file mode 100644 index d0b8d0951..000000000 --- a/aws/us-west-2.json +++ /dev/null @@ -1,344 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.612, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.4xlarge", - "InstanceType": "c5a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.616, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.6783, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "c5.4xlarge", - "InstanceType": "c5.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.68, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.4xlarge", - "InstanceType": "c6i.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.19586451612903225, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "g4dn.4xlarge", - "InstanceType": "g4dn.4xlarge", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.21364897959183674, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.4xlarge", - "InstanceType": "c6a.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.2220507462686567, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "c7i-flex.4xlarge", - "InstanceType": "c7i-flex.4xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.23724848484848485, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.xlarge", - "InstanceType": "t3a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.153, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.xlarge", - "InstanceType": "c5a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.154, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1664, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.xlarge", - "InstanceType": "c6a.xlarge", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.04564761904761905, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.xlarge", - "InstanceType": "t3.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05509344262295082, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "m4.xlarge", - "InstanceType": "m4.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.05518695652173913, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "m6a.xlarge", - "InstanceType": "m6a.xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.055889655172413795, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "t3a.2xlarge", - "InstanceType": "t3a.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.306, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c5a.2xlarge", - "InstanceType": "c5a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.308, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t3.2xlarge", - "InstanceType": "t3.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.3328, - "tags": [] - } - ], - "spot": [ - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "t2.2xlarge", - "InstanceType": "t2.2xlarge", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.101788, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "us-west-2", - "CanonicalName": "inf1.2xlarge", - "InstanceType": "inf1.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11276363636363637, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-southeast-5", - "CanonicalName": "c6i.2xlarge", - "InstanceType": "c6i.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.1131723076923077, - "tags": [] - }, - { - "Architecture": [ - "x86_64" - ], - "BestOnDemandHourPriceRegion": "ap-south-1", - "CanonicalName": "c6a.2xlarge", - "InstanceType": "c6a.2xlarge", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:29:56", - "PaymentType": "OnDemand", - "PricePerHour": 0.11460983606557378, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/australiacentral.json b/azure/australiacentral.json deleted file mode 100644 index 8158a5f5a..000000000 --- a/azure/australiacentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.747, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.3", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.748, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.834, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.1344, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.19, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.2", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.337, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.411, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.417, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "East US / -21.1", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/australiacentral2.json b/azure/australiacentral2.json deleted file mode 100644 index 0c0472dbd..000000000 --- a/azure/australiacentral2.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.673, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.76, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.822, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0864, - "architecture": "x64", - "bestPriceRegion": "Central India / -28.1", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0888, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0888, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.08958, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.168, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.208, - "architecture": "x64", - "bestPriceRegion": "Central India / -52.7", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0216, - "architecture": "x64", - "bestPriceRegion": "Central India / -28.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0222, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0222, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0222, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.337, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.417, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "East US / -21.1", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0432, - "architecture": "x64", - "bestPriceRegion": "Central India / -28.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0444, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0444, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.04486, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / 0", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/australiaeast.json b/azure/australiaeast.json deleted file mode 100644 index 431182005..000000000 --- a/azure/australiaeast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.673, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.76, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.822, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.1344, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.168, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.19, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.2", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.373, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "East US / -21.1", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/australiasoutheast.json b/azure/australiasoutheast.json deleted file mode 100644 index efc57ddad..000000000 --- a/azure/australiasoutheast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.766, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.84, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.856, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.2", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12474, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.8", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12516, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.3", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13972, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -31.3", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.21, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "Central India / -54", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03094, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.2", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03122, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.9", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03136, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.391, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.42, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.423, - "architecture": "x64", - "bestPriceRegion": "East US / -21.3", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06188, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.2", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0623, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -28.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06258, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.3", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/brazilsouth.json b/azure/brazilsouth.json deleted file mode 100644 index 360d79994..000000000 --- a/azure/brazilsouth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.857, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.952, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.968, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.048, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -35.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.14672, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.14672, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.15456, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.8", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.16072, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -35.2", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.232, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -31", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.242, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.257, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0378, - "architecture": "x64", - "bestPriceRegion": "UK South / -41.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03864, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.464, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -31", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.465, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -62.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.484, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.513, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.07336, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07336, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.07728, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.8", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.07924, - "architecture": "x64", - "bestPriceRegion": "UK South / -42", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/brazilsoutheast.json b/azure/brazilsoutheast.json deleted file mode 100644 index 8a074dd7f..000000000 --- a/azure/brazilsoutheast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 1.188, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -70.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 1.238, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -93.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.332, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -70.4", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.362, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -50.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.19068, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.19068, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.2009, - "architecture": "x64", - "bestPriceRegion": "Central India / -69.1", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.20902, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -50.1", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.279, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -68.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.302, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -47", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.328, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -93.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Central India / -70.5", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04774, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04774, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.04914, - "architecture": "x64", - "bestPriceRegion": "UK South / -55.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05026, - "architecture": "x64", - "bestPriceRegion": "Central India / -69.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.594, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -70.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.603, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -46.9", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.629, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -68.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.656, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -93.8", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09534, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.4", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.09534, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -53.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.10052, - "architecture": "x64", - "bestPriceRegion": "Central India / -69.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.10318, - "architecture": "x64", - "bestPriceRegion": "UK South / -55.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/canadacentral.json b/azure/canadacentral.json deleted file mode 100644 index 32199e6b4..000000000 --- a/azure/canadacentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.731, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.741, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -8.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.742, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10374, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10416, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.1162, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.3", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.148, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.183, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -10.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "East US / -8.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0259, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02604, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.366, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "East US / -10.2", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05194, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05208, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/canadaeast.json b/azure/canadaeast.json deleted file mode 100644 index 6aa1fc43b..000000000 --- a/azure/canadaeast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.669, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.731, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.741, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -8.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10374, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10416, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.1", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.148, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.167, - "architecture": "x64", - "bestPriceRegion": "Central India / -41.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.183, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "East US / -8.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0259, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02604, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.366, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "East US / -10.2", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05194, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05208, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/centralindia.json b/azure/centralindia.json deleted file mode 100644 index b5c795317..000000000 --- a/azure/centralindia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.349, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.444, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.444, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "DC16as_cc_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:02:02", - "name": "Standard_DC16as_cc_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.444, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:37", - "name": "Standard_DC16as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06216, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06902, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16a_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:07", - "name": "Standard_D16a_v4", - "paymentType": "payasyougo", - "perfScore": 293654, - "tags": [] - }, - { - "PricePerHour": 0.06902, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16as_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:02:41", - "name": "Standard_D16as_v4", - "paymentType": "payasyougo", - "perfScore": 292074, - "tags": [] - }, - { - "PricePerHour": 0.07518, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D16ads_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:56", - "name": "Standard_D16ads_v5", - "paymentType": "payasyougo", - "perfScore": 306800, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.0984, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.106, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -17.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.111, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "DC4as_cc_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:20", - "name": "Standard_DC4as_cc_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.111, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:42", - "name": "Standard_DC4as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.01554, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.01722, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D4a_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:06:15", - "name": "Standard_D4a_v4", - "paymentType": "payasyougo", - "perfScore": 70996, - "tags": [] - }, - { - "PricePerHour": 0.01722, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D4as_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_D4as_v4", - "paymentType": "payasyougo", - "perfScore": 71707, - "tags": [] - }, - { - "PricePerHour": 0.01876, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D4ads_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:02:59", - "name": "Standard_D4ads_v5", - "paymentType": "payasyougo", - "perfScore": 72644, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -17.5", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "DC8as_cc_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:30", - "name": "Standard_DC8as_cc_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:18", - "name": "Standard_DC8as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03444, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D8a_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:12", - "name": "Standard_D8a_v4", - "paymentType": "payasyougo", - "perfScore": 151379, - "tags": [] - }, - { - "PricePerHour": 0.03444, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D8as_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:03:14", - "name": "Standard_D8as_v4", - "paymentType": "payasyougo", - "perfScore": 151474, - "tags": [] - }, - { - "PricePerHour": 0.03752, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "D8ads_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:52", - "name": "Standard_D8ads_v5", - "paymentType": "payasyougo", - "perfScore": 153951, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/centralus.json b/azure/centralus.json deleted file mode 100644 index 4e3ecd6fa..000000000 --- a/azure/centralus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.602, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.68, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -11.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10878, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.9", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12152, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.151, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -14.9", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.2", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.37, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -14.9", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.377, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05446, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.9", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/eastasia.json b/azure/eastasia.json deleted file mode 100644 index 68e592922..000000000 --- a/azure/eastasia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.745, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.2", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.841, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.864, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -21.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.864, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -21.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.13328, - "architecture": "x64", - "bestPriceRegion": "Central India / -53.4", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13776, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.8", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.205, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -57.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.207, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.216, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.216, - "architecture": "x64", - "bestPriceRegion": "East US / -21.8", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03332, - "architecture": "x64", - "bestPriceRegion": "Central India / -53.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.372, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.2", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.432, - "architecture": "x64", - "bestPriceRegion": "North Central US / -21.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.432, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -21.8", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.451, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06664, - "architecture": "x64", - "bestPriceRegion": "Central India / -53.4", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/eastus.json b/azure/eastus.json deleted file mode 100644 index 9aa76db1b..000000000 --- a/azure/eastus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.533, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.5", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.675, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09478, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.133, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02366, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.303, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.332, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "East US / 0", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04732, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D8_v3", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:53", - "name": "Standard_D8_v3", - "paymentType": "payasyougo", - "perfScore": 100422, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/eastus2.json b/azure/eastus2.json deleted file mode 100644 index 4828e17a8..000000000 --- a/azure/eastus2.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.602, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.606, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09478, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.133, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.15, - "architecture": "x64", - "bestPriceRegion": "Central India / -34.4", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02366, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.295, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "East US / 0", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04732, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D8_v3", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:53", - "name": "Standard_D8_v3", - "paymentType": "payasyougo", - "perfScore": 100422, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/francecentral.json b/azure/francecentral.json deleted file mode 100644 index de33295c3..000000000 --- a/azure/francecentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.669, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.676, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.68, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.8", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7.9", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7.9", - "canonicalname": "F16s", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:06", - "name": "Standard_F16s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.151, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.189, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -12.2", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.1", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.1", - "canonicalname": "F4s", - "memory": 8192, - "modifiedDate": "11/11/2024 01:02:58", - "name": "Standard_F4s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.2", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.377, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.378, - "architecture": "x64", - "bestPriceRegion": "East US / -11.9", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7.9", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7.9", - "canonicalname": "F8s", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:04", - "name": "Standard_F8s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/francesouth.json b/azure/francesouth.json deleted file mode 100644 index fc2c2c3a8..000000000 --- a/azure/francesouth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.783, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -55.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.943, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.4", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.958, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -58.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.047, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -35.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.14658, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Central India / -57.7", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.1", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.196, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -55.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.217, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.239, - "architecture": "x64", - "bestPriceRegion": "Central India / -58.8", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.245, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.7", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.1", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.1", - "canonicalname": "F4s", - "memory": 8192, - "modifiedDate": "11/11/2024 01:02:58", - "name": "Standard_F4s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03668, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03682, - "architecture": "x64", - "bestPriceRegion": "Central India / -57.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.428, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.442, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -55.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.472, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.524, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -35.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.07336, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0735, - "architecture": "x64", - "bestPriceRegion": "Central India / -57.7", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.0735, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -39.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0735, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.1", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/germanynorth.json b/azure/germanynorth.json deleted file mode 100644 index a579b5338..000000000 --- a/azure/germanynorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.869, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.884, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.972, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.5", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.998, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -33.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.14126, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.14126, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.15148, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.4", - "canonicalname": "D16a_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:07", - "name": "Standard_D16a_v4", - "paymentType": "payasyougo", - "perfScore": 293654, - "tags": [] - }, - { - "PricePerHour": 0.15148, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.4", - "canonicalname": "D16as_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:02:41", - "name": "Standard_D16as_v4", - "paymentType": "payasyougo", - "perfScore": 292074, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.213, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -25.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.217, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.8", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.225, - "architecture": "x64", - "bestPriceRegion": "Central India / -56.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.24, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.6", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "UK South / -26.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03528, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03528, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0378, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.4", - "canonicalname": "D4a_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:06:15", - "name": "Standard_D4a_v4", - "paymentType": "payasyougo", - "perfScore": 70996, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.398, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -56.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.426, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -21.8", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.479, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.6", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.486, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -59.5", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05964, - "architecture": "x64", - "bestPriceRegion": "UK South / -22.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07056, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.07056, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.07574, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.5", - "canonicalname": "D8a_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:12", - "name": "Standard_D8a_v4", - "paymentType": "payasyougo", - "perfScore": 151379, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/germanywestcentral.json b/azure/germanywestcentral.json deleted file mode 100644 index f2015e02d..000000000 --- a/azure/germanywestcentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.612, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.691, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.754, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -13.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11648, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.7", - "canonicalname": "D16a_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:07", - "name": "Standard_D16a_v4", - "paymentType": "payasyougo", - "perfScore": 293654, - "tags": [] - }, - { - "PricePerHour": 0.11648, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.7", - "canonicalname": "D16as_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:02:41", - "name": "Standard_D16as_v4", - "paymentType": "payasyougo", - "perfScore": 292074, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.171, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.5", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02912, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.9", - "canonicalname": "D4a_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:06:15", - "name": "Standard_D4a_v4", - "paymentType": "payasyougo", - "perfScore": 70996, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.346, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.377, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05824, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.9", - "canonicalname": "D8a_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:12", - "name": "Standard_D8a_v4", - "paymentType": "payasyougo", - "perfScore": 151379, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/israelcentral.json b/azure/israelcentral.json deleted file mode 100644 index e684f517e..000000000 --- a/azure/israelcentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.679, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.681, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.76, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.766, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B16s_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:54", - "name": "Standard_B16s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.1183, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -20.3", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.19, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.2", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -17.2", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "UK South / -18.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02954, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.304, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.8", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.339, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05614, - "architecture": "x64", - "bestPriceRegion": "UK South / -18.1", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05908, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/italynorth.json b/azure/italynorth.json deleted file mode 100644 index 87d30aa1b..000000000 --- a/azure/italynorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.611, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.9", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.752, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.763, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -13.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.9", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.171, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.5", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.342, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.1", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.382, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/japaneast.json b/azure/japaneast.json deleted file mode 100644 index 62a747c27..000000000 --- a/azure/japaneast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.844, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.856, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.856, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11984, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11984, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13664, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.2", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.174, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.9", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "Central India / -54", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -20.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02996, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02996, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03136, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.03332, - "architecture": "x64", - "bestPriceRegion": "UK South / -34.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.384, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.428, - "architecture": "x64", - "bestPriceRegion": "North Central US / -20.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.428, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -21", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06272, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.06832, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.2", - "canonicalname": "D8lds_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:02:17", - "name": "Standard_D8lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/japanwest.json b/azure/japanwest.json deleted file mode 100644 index 2c07999b6..000000000 --- a/azure/japanwest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.694, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.7", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.771, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.856, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.6", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.858, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11984, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13132, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -32.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.13664, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.2", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "Central India / -54", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.214, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -20.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02996, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03136, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.0329, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -32.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03332, - "architecture": "x64", - "bestPriceRegion": "UK South / -34.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.384, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.392, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.428, - "architecture": "x64", - "bestPriceRegion": "North Central US / -20.6", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06272, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.4", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.06566, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -32.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06832, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.2", - "canonicalname": "D8lds_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:02:17", - "name": "Standard_D8lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/jioindiawest.json b/azure/jioindiawest.json deleted file mode 100644 index 844ec43d9..000000000 --- a/azure/jioindiawest.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.349, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.394, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.444, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:37", - "name": "Standard_DC16as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.493, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "D16a_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:07", - "name": "Standard_D16a_v4", - "paymentType": "payasyougo", - "perfScore": 293654, - "tags": [] - } - ], - "spot": [] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.0872, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0984, - "architecture": "x64", - "bestPriceRegion": "Central India / 0", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.111, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:42", - "name": "Standard_DC4as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.123, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "D4a_v4", - "memory": 16384, - "modifiedDate": "11/11/2024 01:06:15", - "name": "Standard_D4a_v4", - "paymentType": "payasyougo", - "perfScore": 70996, - "tags": [] - } - ], - "spot": [] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.174, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.197, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.222, - "architecture": "x64", - "bestPriceRegion": "Jio India West / 0", - "canonicalname": "DC8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:18", - "name": "Standard_DC8as_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [] - } -} \ No newline at end of file diff --git a/azure/koreacentral.json b/azure/koreacentral.json deleted file mode 100644 index 393d4d08a..000000000 --- a/azure/koreacentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -11.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -11.8", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.81, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F16s", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:06", - "name": "Standard_F16s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.184, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.184, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.4", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -9", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -9", - "canonicalname": "F4s", - "memory": 8192, - "modifiedDate": "11/11/2024 01:02:58", - "name": "Standard_F4s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.368, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.368, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.3", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.384, - "architecture": "x64", - "bestPriceRegion": "North Central US / -11.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F8s", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:04", - "name": "Standard_F8s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/koreasouth.json b/azure/koreasouth.json deleted file mode 100644 index cfbb589a9..000000000 --- a/azure/koreasouth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.613, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.692, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.751, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.765, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B16s_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:54", - "name": "Standard_B16s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10948, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11074, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.9", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -8.8", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.153, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.192, - "architecture": "x64", - "bestPriceRegion": "East US / -12", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02702, - "architecture": "x64", - "bestPriceRegion": "UK South / -18.7", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02744, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02772, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.9", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.306, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.346, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.1", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.384, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -12", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05474, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.9", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05544, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.9", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.0567, - "architecture": "x64", - "bestPriceRegion": "UK South / -18.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/mexicocentral.json b/azure/mexicocentral.json deleted file mode 100644 index 21bf8942f..000000000 --- a/azure/mexicocentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.732, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -9", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.744, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.748, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.757, - "architecture": "x64", - "bestPriceRegion": "Central India / -41.3", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.18925, - "architecture": "x64", - "bestPriceRegion": "Central India / -67.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.21125, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.183, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -9.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "East US / -9.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -9.1", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -24.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0465, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04675, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04725, - "architecture": "x64", - "bestPriceRegion": "Central India / -67.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.05275, - "architecture": "x64", - "bestPriceRegion": "UK South / -58.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.366, - "architecture": "x64", - "bestPriceRegion": "East US / -9", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.372, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "North Central US / -9.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.378, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.3", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.093, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0935, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0945, - "architecture": "x64", - "bestPriceRegion": "Central India / -67.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.1055, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -52.6", - "canonicalname": "D8_v3", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:53", - "name": "Standard_D8_v3", - "paymentType": "payasyougo", - "perfScore": 100422, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/northcentralus.json b/azure/northcentralus.json deleted file mode 100644 index ea539bac4..000000000 --- a/azure/northcentralus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.589, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.602, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.606, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.7", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.152, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.295, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.303, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "East US / 0", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.7", - "canonicalname": "D8_v4", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:41", - "name": "Standard_D8_v4", - "paymentType": "payasyougo", - "perfScore": 135803, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/northeurope.json b/azure/northeurope.json deleted file mode 100644 index fd590fb11..000000000 --- a/azure/northeurope.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.578, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -39.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.646, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.726, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.7", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.728, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -8.5", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.1022, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11984, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -16.6", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.163, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.163, - "architecture": "x64", - "bestPriceRegion": "Central India / -39.6", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.18, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02688, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.323, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.5", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.326, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.326, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -39.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.364, - "architecture": "x64", - "bestPriceRegion": "East US / -8.5", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0511, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05376, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -17.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/norwayeast.json b/azure/norwayeast.json deleted file mode 100644 index 0a6824df0..000000000 --- a/azure/norwayeast.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.747, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.3", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.822, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.834, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11956, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.13608, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.13776, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.14, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.2, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -20.5", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.208, - "architecture": "x64", - "bestPriceRegion": "Central India / -52.7", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.028, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02996, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.9", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03402, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03444, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.5", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.411, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.419, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -20.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05866, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05978, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06804, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06888, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/norwaywest.json b/azure/norwaywest.json deleted file mode 100644 index 7119ccebf..000000000 --- a/azure/norwaywest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.949, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -63.2", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.973, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.062, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -62.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.098, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -39.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.17696, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17696, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.17906, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.7", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.219, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -60.2", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.243, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.26, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -38.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Central India / -63", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0364, - "architecture": "x64", - "bestPriceRegion": "UK South / -39.7", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0448, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.475, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -63.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.494, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -60.1", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.523, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.544, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -38.8", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.07616, - "architecture": "x64", - "bestPriceRegion": "UK South / -39.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.08848, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.08848, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.08946, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/polandcentral.json b/azure/polandcentral.json deleted file mode 100644 index a78c53a24..000000000 --- a/azure/polandcentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.835, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -58.2", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.845, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.854, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.854, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -20.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11956, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11956, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.1281, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13678, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -26.3", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.19, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.2, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -20.5", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.3", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.213, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -20.2", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.028, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03206, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.418, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -58.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.419, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -20.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.421, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "East US / -21.1", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05866, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05978, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05978, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06412, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/qatarcentral.json b/azure/qatarcentral.json deleted file mode 100644 index 60496f44b..000000000 --- a/azure/qatarcentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.681, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.752, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.76, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.802, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -17", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.1183, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.1183, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13188, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.2", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.172, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.8", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -16.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02954, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02954, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.304, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.8", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.056, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05908, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05908, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southafricanorth.json b/azure/southafricanorth.json deleted file mode 100644 index 523b9a3f3..000000000 --- a/azure/southafricanorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.765, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.769, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.855, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.868, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -23.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.12754, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.12768, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12824, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.14224, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -29.7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.195, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.5", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.211, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.213, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -25.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "UK South / -26.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03192, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03192, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03206, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -54.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.421, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.4", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.427, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.434, - "architecture": "x64", - "bestPriceRegion": "East US / -23.3", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.06244, - "architecture": "x64", - "bestPriceRegion": "UK South / -26.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06384, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06384, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -30.5", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06412, - "architecture": "x64", - "bestPriceRegion": "Central India / -51.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southafricawest.json b/azure/southafricawest.json deleted file mode 100644 index 39b2b6830..000000000 --- a/azure/southafricawest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.68, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -0.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.973, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -64.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.073, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.5", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.085, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -38.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.16604, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -46.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.16674, - "architecture": "x64", - "bestPriceRegion": "Central India / -62.7", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.1778, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -43.8", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "East US / -0.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.243, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -64.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.25, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.9", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.254, - "architecture": "x64", - "bestPriceRegion": "Central India / -61.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03738, - "architecture": "x64", - "bestPriceRegion": "UK South / -41.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04144, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -46.4", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04172, - "architecture": "x64", - "bestPriceRegion": "Central India / -62.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.34, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -0.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.487, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -64.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.536, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.5", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.54238, - "architecture": "x64", - "bestPriceRegion": "East US / -38.6", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07826, - "architecture": "x64", - "bestPriceRegion": "UK South / -41.3", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.08302, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -46.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0833, - "architecture": "x64", - "bestPriceRegion": "Central India / -62.7", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southcentralus.json b/azure/southcentralus.json deleted file mode 100644 index 277880564..000000000 --- a/azure/southcentralus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.639, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.722, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.4", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.781, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.799, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -16.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11564, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.1225, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.9", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.176, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -9.1", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.178, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -51", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.18, - "architecture": "x64", - "bestPriceRegion": "Central India / -45.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -16.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.352, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -9.1", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.354, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.6", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.361, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05782, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southeastasia.json b/azure/southeastasia.json deleted file mode 100644 index 50a597df8..000000000 --- a/azure/southeastasia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.669, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.748, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.784, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -13.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10976, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10976, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12096, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.6", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.189, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.9", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.196, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -13.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.196, - "architecture": "x64", - "bestPriceRegion": "East US / -13.8", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02744, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02744, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02772, - "architecture": "x64", - "bestPriceRegion": "UK South / -20.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03024, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.1", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.378, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.392, - "architecture": "x64", - "bestPriceRegion": "North Central US / -13.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05488, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05488, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -19.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05838, - "architecture": "x64", - "bestPriceRegion": "UK South / -21.3", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06048, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/southindia.json b/azure/southindia.json deleted file mode 100644 index cca1f97bd..000000000 --- a/azure/southindia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.748, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9.5", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.751, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.5", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.905, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.1", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.922, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -57.3", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10472, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.13426, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -33.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.13524, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.13524, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "F16s", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:06", - "name": "Standard_F16s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.187, - "architecture": "x64", - "bestPriceRegion": "East US / -9.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -22.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -57.7", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.209, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -23.4", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02618, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "UK South / -23.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0336, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -33.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03388, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23.3", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -9.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.418, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -23.4", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.424, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.5", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05236, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06062, - "architecture": "x64", - "bestPriceRegion": "UK South / -24.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06706, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -33.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06762, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/spaincentral.json b/azure/spaincentral.json deleted file mode 100644 index 9a1434baf..000000000 --- a/azure/spaincentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.0808, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0912, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B16s_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:54", - "name": "Standard_B16s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.693, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.6", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.732, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -9", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0202, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0228, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B16s_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:54", - "name": "Standard_B16s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.10222, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.10329, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.0202, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0228, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.00505, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0057, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B4s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:14", - "name": "Standard_B4s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02422, - "architecture": "x64", - "bestPriceRegion": "UK South / -9.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02556, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.0404, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0456, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.346, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.366, - "architecture": "x64", - "bestPriceRegion": "East US / -9", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0101, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0114, - "architecture": "x64", - "bestPriceRegion": "Spain Central / 0", - "canonicalname": "B8s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:02:25", - "name": "Standard_B8s_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05058, - "architecture": "x64", - "bestPriceRegion": "UK South / -9.1", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05111, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -13.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/swedencentral.json b/azure/swedencentral.json deleted file mode 100644 index fb943e956..000000000 --- a/azure/swedencentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.622, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -36.7", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.624, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.686, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.691, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -3.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10192, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10304, - "architecture": "x64", - "bestPriceRegion": "Central India / -39.7", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.5", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.138, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -36.8", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.153, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.8", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.156, - "architecture": "x64", - "bestPriceRegion": "Central India / -36.9", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -4", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.9", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02576, - "architecture": "x64", - "bestPriceRegion": "Central India / -39.7", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.275, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -36.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.311, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -36.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.346, - "architecture": "x64", - "bestPriceRegion": "East US / -3.8", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05096, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -12.9", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05152, - "architecture": "x64", - "bestPriceRegion": "Central India / -39.7", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/switzerlandnorth.json b/azure/switzerlandnorth.json deleted file mode 100644 index 9239be1db..000000000 --- a/azure/switzerlandnorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.673, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.822, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.834, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.8448, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -21.2", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.1195, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.13608, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.13776, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13999, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.168, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.197, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -19.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.208, - "architecture": "x64", - "bestPriceRegion": "Central India / -52.7", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02758, - "architecture": "x64", - "bestPriceRegion": "UK South / -20.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02988, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03402, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03444, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.374, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.5", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.394, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -15.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.411, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.417, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05516, - "architecture": "x64", - "bestPriceRegion": "UK South / -16.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05975, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06804, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -34.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06888, - "architecture": "x64", - "bestPriceRegion": "Central India / -54.9", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/switzerlandwest.json b/azure/switzerlandwest.json deleted file mode 100644 index 468c4926c..000000000 --- a/azure/switzerlandwest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.875, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -60.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.973, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.988, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -60.1", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 1.09769, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -39.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.15544, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17696, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.17906, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.18208, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.8", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.237, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -63.2", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.243, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.256, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -37.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Central India / -63", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03584, - "architecture": "x64", - "bestPriceRegion": "UK South / -38.7", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03885, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.9", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.04424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0448, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.475, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -63.4", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.512, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -35", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.523, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -92.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.531, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -62.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.07168, - "architecture": "x64", - "bestPriceRegion": "UK South / -35.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07758, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.8", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.08848, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -49.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.08946, - "architecture": "x64", - "bestPriceRegion": "Central India / -65.3", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/uaecentral.json b/azure/uaecentral.json deleted file mode 100644 index 81506a83a..000000000 --- a/azure/uaecentral.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.905, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -61.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.997, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.9", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.998, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -33.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 1.009, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -32.9", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.14126, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.15372, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.2", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.15428, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.7", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.16548, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.226, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -61.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.235, - "architecture": "x64", - "bestPriceRegion": "Central India / -58.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.237, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -32.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.249, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.9", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.03318, - "architecture": "x64", - "bestPriceRegion": "UK South / -33.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.03528, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0385, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03864, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.8", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.453, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -61.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.462, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -91.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.469, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -58", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.495, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -32.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0693, - "architecture": "x64", - "bestPriceRegion": "UK South / -33.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.07056, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -37.1", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.07686, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -42.2", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.07714, - "architecture": "x64", - "bestPriceRegion": "Central India / -59.7", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/uaenorth.json b/azure/uaenorth.json deleted file mode 100644 index 135412aac..000000000 --- a/azure/uaenorth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.713, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -51.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.784, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.796, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.5", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.799, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -16.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.1183, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13188, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -27.2", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -16.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.196, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.199, - "architecture": "x64", - "bestPriceRegion": "Central India / -50.6", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02954, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.355, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.6", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.398, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.5", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.399, - "architecture": "x64", - "bestPriceRegion": "East US / -16.5", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.056, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05908, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -24.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/uksouth.json b/azure/uksouth.json deleted file mode 100644 index f3e958846..000000000 --- a/azure/uksouth.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.676, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.742, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.754, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.8", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.104, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10504, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.5", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11136, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.2", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - }, - { - "PricePerHour": 0.11136, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.2", - "canonicalname": "D16s_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:46", - "name": "Standard_D16s_v3", - "paymentType": "payasyougo", - "perfScore": 199434, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.151, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.3", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Central India / -42.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.183, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -13.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.186, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02196, - "architecture": "x64", - "bestPriceRegion": "UK South / 0", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.026, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.2", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02626, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.5", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02784, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.2", - "canonicalname": "D4_v3", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:55", - "name": "Standard_D4_v3", - "paymentType": "payasyougo", - "perfScore": 49708, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.2", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.371, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.377, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.378, - "architecture": "x64", - "bestPriceRegion": "East US / -11.9", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04596, - "architecture": "x64", - "bestPriceRegion": "UK South / 0", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.052, - "architecture": "x64", - "bestPriceRegion": "Central India / -40.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05252, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.5", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05568, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -10.2", - "canonicalname": "D8_v3", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:53", - "name": "Standard_D8_v3", - "paymentType": "payasyougo", - "perfScore": 100422, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/ukwest.json b/azure/ukwest.json deleted file mode 100644 index 7c5e68172..000000000 --- a/azure/ukwest.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.645, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.9", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.713, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.7", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.752, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.4", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.802, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11326, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.6", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11522, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.9", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11648, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.161, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.8", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "Central India / -45.9", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -11.7", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - }, - { - "PricePerHour": 0.197, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.7", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.5", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02912, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.03108, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.322, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -46", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.357, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.7", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "East US / -11.4", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - }, - { - "PricePerHour": 0.401, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0567, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -21.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05754, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.8", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05824, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.06496, - "architecture": "x64", - "bestPriceRegion": "UK South / -29.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/usgovarizona.json b/azure/usgovarizona.json deleted file mode 100644 index 3ebb13848..000000000 --- a/azure/usgovarizona.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.622, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.765, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.4", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.776, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.2", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.78, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -14.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.119, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12208, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.4", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.156, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / 0", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.176, - "architecture": "x64", - "bestPriceRegion": "Central India / -44.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "UK South / -19.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03052, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.311, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.1", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / 0", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.351, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.5", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05418, - "architecture": "x64", - "bestPriceRegion": "UK South / -15.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0595, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.4", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06104, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/usgovtexas.json b/azure/usgovtexas.json deleted file mode 100644 index d430a3de4..000000000 --- a/azure/usgovtexas.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.737, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.739, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.78, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -14.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.816, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -17", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.119, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.4", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.1204, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.4", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.13398, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.2", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / 0", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.184, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.185, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -52.9", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "Central India / -47.7", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "UK South / -19.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02982, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.6", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0301, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.4", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / 0", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.7", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -47.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.387, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -14", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05418, - "architecture": "x64", - "bestPriceRegion": "UK South / -15.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.0595, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.4", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0602, - "architecture": "x64", - "bestPriceRegion": "Central India / -48.4", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/usgovvirginia.json b/azure/usgovvirginia.json deleted file mode 100644 index a1f4a8033..000000000 --- a/azure/usgovvirginia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.622, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.691, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.702, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.78, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -14.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12208, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12992, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.4", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.156, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.1", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / 0", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.194, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -18", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "UK South / -19.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.03052, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.32, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / 0", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.348, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.351, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43.9", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.383, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.5", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05418, - "architecture": "x64", - "bestPriceRegion": "UK South / -15.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.06104, - "architecture": "x64", - "bestPriceRegion": "Central India / -49.1", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westcentralus.json b/azure/westcentralus.json deleted file mode 100644 index 97956fe10..000000000 --- a/azure/westcentralus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.707, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.6", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.713, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -51.1", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.796, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50.5", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.799, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -16.6", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11424, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11564, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.2", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.1225, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -14.9", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.16, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.5", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.175, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -9.1", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.176, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -9.1", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.18, - "architecture": "x64", - "bestPriceRegion": "Central India / -45.3", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0245, - "architecture": "x64", - "bestPriceRegion": "UK South / -10.4", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02856, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.1", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.352, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -9.1", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.357, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -51.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.361, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -45.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.367, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -9.3", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05138, - "architecture": "x64", - "bestPriceRegion": "UK South / -10.5", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05712, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -22.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05782, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.2", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westeurope.json b/azure/westeurope.json deleted file mode 100644 index 39c8f44cd..000000000 --- a/azure/westeurope.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.612, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.691, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.754, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.768, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -13.3", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.10864, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.11648, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.12432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.9", - "canonicalname": "D16lds_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:49", - "name": "Standard_D16lds_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.153, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -43", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.173, - "architecture": "x64", - "bestPriceRegion": "Central India / -43.1", - "canonicalname": "B4as_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:52", - "name": "Standard_B4as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.182, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.6", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02548, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02716, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.02912, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.34, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.1", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.343, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.3", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.38, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -12.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.382, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.4", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0532, - "architecture": "x64", - "bestPriceRegion": "UK South / -13.6", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05432, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -18.3", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.05824, - "architecture": "x64", - "bestPriceRegion": "Central India / -46.6", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westindia.json b/azure/westindia.json deleted file mode 100644 index d78625a74..000000000 --- a/azure/westindia.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.68, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -0.4", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.755, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.77, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -48.8", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.1218, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -27.1", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12292, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F16", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:08", - "name": "Standard_F16", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.12292, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F16s", - "memory": 32768, - "modifiedDate": "11/11/2024 01:04:06", - "name": "Standard_F16s", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.17, - "architecture": "x64", - "bestPriceRegion": "East US / -0.6", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.189, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.9", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.189, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.206, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -22.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02884, - "architecture": "x64", - "bestPriceRegion": "UK South / -23.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03052, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -27.3", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.03066, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F4", - "memory": 8192, - "modifiedDate": "11/11/2024 01:01:41", - "name": "Standard_F4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.34, - "architecture": "x64", - "bestPriceRegion": "West US 2 / -0.6", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.341, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.414, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -90.2", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.422, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -53.3", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.06062, - "architecture": "x64", - "bestPriceRegion": "UK South / -24.2", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.0609, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -27.1", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.06146, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -15.2", - "canonicalname": "F8", - "memory": 16384, - "modifiedDate": "11/11/2024 01:00:57", - "name": "Standard_F8", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westus.json b/azure/westus.json deleted file mode 100644 index 8f86e8911..000000000 --- a/azure/westus.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.632, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.8", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.776, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.6", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.787, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -49.9", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.794, - "architecture": "x64", - "bestPriceRegion": "East US 2 / -16.1", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.11312, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.11872, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [] - }, - { - "PricePerHour": 0.12544, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -23.5", - "canonicalname": "D16_v4", - "memory": 65536, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_D16_v4", - "paymentType": "payasyougo", - "perfScore": 271203, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.158, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.8", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.176, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -88.5", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.188, - "architecture": "x64", - "bestPriceRegion": "US Gov AZ / -14.9", - "canonicalname": "A3", - "memory": 7168, - "modifiedDate": "11/11/2024 01:04:36", - "name": "Basic_A3", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.191, - "architecture": "x64", - "bestPriceRegion": "West US 3 / -16.8", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02674, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.9", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02828, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02968, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.316, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -44.9", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.376, - "architecture": "x64", - "bestPriceRegion": "US Gov TX / -14.9", - "canonicalname": "A4", - "memory": 14336, - "modifiedDate": "11/11/2024 01:00:48", - "name": "Basic_A4", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.388, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -89.6", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.394, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -50", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.05586, - "architecture": "x64", - "bestPriceRegion": "UK South / -17.7", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.05656, - "architecture": "x64", - "bestPriceRegion": "Central India / -45", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.05936, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -25.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westus2.json b/azure/westus2.json deleted file mode 100644 index e09d2b175..000000000 --- a/azure/westus2.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.533, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.5", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - }, - { - "PricePerHour": 0.675, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -41.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09478, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.152, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -42.6", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.159, - "architecture": "x64", - "bestPriceRegion": "West US 3 / 0", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02226, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02366, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.301, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8as_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:59", - "name": "Standard_B8as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.332, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "West US 3 / 0", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04662, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04732, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/azure/westus3.json b/azure/westus3.json deleted file mode 100644 index 4fe4a8f02..000000000 --- a/azure/westus3.json +++ /dev/null @@ -1,320 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "PricePerHour": 0.533, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.5", - "canonicalname": "B16als_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:06:27", - "name": "Standard_B16als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.602, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B16as_v2", - "memory": 65536, - "modifiedDate": "11/11/2024 01:00:59", - "name": "Standard_B16as_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.663, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -87.8", - "canonicalname": "B16ls_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:52", - "name": "Standard_B16ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.666, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B16ms", - "memory": 65536, - "modifiedDate": "11/11/2024 01:04:21", - "name": "Standard_B16ms", - "paymentType": "payasyougo", - "perfScore": 276669, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.09478, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.3", - "canonicalname": "F16s_v2", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:55", - "name": "Standard_F16s_v2", - "paymentType": "payasyougo", - "perfScore": 271369, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.0952, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D16ls_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:01:33", - "name": "Standard_D16ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.09632, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D16as_v5", - "memory": 65536, - "modifiedDate": "11/11/2024 01:05:34", - "name": "Standard_D16as_v5", - "paymentType": "payasyougo", - "perfScore": 304560, - "tags": [] - }, - { - "PricePerHour": 0.10752, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -7", - "canonicalname": "D16_v3", - "memory": 65536, - "modifiedDate": "11/11/2024 01:03:44", - "name": "Standard_D16_v3", - "paymentType": "payasyougo", - "perfScore": 198362, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "PricePerHour": 0.133, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.4", - "canonicalname": "B4als_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:05", - "name": "Standard_B4als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.147, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B4ls_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:00:51", - "name": "Standard_B4ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.159, - "architecture": "x64", - "bestPriceRegion": "West US 3 / 0", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.166, - "architecture": "x64", - "bestPriceRegion": "East US 2 / 0", - "canonicalname": "B4ms", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:48", - "name": "Standard_B4ms", - "paymentType": "payasyougo", - "perfScore": 70362, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.02226, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.3", - "canonicalname": "A4_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:22", - "name": "Standard_A4_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.02366, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F4s_v2", - "memory": 8192, - "modifiedDate": "11/11/2024 01:05:37", - "name": "Standard_F4s_v2", - "paymentType": "payasyougo", - "perfScore": 65819, - "tags": [] - }, - { - "PricePerHour": 0.0238, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D4ls_v5", - "memory": 8192, - "modifiedDate": "11/11/2024 01:06:00", - "name": "Standard_D4ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.02408, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D4as_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:05:48", - "name": "Standard_D4as_v5", - "paymentType": "payasyougo", - "perfScore": 72928, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "PricePerHour": 0.266, - "architecture": "x64", - "bestPriceRegion": "Jio India West / -34.6", - "canonicalname": "B8als_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:01:22", - "name": "Standard_B8als_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.295, - "architecture": "x64", - "bestPriceRegion": "Spain Central / -86.3", - "canonicalname": "B8ls_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:46", - "name": "Standard_B8ls_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "West US 3 / 0", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.333, - "architecture": "x64", - "bestPriceRegion": "East US / 0", - "canonicalname": "B8ms", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:04", - "name": "Standard_B8ms", - "paymentType": "payasyougo", - "perfScore": 144753, - "tags": [] - } - ], - "spot": [ - { - "PricePerHour": 0.04662, - "architecture": "x64", - "bestPriceRegion": "UK South / -1.4", - "canonicalname": "A8_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:03:58", - "name": "Standard_A8_v2", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [ - "cheapest" - ] - }, - { - "PricePerHour": 0.04732, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.2", - "canonicalname": "F8s_v2", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:32", - "name": "Standard_F8s_v2", - "paymentType": "payasyougo", - "perfScore": 136027, - "tags": [] - }, - { - "PricePerHour": 0.0476, - "architecture": "x64", - "bestPriceRegion": "Australia Central2 / -6.7", - "canonicalname": "D8ls_v5", - "memory": 16384, - "modifiedDate": "11/11/2024 01:04:47", - "name": "Standard_D8ls_v5", - "paymentType": "payasyougo", - "perfScore": null, - "tags": [] - }, - { - "PricePerHour": 0.04816, - "architecture": "x64", - "bestPriceRegion": "Central India / -35.5", - "canonicalname": "D8as_v5", - "memory": 32768, - "modifiedDate": "11/11/2024 01:05:17", - "name": "Standard_D8as_v5", - "paymentType": "payasyougo", - "perfScore": 153842, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/africa-south1.json b/gcp/africa-south1.json deleted file mode 100644 index 7ff3b8069..000000000 --- a/gcp/africa-south1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.517656592, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.652702528, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.701207488, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.750226976, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.094624, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.105984, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.135728, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.143616, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.129414148, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.163175632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.175301872, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.187556744, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023656, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026496, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033932, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035904, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.258828296, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.326351264, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.350603744, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.375113488, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.047312, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.052992, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.067864, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.071808, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-east1.json b/gcp/asia-east1.json deleted file mode 100644 index 7250f774a..000000000 --- a/gcp/asia-east1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.45824832000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.577792, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.62073504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6562803164062501, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.126030767578125, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.127136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16768, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16893999999999998, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11456208000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.144448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15518376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16406768359375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031507232421874996, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031784, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04192, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042234999999999995, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22912416000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.288896, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31036752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32814015820312503, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0630153837890625, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.063568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08384, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08446999999999999, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-east2.json b/gcp/asia-east2.json deleted file mode 100644 index 6b173977a..000000000 --- a/gcp/asia-east2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.55375536, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.698208, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.75009072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.793061515625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11064, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.128645177734375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.144752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14976, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13843884, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.174552, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18752268, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.198262484375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02766, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.032160822265625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.036188, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03744, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.27687768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.349104, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.37504536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3965307578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05532, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0643225888671875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.072376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07488, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-northeast1.json b/gcp/asia-northeast1.json deleted file mode 100644 index bddab85b6..000000000 --- a/gcp/asia-northeast1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50824848, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.640848, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.68772576, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7279237167968751, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.159872, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.164346078125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17536, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12706212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160212, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17193144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.181978283203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023104, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-4", - "InstanceType": "c3-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028024, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highmem-4", - "InstanceType": "c3-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.037863999999999995, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039968, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25412424, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.320424, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34386288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.36396185839843753, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046208, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-8", - "InstanceType": "c3-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.056048, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highmem-8", - "InstanceType": "c3-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07572799999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.079936, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-northeast2.json b/gcp/asia-northeast2.json deleted file mode 100644 index a5ba8134d..000000000 --- a/gcp/asia-northeast2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50824848, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6408320000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.68772576, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7279237167968751, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.078368, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.106112, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-16", - "InstanceType": "n2d-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.143104, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18635200000000002, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12706212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16020800000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17193144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.181978283203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.019592, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026528, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-4", - "InstanceType": "n2d-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035776, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046588000000000004, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25412424, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32041600000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34386288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.36396185839843753, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039184, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.053056, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-8", - "InstanceType": "n2d-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.071552, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09317600000000001, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-northeast3.json b/gcp/asia-northeast3.json deleted file mode 100644 index 174cb1970..000000000 --- a/gcp/asia-northeast3.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50824848, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6408320000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.68772576, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7279237167968751, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.104688, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.127077169921875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141792, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17026, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12706212, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16020800000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17193144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.181978283203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026172, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031768830078125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042565, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25412424, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32041600000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34386288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.36396185839843753, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.052344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0635385849609375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070896, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08513, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-south1.json b/gcp/asia-south1.json deleted file mode 100644 index 8a2c404ab..000000000 --- a/gcp/asia-south1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.329344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39580800000000005, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44612799999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44612799999999997, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06224, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-16", - "InstanceType": "c2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highmem-16", - "InstanceType": "c2d-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1016, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.111952, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.082336, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09895200000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11153199999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11153199999999999, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.01556, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-4", - "InstanceType": "c2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.01884, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highmem-4", - "InstanceType": "c2d-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0254, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027988, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.164672, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19790400000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22306399999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22306399999999998, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-8", - "InstanceType": "c2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03768, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highmem-8", - "InstanceType": "c2d-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0508, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055976, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-south2.json b/gcp/asia-south2.json deleted file mode 100644 index 7885de4cb..000000000 --- a/gcp/asia-south2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.47536031999999995, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.599376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.64387488, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6807891875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.090704, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.098912, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12281600000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.134048, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11884007999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.149844, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16096872, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1701948125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.022676, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.024728, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030704000000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033512, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23768015999999997, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.299688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32193744, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34039459375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.045352, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.049456, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.061408000000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.067024, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-southeast1.json b/gcp/asia-southeast1.json deleted file mode 100644 index a2ff2b1b3..000000000 --- a/gcp/asia-southeast1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.488244, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.615616, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.66132912, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69924044140625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.109568, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.119768349609375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13561600000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.148352, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.122061, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.153904, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16533228, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17480755859375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027392, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.029941650390625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033904000000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.037088, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.244122, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.307808, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33066456, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.349620220703125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.054784, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0598841748046875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06780800000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.074176, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/asia-southeast2.json b/gcp/asia-southeast2.json deleted file mode 100644 index 1c353b138..000000000 --- a/gcp/asia-southeast2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.532185936, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.67102144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.720848688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7621720811328124, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.121904, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.162427673828125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.165056, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.178944, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.133046484, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16775536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.180212172, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1905402388671875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030476, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040606326171875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.041264, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.044736, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.266092968, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33551072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.360424344, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3810860405664062, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060952, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0812138369140625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.082528, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.089472, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/australia-southeast1.json b/gcp/australia-southeast1.json deleted file mode 100644 index 1b193999f..000000000 --- a/gcp/australia-southeast1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.56157168, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7080799999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.760656, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.804256748046875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17792, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.185264, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.201152, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23696, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14039292, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17701999999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.190164, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.201061251953125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04448, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046316, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.050288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05924, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28078584, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.35403999999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.380328, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4021283740234375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08896, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.092632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.100576, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11848, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/australia-southeast2.json b/gcp/australia-southeast2.json deleted file mode 100644 index f6d4d9637..000000000 --- a/gcp/australia-southeast2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.47732800000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.601872, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.646528, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6917920000000001, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16292800000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1764, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.186544, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.220672, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11933200000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.150468, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.161632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17294800000000002, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040732000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0441, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046636, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055168, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23866400000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.300936, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.323264, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34589600000000004, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08146400000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0882, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.093272, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110336, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-central2.json b/gcp/europe-central2.json deleted file mode 100644 index 8ec033443..000000000 --- a/gcp/europe-central2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50991552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.642928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69068448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.73027733203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.090496, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10937951953125001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12246399999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14668, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12747888, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160732, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17267112, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18256666796875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.022624, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02734448046875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030615999999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03667, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25495776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.321464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34534224, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.365138666015625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.045248, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.054689759765625005, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.061231999999999995, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07334, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-north1.json b/gcp/europe-north1.json deleted file mode 100644 index 5b7aa6f9d..000000000 --- a/gcp/europe-north1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4357488, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.549424, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.5902204799999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.624059421875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.104528, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11488000000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.143072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15491565234375, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1089372, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137356, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14755511999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.156012578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026132, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028720000000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035768, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03872834765625, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2178744, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274712, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29511023999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3120297109375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.052264, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.057440000000000005, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.071536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.077457826171875, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-southwest1.json b/gcp/europe-southwest1.json deleted file mode 100644 index 5da0991fb..000000000 --- a/gcp/europe-southwest1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.467008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.58882944, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6326080000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.67681024, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.081536, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.118672, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14865599999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160768, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.116752, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14720736, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15815200000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16920256, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.020384, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.029668, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.037163999999999996, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040192, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.233504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29441472, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31630400000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33840512, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.059336, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07432799999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.080384, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west1.json b/gcp/europe-west1.json deleted file mode 100644 index 568223352..000000000 --- a/gcp/europe-west1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.43535136, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.548928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.58972368, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6234882207031249, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07657599999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103648, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103744, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-16", - "InstanceType": "c2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.125536, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10883784, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14743092, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15586977929687498, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.019143999999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025912, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025936, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-4", - "InstanceType": "c2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031384, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21767568, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29486184, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31174411035156246, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038287999999999996, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051824, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051872, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-standard-8", - "InstanceType": "c2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.062768, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west10.json b/gcp/europe-west10.json deleted file mode 100644 index bb30d3f45..000000000 --- a/gcp/europe-west10.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.609473376, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.76847232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.8255807039999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.88329472, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124496, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13407999999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.154416, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.168704, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.152368344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19211808, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.20639517599999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22082368, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031124, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033519999999999994, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038604, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042176, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.304736688, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.38423616, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.41279035199999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44164736, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.062248, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06703999999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.077208, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.084352, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west12.json b/gcp/europe-west12.json deleted file mode 100644 index 6018e68b6..000000000 --- a/gcp/europe-west12.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.510532864, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.64372032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.691557856, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.73990272, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.057904000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07849600000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-16", - "InstanceType": "n2d-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.105952, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10736, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.127633216, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16093008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.172889464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18497568, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.014476000000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.019624000000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-4", - "InstanceType": "n2d-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.026488, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02684, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.255266432, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32186016, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.345778928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.36995136, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028952000000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039248000000000005, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highmem-8", - "InstanceType": "n2d-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.052976, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05368, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west2.json b/gcp/europe-west2.json deleted file mode 100644 index 02cbf8b4d..000000000 --- a/gcp/europe-west2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50991552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.642928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69068448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.73027733203125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.100624, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.136096, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15201004296874998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.157248, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12747888, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160732, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17267112, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18256666796875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025156, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034024, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03800195703125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039312, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25495776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.321464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34534224, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.365138666015625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.050312, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.068048, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07600502148437499, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.078624, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west3.json b/gcp/europe-west3.json deleted file mode 100644 index 1512f2816..000000000 --- a/gcp/europe-west3.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.50991552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.642928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69068448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-16", - "InstanceType": "c3d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.70764128, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1511812421875, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.187456, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.202288, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.20279999999999998, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12747888, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160732, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17267112, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-4", - "InstanceType": "c3d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17691032, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.037794757812499996, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046864, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.050572, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.050699999999999995, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.25495776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.321464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34534224, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-8", - "InstanceType": "c3d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.35382064, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07559062109375, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.093728, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.101144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10139999999999999, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west4.json b/gcp/europe-west4.json deleted file mode 100644 index 881683ea9..000000000 --- a/gcp/europe-west4.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.43570464000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.549376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.59017632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.623995421875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08977600000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.129664, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.139397208984375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-16", - "InstanceType": "n4-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16512000000000002, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10892616000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137344, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14754408, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155996578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.022444000000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.032416, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034848791015625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-4", - "InstanceType": "n4-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.041280000000000004, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21785232000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29508816, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3119977109375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.044888000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.064832, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0696986044921875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-8", - "InstanceType": "n4-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08256000000000001, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west6.json b/gcp/europe-west6.json deleted file mode 100644 index aa7a86d4e..000000000 --- a/gcp/europe-west6.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.55375536, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.698064, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.75009072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.793061515625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.160576, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17528531445312498, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.185856, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19992000000000001, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13843884, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.174516, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18752268, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.198262484375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040144, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.043820685546874995, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.049980000000000004, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.27687768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.349032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.37504536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3965307578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.080288, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08764265722656249, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.092928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09996000000000001, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west8.json b/gcp/europe-west8.json deleted file mode 100644 index a6075e0f2..000000000 --- a/gcp/europe-west8.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.45908800000000005, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.57884928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.621856, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.66533888, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06331200000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.085728, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08579200000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.113072, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11477200000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14471232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16633472, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.015828000000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021432, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021448000000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028268, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22954400000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28942464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.310928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33266944, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031656000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042864, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042896000000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.056536, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/europe-west9.json b/gcp/europe-west9.json deleted file mode 100644 index 6dc5534fe..000000000 --- a/gcp/europe-west9.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.45908800000000005, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.57884928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.621856, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.66533888, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.085184, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.136048, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.183536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.184192, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11477200000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14471232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16633472, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021296, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-4", - "InstanceType": "c3-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.024415680000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034012, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.045884, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22954400000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28942464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.310928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33266944, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042592, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-8", - "InstanceType": "c3-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.048831360000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.068024, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.091768, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/me-central1.json b/gcp/me-central1.json deleted file mode 100644 index e32ca36b0..000000000 --- a/gcp/me-central1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.480850704, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6062947200000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.651350976, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6968852000000001, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08743999999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.089472, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11839999999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.156032, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.120212676, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15157368000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.162837744, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17422130000000002, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021859999999999997, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.022368, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.029599999999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039008, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.240425352, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.30314736000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.325675488, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34844260000000005, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.043719999999999995, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.044736, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.059199999999999996, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.078016, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/me-central2.json b/gcp/me-central2.json deleted file mode 100644 index 4a1f413d8..000000000 --- a/gcp/me-central2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.633219008, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7984128, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.8577461120000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.9177088, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09056, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.099248, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12272, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.134432, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.158304752, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1996032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21443652800000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2294272, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02264, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.024812, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025830400000000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03068, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.316609504, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3992064, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.42887305600000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4588544, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04528, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.049624, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05166080000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06136, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/me-west1.json b/gcp/me-west1.json deleted file mode 100644 index 287795dad..000000000 --- a/gcp/me-west1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.435338128, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.5489088, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.5897005120000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6234695005859375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09329599999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10953951953125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.120672, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.126464, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.108834532, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1372272, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14742512800000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1558650994140625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023323999999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02738448046875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030168, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031616, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.217669064, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2744544, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29485025600000003, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31173475029296877, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046647999999999995, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.054769759765625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060336, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.063232, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/northamerica-northeast1.json b/gcp/northamerica-northeast1.json deleted file mode 100644 index 76772e819..000000000 --- a/gcp/northamerica-northeast1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.43570464000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.549376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.59017632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.623995421875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110272, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141358814453125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.152864, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.166768, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10892616000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137344, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14754408, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155996578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027568, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035339185546875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038216, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039056, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21785232000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29508816, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3119977109375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055136, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0706794072265625, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.076432, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.078112, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/northamerica-northeast2.json b/gcp/northamerica-northeast2.json deleted file mode 100644 index 98cd27523..000000000 --- a/gcp/northamerica-northeast2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.43570464000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.549376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.59017632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.623995421875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06404800000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-16", - "InstanceType": "n2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.086752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.113584, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highmem-16", - "InstanceType": "n2-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.117024, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10892616000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137344, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14754408, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155996578125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.016012000000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-4", - "InstanceType": "n2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.021688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.028396, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highmem-4", - "InstanceType": "n2-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.029256, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21785232000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.274688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29508816, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3119977109375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.032024000000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-standard-8", - "InstanceType": "n2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.043376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.056792, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highmem-8", - "InstanceType": "n2-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.058512, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/northamerica-south1.json b/gcp/northamerica-south1.json deleted file mode 100644 index edb9e9cd5..000000000 --- a/gcp/northamerica-south1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.431380448, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.584339552, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-16", - "InstanceType": "n4-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.69728608, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c4-highcpu-16", - "InstanceType": "c4-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7416534400000001, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15624496000000002, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.21165184, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-16", - "InstanceType": "n4-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.278914464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-16", - "InstanceType": "e2-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28552768, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.107845112, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.146084888, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-4", - "InstanceType": "n4-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17432152, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c4-highcpu-4", - "InstanceType": "c4-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18541336000000003, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.039061240000000004, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05291296, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-4", - "InstanceType": "n4-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.069728616, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-4", - "InstanceType": "e2-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07138192, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.215690224, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.292169776, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-8", - "InstanceType": "n4-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34864304, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c4-highcpu-8", - "InstanceType": "c4-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.37082672000000005, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07812248000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10582592, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n4-highcpu-8", - "InstanceType": "n4-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.139457232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-8", - "InstanceType": "e2-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14276384, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/southamerica-east1.json b/gcp/southamerica-east1.json deleted file mode 100644 index 0de97865d..000000000 --- a/gcp/southamerica-east1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6282312, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.792128, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.8509632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.899722626953125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.093222671875, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-16", - "InstanceType": "n1-standard-16", - "Memory": 61440, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12495999999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.125552, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.128144, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1570578, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.198032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2127408, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22492737304687502, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023305328125, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-4", - "InstanceType": "n1-standard-4", - "Memory": 15360, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031239999999999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.031388, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-4", - "InstanceType": "c3-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03176, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3141156, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.396064, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4254816, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.4498613134765625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0466113359375, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-standard-8", - "InstanceType": "n1-standard-8", - "Memory": 30720, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.062479999999999994, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.062776, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-8", - "InstanceType": "c3-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06352, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/southamerica-west1.json b/gcp/southamerica-west1.json deleted file mode 100644 index ded48fa8b..000000000 --- a/gcp/southamerica-west1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.56593952, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.71358144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.7666105759999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.82020224, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09544, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.122144, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12928, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.134176, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14148488, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17839536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19165264399999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.20505056, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02386, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030536, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.033544, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.28296976, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.35679072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.38330528799999997, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.41010112, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04772, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.061072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.067088, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-central1.json b/gcp/us-central1.json deleted file mode 100644 index ed25aaa2e..000000000 --- a/gcp/us-central1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39576192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.499008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.53609136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.566790455078125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103936, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110592, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140704, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14919721875, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09894048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13402284, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141695544921875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025984, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027648, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02916, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035176, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19788096, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.249504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.26804568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2833952275390625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051968, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055296, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05832, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070352, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-east1.json b/gcp/us-east1.json deleted file mode 100644 index ed25aaa2e..000000000 --- a/gcp/us-east1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39576192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.499008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.53609136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.566790455078125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103936, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110592, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140704, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14919721875, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09894048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13402284, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141695544921875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025984, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027648, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02916, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035176, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19788096, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.249504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.26804568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2833952275390625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051968, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055296, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05832, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070352, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-east4.json b/gcp/us-east4.json deleted file mode 100644 index c44a22eba..000000000 --- a/gcp/us-east4.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44575104, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.562032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-16", - "InstanceType": "c3d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.599696, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.60376656, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.137824, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.155749201171875, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.177792, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18409599999999998, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11143776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140508, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-4", - "InstanceType": "c3d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.149924, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15094164, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034456, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038936798828125, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.044448, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046023999999999995, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22287552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.281016, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3d-highcpu-8", - "InstanceType": "c3d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.299848, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.30188328, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.068912, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0778746005859375, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.088896, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09204799999999999, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-east5.json b/gcp/us-east5.json deleted file mode 100644 index 9cf43af7c..000000000 --- a/gcp/us-east5.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39576192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.499008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.53609136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.573568, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060927999999999996, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.06096, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.081664, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08256, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09894048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13402284, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.143392, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.015231999999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.01524, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.020416, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02064, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19788096, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.249504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.26804568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.286784, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030463999999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03048, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.040832, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.04128, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-south1.json b/gcp/us-south1.json deleted file mode 100644 index 16ab5fbf0..000000000 --- a/gcp/us-south1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.46699912, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.58882944, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.63258784, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.67681024, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09564800000000001, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.12032767999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.129632, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.146656, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11674978, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14720736, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15814696, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16920256, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.023912000000000003, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030081919999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highmem-4", - "InstanceType": "c3-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.030496, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.032408, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23349956, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.29441472, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.31629392, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.33840512, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.047824000000000005, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060163839999999996, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highmem-8", - "InstanceType": "c3-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.060992, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.064816, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-west1.json b/gcp/us-west1.json deleted file mode 100644 index 121949959..000000000 --- a/gcp/us-west1.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.39576192, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.499008, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.53609136, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.566790455078125, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.103936, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.110592, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140704, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.14919721875, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09894048, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.124752, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.13402284, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.141695544921875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.025984, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.027648, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035176, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-4", - "InstanceType": "c3-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.03532, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.19788096, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.249504, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.26804568, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.2833952275390625, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.051968, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.055296, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070352, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-standard-8", - "InstanceType": "c3-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.07064, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-west2.json b/gcp/us-west2.json deleted file mode 100644 index 9dcd279f4..000000000 --- a/gcp/us-west2.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.47537135999999997, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.599376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.64391904, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6808035878906249, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-16", - "InstanceType": "n2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.166656, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16720000000000002, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.169072, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18228853515625001, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11884283999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.149844, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16097976, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17019841210937497, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-4", - "InstanceType": "c3-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.035384, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-4", - "InstanceType": "n2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.041664, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.041800000000000004, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.042268, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23768567999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.299688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32195952, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34040179394531245, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "c3-highcpu-8", - "InstanceType": "c3-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.070768, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n2-highcpu-8", - "InstanceType": "n2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.083328, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.08360000000000001, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.084536, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-west3.json b/gcp/us-west3.json deleted file mode 100644 index d4de9f218..000000000 --- a/gcp/us-west3.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.47537135999999997, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.599376, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.64391904, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.6808035878906249, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.138688, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-16", - "InstanceType": "c2d-highcpu-16", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.174464, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-16", - "InstanceType": "t2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.18787199999999998, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-16", - "InstanceType": "n2d-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.188032, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11884283999999999, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.149844, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.16097976, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.17019841210937497, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.034672, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-4", - "InstanceType": "c2d-highcpu-4", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.043616, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-4", - "InstanceType": "t2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.046967999999999996, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-4", - "InstanceType": "n2d-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.047008, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.23768567999999998, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.299688, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.32195952, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.34040179394531245, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.069344, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "c2d-highcpu-8", - "InstanceType": "c2d-highcpu-8", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.087232, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "t2d-standard-8", - "InstanceType": "t2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.09393599999999999, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-standard-8", - "InstanceType": "n2d-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.094016, - "tags": [] - } - ] - } -} \ No newline at end of file diff --git a/gcp/us-west4.json b/gcp/us-west4.json deleted file mode 100644 index 4cde5e874..000000000 --- a/gcp/us-west4.json +++ /dev/null @@ -1,296 +0,0 @@ -{ - "16Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.44575104, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-16", - "InstanceType": "n2d-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.562032, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.60376656, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.638384263671875, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-16", - "InstanceType": "e2-highcpu-16", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05608, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-16", - "InstanceType": "e2-standard-16", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.076, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-16", - "InstanceType": "e2-highmem-16", - "Memory": 131072, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.10256, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-16", - "InstanceType": "n1-highcpu-16", - "Memory": 14746, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.1163395390625, - "tags": [] - } - ] - }, - "4Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.11143776, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-4", - "InstanceType": "n2d-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.140508, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15094164, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.15959373632812499, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-4", - "InstanceType": "e2-highcpu-4", - "Memory": 4096, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.01402, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-4", - "InstanceType": "e2-standard-4", - "Memory": 16384, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.019, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-4", - "InstanceType": "e2-highmem-4", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02564, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-4", - "InstanceType": "n1-highcpu-4", - "Memory": 3686, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.0290844609375, - "tags": [] - } - ] - }, - "8Cores": { - "onDemand": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.22287552, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "asia-south1", - "CanonicalName": "n2d-highcpu-8", - "InstanceType": "n2d-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.281016, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.30188328, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.3191921318359375, - "tags": [] - } - ], - "spot": [ - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highcpu-8", - "InstanceType": "e2-highcpu-8", - "Memory": 8192, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.02804, - "tags": [ - "cheapest" - ] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-standard-8", - "InstanceType": "e2-standard-8", - "Memory": 32768, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.038, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "e2-highmem-8", - "InstanceType": "e2-highmem-8", - "Memory": 65536, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05128, - "tags": [] - }, - { - "Architecture": "x86_64", - "BestOnDemandHourPriceRegion": "us-central1", - "CanonicalName": "n1-highcpu-8", - "InstanceType": "n1-highcpu-8", - "Memory": 7373, - "ModifiedDate": "2024-11-13 00:01:25", - "PaymentType": "OnDemand", - "PricePerHour": 0.05816976953125, - "tags": [] - } - ] - } -} \ No newline at end of file From c8c5e53c46c2e0a68a0435d8fb1cd7270600d5b9 Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:01:52 +0530 Subject: [PATCH 15/54] Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. --- intents/artifactories/facets.yaml | 8 -------- outputs/artifactories/output.facets.yaml | 16 ---------------- 2 files changed, 24 deletions(-) delete mode 100644 intents/artifactories/facets.yaml delete mode 100644 outputs/artifactories/output.facets.yaml diff --git a/intents/artifactories/facets.yaml b/intents/artifactories/facets.yaml deleted file mode 100644 index dc7873059..000000000 --- a/intents/artifactories/facets.yaml +++ /dev/null @@ -1,8 +0,0 @@ -name: artifactories -type: default -displayName: Artifactories -description: Provides an Artifactories resource for creating Container Registry secrets within the cluster. -outputs: - - name: default - type: "@output/artifactories" - diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml deleted file mode 100644 index 17e486d1f..000000000 --- a/outputs/artifactories/output.facets.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: artifactories -out: - type: object - title: Artifactories - description: Artifactories Attributes - properties: - attributes: - registry_secrets_list: - required: true - type: array - description: The List of Container Registry k8s secrets - registry_secret_objects: - required: true - type: object - description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" - interfaces: From d6681d75ec83c33b81268151b9459f37d8111090 Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:32:09 +0530 Subject: [PATCH 16/54] [S73] Feature: Per-Instance Artifactories Module (#215) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * added intent level output --- intents/artifactories/facets.yaml | 8 ++++++++ modules/artifactories/default/0.1/facets.yaml | 7 ------- outputs/artifactories/output.facets.yaml | 16 ++++++++++++++++ 3 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 intents/artifactories/facets.yaml create mode 100644 outputs/artifactories/output.facets.yaml diff --git a/intents/artifactories/facets.yaml b/intents/artifactories/facets.yaml new file mode 100644 index 000000000..dc7873059 --- /dev/null +++ b/intents/artifactories/facets.yaml @@ -0,0 +1,8 @@ +name: artifactories +type: default +displayName: Artifactories +description: Provides an Artifactories resource for creating Container Registry secrets within the cluster. +outputs: + - name: default + type: "@output/artifactories" + diff --git a/modules/artifactories/default/0.1/facets.yaml b/modules/artifactories/default/0.1/facets.yaml index e03c31717..92f50b577 100644 --- a/modules/artifactories/default/0.1/facets.yaml +++ b/modules/artifactories/default/0.1/facets.yaml @@ -57,10 +57,3 @@ sample: disabled: true spec: include_all: false -inputs: - kubernetes_details: - optional: false - type: "@output/kubernetes" - default: - resource_type: kubernetes_cluster - resource_name: default diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml new file mode 100644 index 000000000..17e486d1f --- /dev/null +++ b/outputs/artifactories/output.facets.yaml @@ -0,0 +1,16 @@ +name: artifactories +out: + type: object + title: Artifactories + description: Artifactories Attributes + properties: + attributes: + registry_secrets_list: + required: true + type: array + description: The List of Container Registry k8s secrets + registry_secret_objects: + required: true + type: object + description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" + interfaces: From 782b758fb349b5258d33caaa8a6bcf8876d49997 Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Wed, 29 Jan 2025 16:28:40 +0530 Subject: [PATCH 17/54] Artifactories Terraform Module (#228) * added artifactories module * updates to vault module * removed facets yaml outputs * added gitignore files * Cleaned up ignored files * Cleaned up ignored files * Cleaned up ignored files * added artifactories module * updated to vault facets.yaml * terraform fmt * deleted zip_modules.py * updated module source --- modules/artifactories/default/0.1/facets.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/artifactories/default/0.1/facets.yaml b/modules/artifactories/default/0.1/facets.yaml index 92f50b577..e03c31717 100644 --- a/modules/artifactories/default/0.1/facets.yaml +++ b/modules/artifactories/default/0.1/facets.yaml @@ -57,3 +57,10 @@ sample: disabled: true spec: include_all: false +inputs: + kubernetes_details: + optional: false + type: "@output/kubernetes" + default: + resource_type: kubernetes_cluster + resource_name: default From ebf05fce6df23f12aa49d65d91cae746a5d59c8d Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:57:32 +0530 Subject: [PATCH 18/54] Innersourcing workflows (#230) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch --- .github/workflows/zip_modules.py | 84 ++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 .github/workflows/zip_modules.py diff --git a/.github/workflows/zip_modules.py b/.github/workflows/zip_modules.py new file mode 100644 index 000000000..a96c67c47 --- /dev/null +++ b/.github/workflows/zip_modules.py @@ -0,0 +1,84 @@ +import json +import os +import zipfile +import yaml +import boto3 +from boto3.session import Session +from concurrent.futures import ThreadPoolExecutor, as_completed + +# Load index.json file +with open('index.json') as f: + data = json.load(f) + +# Create a root zips directory +zip_root_dir = 'zips' +os.makedirs(zip_root_dir, exist_ok=True) + +def upload_to_s3(file_path, s3_client, bucket_name, s3_key): + s3_client.upload_file(file_path, bucket_name, s3_key) + +# Create a boto3 S3 client using environment variables for credentials +session = Session( + aws_access_key_id=os.environ.get('AWS_ACCESS_KEY_ID'), + aws_secret_access_key=os.environ.get('AWS_SECRET_ACCESS_KEY') +) +s3_client = session.client('s3') + +# Initialize a ThreadPoolExecutor for concurrent uploads +with ThreadPoolExecutor() as executor: + # This will hold all future upload tasks + upload_futures = [] + + # Go through each entry in the JSON data + for entry in data: + relative_path = entry['relativePath'] + + # Check if there are any .tf or .tf.json files in the relative path + terraform_files = [file for file in os.listdir(relative_path) if file.endswith('.tf') or file.endswith('.tf.json')] + + if terraform_files: + # Construct the path to facets.yaml + facets_yaml_path = os.path.join(relative_path, 'facets.yaml') + + # Check if facets.yaml exists + if os.path.exists(facets_yaml_path): + # Load facets.yaml file + with open(facets_yaml_path) as yaml_file: + facets_data = yaml.safe_load(yaml_file) + + # Extract intent, flavor, and version + intent = facets_data.get('intent') + flavor = facets_data.get('flavor') + version = facets_data.get('version') + + # Check if all required fields are present + if intent and flavor and version: + print(f"Zipping intent {intent} flavor {flavor} version {version}") + # Create the target zip file path + zip_dir_path = os.path.join(zip_root_dir, intent, flavor, version) + os.makedirs(zip_dir_path, exist_ok=True) + + # Create zip file name + zip_file_name = os.path.join(zip_dir_path, 'module.zip') + + # Create the zip file + with zipfile.ZipFile(zip_file_name, 'w') as zipf: + # Walk through the directory and add files + for root, _, files in os.walk(relative_path): + for file in files: + file_path = os.path.join(root, file) + # Write the file into the zip, preserving the original structure + zipf.write(file_path, os.path.relpath(file_path, os.path.dirname(relative_path))) + + # Prepare to upload the zip file to S3 + s3_key = os.path.relpath(zip_file_name, zip_root_dir) # Path within the S3 bucket + print(f"Uploading {s3_key}") + + # Fire a thread to upload the zip file to S3 + upload_future = executor.submit(upload_to_s3, zip_file_name, s3_client, s3_bucket_name, s3_key) + + upload_futures.append(upload_future) + + # Wait for all upload tasks to complete + for future in as_completed(upload_futures): + future.result() # This will raise any exceptions that occurred during the upload From 067ffd167ca16e3fcfeb85bf2205842116eeeaf0 Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:14:50 +0530 Subject: [PATCH 19/54] Innersourcing workflows update (#231) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch * Add dependency installation step to publish workflow. * added support for optional variable branch * added support for install dependencies * Add S3 bucket name to zip_modules.py. * updated workflow and create a new directory to zip modules * updated workflow and create a new directory to zip modules * updated workflow and create a new directory to zip modules * Update requirements.txt to include only necessary external dependencies. * posting success message to slack channel * removed the development branch support * changes * changes * deleted zip modules previous file * Update publish workflow to use S3_BUCKET_NAME from workflow variable. * Update zip_modules.py to use S3 bucket name from environment variable. --- .github/workflows/zip_modules.py | 84 -------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 .github/workflows/zip_modules.py diff --git a/.github/workflows/zip_modules.py b/.github/workflows/zip_modules.py deleted file mode 100644 index a96c67c47..000000000 --- a/.github/workflows/zip_modules.py +++ /dev/null @@ -1,84 +0,0 @@ -import json -import os -import zipfile -import yaml -import boto3 -from boto3.session import Session -from concurrent.futures import ThreadPoolExecutor, as_completed - -# Load index.json file -with open('index.json') as f: - data = json.load(f) - -# Create a root zips directory -zip_root_dir = 'zips' -os.makedirs(zip_root_dir, exist_ok=True) - -def upload_to_s3(file_path, s3_client, bucket_name, s3_key): - s3_client.upload_file(file_path, bucket_name, s3_key) - -# Create a boto3 S3 client using environment variables for credentials -session = Session( - aws_access_key_id=os.environ.get('AWS_ACCESS_KEY_ID'), - aws_secret_access_key=os.environ.get('AWS_SECRET_ACCESS_KEY') -) -s3_client = session.client('s3') - -# Initialize a ThreadPoolExecutor for concurrent uploads -with ThreadPoolExecutor() as executor: - # This will hold all future upload tasks - upload_futures = [] - - # Go through each entry in the JSON data - for entry in data: - relative_path = entry['relativePath'] - - # Check if there are any .tf or .tf.json files in the relative path - terraform_files = [file for file in os.listdir(relative_path) if file.endswith('.tf') or file.endswith('.tf.json')] - - if terraform_files: - # Construct the path to facets.yaml - facets_yaml_path = os.path.join(relative_path, 'facets.yaml') - - # Check if facets.yaml exists - if os.path.exists(facets_yaml_path): - # Load facets.yaml file - with open(facets_yaml_path) as yaml_file: - facets_data = yaml.safe_load(yaml_file) - - # Extract intent, flavor, and version - intent = facets_data.get('intent') - flavor = facets_data.get('flavor') - version = facets_data.get('version') - - # Check if all required fields are present - if intent and flavor and version: - print(f"Zipping intent {intent} flavor {flavor} version {version}") - # Create the target zip file path - zip_dir_path = os.path.join(zip_root_dir, intent, flavor, version) - os.makedirs(zip_dir_path, exist_ok=True) - - # Create zip file name - zip_file_name = os.path.join(zip_dir_path, 'module.zip') - - # Create the zip file - with zipfile.ZipFile(zip_file_name, 'w') as zipf: - # Walk through the directory and add files - for root, _, files in os.walk(relative_path): - for file in files: - file_path = os.path.join(root, file) - # Write the file into the zip, preserving the original structure - zipf.write(file_path, os.path.relpath(file_path, os.path.dirname(relative_path))) - - # Prepare to upload the zip file to S3 - s3_key = os.path.relpath(zip_file_name, zip_root_dir) # Path within the S3 bucket - print(f"Uploading {s3_key}") - - # Fire a thread to upload the zip file to S3 - upload_future = executor.submit(upload_to_s3, zip_file_name, s3_client, s3_bucket_name, s3_key) - - upload_futures.append(upload_future) - - # Wait for all upload tasks to complete - for future in as_completed(upload_futures): - future.result() # This will raise any exceptions that occurred during the upload From c1a026b417a2e04b30356855091ff06213457073 Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:53:22 +0530 Subject: [PATCH 20/54] added github workflows for validate bootrapper (#245) --- .github/workflows/validate-bootstrapper.py | 49 +++++++++++++++++++++ .github/workflows/validate-bootstrapper.yml | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/validate-bootstrapper.py diff --git a/.github/workflows/validate-bootstrapper.py b/.github/workflows/validate-bootstrapper.py new file mode 100644 index 000000000..36aba026c --- /dev/null +++ b/.github/workflows/validate-bootstrapper.py @@ -0,0 +1,49 @@ +import requests +import os +from requests.auth import HTTPBasicAuth + +# Configuration +url = "https://root.console.facets.cloud/cc-ui/v1/modules/bootstrap" + +def post(url, username, password, payload): + """Makes a POST API call and returns the response data or prints an error if the response is non-200.""" + try: + response = requests.post(url, auth=HTTPBasicAuth(username, password), json=payload) + + # Check if the response status code is not 200 + if response.status_code != 200: + print(f"Error: Received status code {response.status_code}.") + print("Response message:", response.text) # Print the error message from the response + return None + + return response.json() + except requests.exceptions.RequestException as e: + print(f"Error during API call: {e}") + return None + +def check_for_errors(data): + """Checks for errors in the data and prints the full response body if errors exist.""" + error_found = False + for key, value in data.items(): + if isinstance(value, list) and value: + print("Errors found in bootstrap modules:") + print(data) # Print the full response body + error_found = True + break # Break the loop after printing the response + + if not error_found: + print("No errors found.") + +if __name__ == "__main__": + # Take username and password from environment variables + USERNAME = os.getenv('ROOT_USER') # Get the username from environment variable + PASSWORD = os.getenv('ROOT_TOKEN') # Get the password from environment variable + + # Define the payload you want to send with the POST request + payload = { + # Add your key-value pairs here as needed for the API + } + + data = post(url, USERNAME, PASSWORD, payload) + if data: + check_for_errors(data) diff --git a/.github/workflows/validate-bootstrapper.yml b/.github/workflows/validate-bootstrapper.yml index 27144e861..7520e5e6b 100644 --- a/.github/workflows/validate-bootstrapper.yml +++ b/.github/workflows/validate-bootstrapper.yml @@ -48,4 +48,4 @@ jobs: env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }} - name: Exiting with error - run: exit 1 \ No newline at end of file + run: exit 1 From b34bc2031ca6363ae27cdfc79bd631300b0a7847 Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Thu, 6 Feb 2025 20:16:24 +0530 Subject: [PATCH 21/54] Validate bootstraper (#246) * added github workflows for validate bootrapper * added step for trigger validate-bootstrapper in publish.yml * changed the trigger name * using workflow_runs --- .github/workflows/validate-bootstrapper.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate-bootstrapper.yml b/.github/workflows/validate-bootstrapper.yml index 7520e5e6b..18bbc70d8 100644 --- a/.github/workflows/validate-bootstrapper.yml +++ b/.github/workflows/validate-bootstrapper.yml @@ -13,6 +13,7 @@ concurrency: jobs: validate-bootstrapper: runs-on: iac-arc + if: ${{ github.event.workflow_run.status == 'success' }} outputs: script_output: ${{ steps.run.outputs.script_output }} exit_status: ${{ steps.run.outputs.exit_status }} From 055e126ee97f650f7f8552f987f3ae2a13c5213d Mon Sep 17 00:00:00 2001 From: ishaankalra Date: Thu, 6 Feb 2025 20:21:30 +0530 Subject: [PATCH 22/54] using workflow_runs conclusion --- .github/workflows/validate-bootstrapper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-bootstrapper.yml b/.github/workflows/validate-bootstrapper.yml index 18bbc70d8..cbbfc01c8 100644 --- a/.github/workflows/validate-bootstrapper.yml +++ b/.github/workflows/validate-bootstrapper.yml @@ -13,7 +13,7 @@ concurrency: jobs: validate-bootstrapper: runs-on: iac-arc - if: ${{ github.event.workflow_run.status == 'success' }} + if: ${{ github.event.workflow_run.conclusion == 'success' }} outputs: script_output: ${{ steps.run.outputs.script_output }} exit_status: ${{ steps.run.outputs.exit_status }} From a16a40f73acad79c14b56d65e6ae0ce7d4764f0f Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:27:06 +0530 Subject: [PATCH 23/54] Github actions fixes (#249) * github actions fixes * changed the env variable name --- .github/workflows/cleanup.yml | 2 +- .github/workflows/innersourcing/cleanup.py | 2 +- .../validate-bootstrapper.py | 0 .github/workflows/validate-bootstrapper.yml | 1 - .../workflows/zip_modules/requirements.txt | 2 - .github/workflows/zip_modules/zip_modules.py | 87 ------------------- 6 files changed, 2 insertions(+), 92 deletions(-) rename .github/workflows/{ => innersourcing}/validate-bootstrapper.py (100%) delete mode 100644 .github/workflows/zip_modules/requirements.txt delete mode 100644 .github/workflows/zip_modules/zip_modules.py diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index d16c93efb..a33054f13 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -34,4 +34,4 @@ jobs: set -o pipefail export GITHUB_REF_NAME="${{ github.event_name == 'workflow_dispatch' && github.ref_name || github.event.pull_request.head.ref }}" echo "Exporting GITHUB_REF_NAME: $GITHUB_REF_NAME" - python3 .github/workflows/innersourcing/cleanup.py \ No newline at end of file + python3 .github/workflows/innersourcing/cleanup.py diff --git a/.github/workflows/innersourcing/cleanup.py b/.github/workflows/innersourcing/cleanup.py index 970e41a03..746bbb87c 100644 --- a/.github/workflows/innersourcing/cleanup.py +++ b/.github/workflows/innersourcing/cleanup.py @@ -66,4 +66,4 @@ def delete(url, username, password): if ref == feature_branch_name and stage == "PREVIEW": module_id = module.get('id', '') delete(cp_url + f'/cc-ui/v1/modules/{module_id}', username, token) - print(f"Deleted module with ID: {module_id} Intent: {intent} Flavor: {flavor} Version: {version} from control plane {cp_url}") \ No newline at end of file + print(f"Deleted module with ID: {module_id} Intent: {intent} Flavor: {flavor} Version: {version} from control plane {cp_url}") diff --git a/.github/workflows/validate-bootstrapper.py b/.github/workflows/innersourcing/validate-bootstrapper.py similarity index 100% rename from .github/workflows/validate-bootstrapper.py rename to .github/workflows/innersourcing/validate-bootstrapper.py diff --git a/.github/workflows/validate-bootstrapper.yml b/.github/workflows/validate-bootstrapper.yml index cbbfc01c8..7520e5e6b 100644 --- a/.github/workflows/validate-bootstrapper.yml +++ b/.github/workflows/validate-bootstrapper.yml @@ -13,7 +13,6 @@ concurrency: jobs: validate-bootstrapper: runs-on: iac-arc - if: ${{ github.event.workflow_run.conclusion == 'success' }} outputs: script_output: ${{ steps.run.outputs.script_output }} exit_status: ${{ steps.run.outputs.exit_status }} diff --git a/.github/workflows/zip_modules/requirements.txt b/.github/workflows/zip_modules/requirements.txt deleted file mode 100644 index 1c1ad0a42..000000000 --- a/.github/workflows/zip_modules/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -boto3 -pyyaml diff --git a/.github/workflows/zip_modules/zip_modules.py b/.github/workflows/zip_modules/zip_modules.py deleted file mode 100644 index 97532a243..000000000 --- a/.github/workflows/zip_modules/zip_modules.py +++ /dev/null @@ -1,87 +0,0 @@ -import json -import os -import zipfile -import yaml -import boto3 -from boto3.session import Session -from concurrent.futures import ThreadPoolExecutor, as_completed - -# Load index.json file -with open('index.json') as f: - data = json.load(f) - -# Specify your AWS S3 bucket from environment variable -s3_bucket_name = os.environ.get('S3_BUCKET_NAME') # Bucket name sourced from environment variables - -# Create a root zips directory -zip_root_dir = 'zips' -os.makedirs(zip_root_dir, exist_ok=True) - -def upload_to_s3(file_path, s3_client, bucket_name, s3_key): - s3_client.upload_file(file_path, bucket_name, s3_key) - -# Create a boto3 S3 client using environment variables for credentials -session = Session( - aws_access_key_id=os.environ.get('AWS_ACCESS_KEY_ID'), - aws_secret_access_key=os.environ.get('AWS_SECRET_ACCESS_KEY') -) -s3_client = session.client('s3') - -# Initialize a ThreadPoolExecutor for concurrent uploads -with ThreadPoolExecutor() as executor: - # This will hold all future upload tasks - upload_futures = [] - - # Go through each entry in the JSON data - for entry in data: - relative_path = entry['relativePath'] - - # Check if there are any .tf or .tf.json files in the relative path - terraform_files = [file for file in os.listdir(relative_path) if file.endswith('.tf') or file.endswith('.tf.json')] - - if terraform_files: - # Construct the path to facets.yaml - facets_yaml_path = os.path.join(relative_path, 'facets.yaml') - - # Check if facets.yaml exists - if os.path.exists(facets_yaml_path): - # Load facets.yaml file - with open(facets_yaml_path) as yaml_file: - facets_data = yaml.safe_load(yaml_file) - - # Extract intent, flavor, and version - intent = facets_data.get('intent') - flavor = facets_data.get('flavor') - version = facets_data.get('version') - - # Check if all required fields are present - if intent and flavor and version: - print(f"Zipping intent {intent} flavor {flavor} version {version}") - # Create the target zip file path - zip_dir_path = os.path.join(zip_root_dir, intent, flavor, version) - os.makedirs(zip_dir_path, exist_ok=True) - - # Create zip file name - zip_file_name = os.path.join(zip_dir_path, 'module.zip') - - # Create the zip file - with zipfile.ZipFile(zip_file_name, 'w') as zipf: - # Walk through the directory and add files - for root, _, files in os.walk(relative_path): - for file in files: - file_path = os.path.join(root, file) - # Write the file into the zip, preserving the original structure - zipf.write(file_path, os.path.relpath(file_path, os.path.dirname(relative_path))) - - # Prepare to upload the zip file to S3 - s3_key = os.path.relpath(zip_file_name, zip_root_dir) # Path within the S3 bucket - print(f"Uploading {s3_key}") - - # Fire a thread to upload the zip file to S3 - upload_future = executor.submit(upload_to_s3, zip_file_name, s3_client, s3_bucket_name, s3_key) - - upload_futures.append(upload_future) - - # Wait for all upload tasks to complete - for future in as_completed(upload_futures): - future.result() # This will raise any exceptions that occurred during the upload From d768b41b007881b4db27b4475171704e231941d1 Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:01:52 +0530 Subject: [PATCH 24/54] Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. --- outputs/artifactories/output.facets.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 outputs/artifactories/output.facets.yaml diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml deleted file mode 100644 index 17e486d1f..000000000 --- a/outputs/artifactories/output.facets.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: artifactories -out: - type: object - title: Artifactories - description: Artifactories Attributes - properties: - attributes: - registry_secrets_list: - required: true - type: array - description: The List of Container Registry k8s secrets - registry_secret_objects: - required: true - type: object - description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" - interfaces: From f4d6f11930a4c1db04b709924bd73eceec4be274 Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:31:53 +0530 Subject: [PATCH 25/54] [S73] Feature: Per-Instance Artifactories Module (#210) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean --- outputs/artifactories/output.facets.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 outputs/artifactories/output.facets.yaml diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml new file mode 100644 index 000000000..17e486d1f --- /dev/null +++ b/outputs/artifactories/output.facets.yaml @@ -0,0 +1,16 @@ +name: artifactories +out: + type: object + title: Artifactories + description: Artifactories Attributes + properties: + attributes: + registry_secrets_list: + required: true + type: array + description: The List of Container Registry k8s secrets + registry_secret_objects: + required: true + type: object + description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" + interfaces: From 5519eadc7f4cc4b513faaf80c9d7c8cfea84f07f Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:01:52 +0530 Subject: [PATCH 26/54] Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. --- outputs/artifactories/output.facets.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 outputs/artifactories/output.facets.yaml diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml deleted file mode 100644 index 17e486d1f..000000000 --- a/outputs/artifactories/output.facets.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: artifactories -out: - type: object - title: Artifactories - description: Artifactories Attributes - properties: - attributes: - registry_secrets_list: - required: true - type: array - description: The List of Container Registry k8s secrets - registry_secret_objects: - required: true - type: object - description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" - interfaces: From dde72bcacbba7f52a230fafd21db44b193b9330f Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:32:09 +0530 Subject: [PATCH 27/54] [S73] Feature: Per-Instance Artifactories Module (#215) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * added intent level output --- outputs/artifactories/output.facets.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 outputs/artifactories/output.facets.yaml diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml new file mode 100644 index 000000000..17e486d1f --- /dev/null +++ b/outputs/artifactories/output.facets.yaml @@ -0,0 +1,16 @@ +name: artifactories +out: + type: object + title: Artifactories + description: Artifactories Attributes + properties: + attributes: + registry_secrets_list: + required: true + type: array + description: The List of Container Registry k8s secrets + registry_secret_objects: + required: true + type: object + description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" + interfaces: From 5e3c4b01fe27f4ad4221898e6f634cf74258df54 Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Thu, 6 Feb 2025 20:16:24 +0530 Subject: [PATCH 28/54] Validate bootstraper (#246) * added github workflows for validate bootrapper * added step for trigger validate-bootstrapper in publish.yml * changed the trigger name * using workflow_runs --- .github/workflows/validate-bootstrapper.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate-bootstrapper.yml b/.github/workflows/validate-bootstrapper.yml index 7520e5e6b..18bbc70d8 100644 --- a/.github/workflows/validate-bootstrapper.yml +++ b/.github/workflows/validate-bootstrapper.yml @@ -13,6 +13,7 @@ concurrency: jobs: validate-bootstrapper: runs-on: iac-arc + if: ${{ github.event.workflow_run.status == 'success' }} outputs: script_output: ${{ steps.run.outputs.script_output }} exit_status: ${{ steps.run.outputs.exit_status }} From 0d26375a0db0679d215073a1d6ec42c3ffb91d78 Mon Sep 17 00:00:00 2001 From: ishaankalra Date: Tue, 11 Feb 2025 17:16:54 +0530 Subject: [PATCH 29/54] sync with innersourcing --- .github/workflows/cherry-pick.yml | 2 +- .github/workflows/validate-bootstrapper.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cherry-pick.yml b/.github/workflows/cherry-pick.yml index 1191f5ede..03ca6df20 100644 --- a/.github/workflows/cherry-pick.yml +++ b/.github/workflows/cherry-pick.yml @@ -105,4 +105,4 @@ jobs: channel-id: ${{ secrets.CHANNEL_ID }} slack-message: ' cherry-picked to ref .' env: - SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }} + SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/validate-bootstrapper.yml b/.github/workflows/validate-bootstrapper.yml index 18bbc70d8..7520e5e6b 100644 --- a/.github/workflows/validate-bootstrapper.yml +++ b/.github/workflows/validate-bootstrapper.yml @@ -13,7 +13,6 @@ concurrency: jobs: validate-bootstrapper: runs-on: iac-arc - if: ${{ github.event.workflow_run.status == 'success' }} outputs: script_output: ${{ steps.run.outputs.script_output }} exit_status: ${{ steps.run.outputs.exit_status }} From c3221c2693985681ece4b045412d73395d8cf1af Mon Sep 17 00:00:00 2001 From: Sanmesh Kakade Date: Tue, 11 Feb 2025 17:38:53 +0530 Subject: [PATCH 30/54] Config modules for db users (#255) * [S73] Feature: Per-Instance Artifactories Module (#210) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. * [S73] Feature: Per-Instance Artifactories Module (#210) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. * feat: Add ecs_service intent for managing containers in Amazon ECS * [S73] Feature: Per-Instance Artifactories Module (#215) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * added intent level output * add database operator as per instance module * add database operator as necessary input for postgres user * add crossplane as per instance module * add crossplane as necessary input in mysql user * update the regex for crossplane * add mongodb auth operator as per instance module * add mongodb auth operator as necessary input in mongo user * update description * update output string * add database operator intent in index.json * update sample * update sample * update description mongo user * formatting changes * move values to spec and use facets as default namespace * fix display name and description in mongo user * added back inputs --------- Co-authored-by: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Co-authored-by: rohit (aider) Co-authored-by: pramodh-ayyappan --- modules/artifactories/default/0.1/facets.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/artifactories/default/0.1/facets.yaml b/modules/artifactories/default/0.1/facets.yaml index e03c31717..92f50b577 100644 --- a/modules/artifactories/default/0.1/facets.yaml +++ b/modules/artifactories/default/0.1/facets.yaml @@ -57,10 +57,3 @@ sample: disabled: true spec: include_all: false -inputs: - kubernetes_details: - optional: false - type: "@output/kubernetes" - default: - resource_type: kubernetes_cluster - resource_name: default From 36e866ab973672eb620e81b47311dbb7b7d9ea89 Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:01:52 +0530 Subject: [PATCH 31/54] Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. --- intents/artifactories/facets.yaml | 8 -------- outputs/artifactories/output.facets.yaml | 16 ---------------- 2 files changed, 24 deletions(-) delete mode 100644 intents/artifactories/facets.yaml delete mode 100644 outputs/artifactories/output.facets.yaml diff --git a/intents/artifactories/facets.yaml b/intents/artifactories/facets.yaml deleted file mode 100644 index dc7873059..000000000 --- a/intents/artifactories/facets.yaml +++ /dev/null @@ -1,8 +0,0 @@ -name: artifactories -type: default -displayName: Artifactories -description: Provides an Artifactories resource for creating Container Registry secrets within the cluster. -outputs: - - name: default - type: "@output/artifactories" - diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml deleted file mode 100644 index 17e486d1f..000000000 --- a/outputs/artifactories/output.facets.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: artifactories -out: - type: object - title: Artifactories - description: Artifactories Attributes - properties: - attributes: - registry_secrets_list: - required: true - type: array - description: The List of Container Registry k8s secrets - registry_secret_objects: - required: true - type: object - description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" - interfaces: From 8003f8934f1911cdb4a55152492be328e0b22f42 Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:31:53 +0530 Subject: [PATCH 32/54] [S73] Feature: Per-Instance Artifactories Module (#210) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean --- intents/artifactories/facets.yaml | 4 ++++ outputs/artifactories/output.facets.yaml | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 intents/artifactories/facets.yaml create mode 100644 outputs/artifactories/output.facets.yaml diff --git a/intents/artifactories/facets.yaml b/intents/artifactories/facets.yaml new file mode 100644 index 000000000..e7fb093e2 --- /dev/null +++ b/intents/artifactories/facets.yaml @@ -0,0 +1,4 @@ +name: artifactories +type: default +displayName: Artifactories +description: Provides an Artifactories resource for creating Container Registry secrets within the cluster. diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml new file mode 100644 index 000000000..17e486d1f --- /dev/null +++ b/outputs/artifactories/output.facets.yaml @@ -0,0 +1,16 @@ +name: artifactories +out: + type: object + title: Artifactories + description: Artifactories Attributes + properties: + attributes: + registry_secrets_list: + required: true + type: array + description: The List of Container Registry k8s secrets + registry_secret_objects: + required: true + type: object + description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" + interfaces: From 603da7bdcbc3afa4156a332d875002185f567c2e Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:01:52 +0530 Subject: [PATCH 33/54] Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. --- intents/artifactories/facets.yaml | 4 ---- outputs/artifactories/output.facets.yaml | 16 ---------------- 2 files changed, 20 deletions(-) delete mode 100644 intents/artifactories/facets.yaml delete mode 100644 outputs/artifactories/output.facets.yaml diff --git a/intents/artifactories/facets.yaml b/intents/artifactories/facets.yaml deleted file mode 100644 index e7fb093e2..000000000 --- a/intents/artifactories/facets.yaml +++ /dev/null @@ -1,4 +0,0 @@ -name: artifactories -type: default -displayName: Artifactories -description: Provides an Artifactories resource for creating Container Registry secrets within the cluster. diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml deleted file mode 100644 index 17e486d1f..000000000 --- a/outputs/artifactories/output.facets.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: artifactories -out: - type: object - title: Artifactories - description: Artifactories Attributes - properties: - attributes: - registry_secrets_list: - required: true - type: array - description: The List of Container Registry k8s secrets - registry_secret_objects: - required: true - type: object - description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" - interfaces: From 8a4e7a99b6d374331926da47c72c0972543468d4 Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:57:32 +0530 Subject: [PATCH 34/54] Innersourcing workflows (#230) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch --- .github/workflows/zip_modules.py | 84 ++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 .github/workflows/zip_modules.py diff --git a/.github/workflows/zip_modules.py b/.github/workflows/zip_modules.py new file mode 100644 index 000000000..a96c67c47 --- /dev/null +++ b/.github/workflows/zip_modules.py @@ -0,0 +1,84 @@ +import json +import os +import zipfile +import yaml +import boto3 +from boto3.session import Session +from concurrent.futures import ThreadPoolExecutor, as_completed + +# Load index.json file +with open('index.json') as f: + data = json.load(f) + +# Create a root zips directory +zip_root_dir = 'zips' +os.makedirs(zip_root_dir, exist_ok=True) + +def upload_to_s3(file_path, s3_client, bucket_name, s3_key): + s3_client.upload_file(file_path, bucket_name, s3_key) + +# Create a boto3 S3 client using environment variables for credentials +session = Session( + aws_access_key_id=os.environ.get('AWS_ACCESS_KEY_ID'), + aws_secret_access_key=os.environ.get('AWS_SECRET_ACCESS_KEY') +) +s3_client = session.client('s3') + +# Initialize a ThreadPoolExecutor for concurrent uploads +with ThreadPoolExecutor() as executor: + # This will hold all future upload tasks + upload_futures = [] + + # Go through each entry in the JSON data + for entry in data: + relative_path = entry['relativePath'] + + # Check if there are any .tf or .tf.json files in the relative path + terraform_files = [file for file in os.listdir(relative_path) if file.endswith('.tf') or file.endswith('.tf.json')] + + if terraform_files: + # Construct the path to facets.yaml + facets_yaml_path = os.path.join(relative_path, 'facets.yaml') + + # Check if facets.yaml exists + if os.path.exists(facets_yaml_path): + # Load facets.yaml file + with open(facets_yaml_path) as yaml_file: + facets_data = yaml.safe_load(yaml_file) + + # Extract intent, flavor, and version + intent = facets_data.get('intent') + flavor = facets_data.get('flavor') + version = facets_data.get('version') + + # Check if all required fields are present + if intent and flavor and version: + print(f"Zipping intent {intent} flavor {flavor} version {version}") + # Create the target zip file path + zip_dir_path = os.path.join(zip_root_dir, intent, flavor, version) + os.makedirs(zip_dir_path, exist_ok=True) + + # Create zip file name + zip_file_name = os.path.join(zip_dir_path, 'module.zip') + + # Create the zip file + with zipfile.ZipFile(zip_file_name, 'w') as zipf: + # Walk through the directory and add files + for root, _, files in os.walk(relative_path): + for file in files: + file_path = os.path.join(root, file) + # Write the file into the zip, preserving the original structure + zipf.write(file_path, os.path.relpath(file_path, os.path.dirname(relative_path))) + + # Prepare to upload the zip file to S3 + s3_key = os.path.relpath(zip_file_name, zip_root_dir) # Path within the S3 bucket + print(f"Uploading {s3_key}") + + # Fire a thread to upload the zip file to S3 + upload_future = executor.submit(upload_to_s3, zip_file_name, s3_client, s3_bucket_name, s3_key) + + upload_futures.append(upload_future) + + # Wait for all upload tasks to complete + for future in as_completed(upload_futures): + future.result() # This will raise any exceptions that occurred during the upload From 88145459a8c2dcf637f8a6e8744be4dc9167acab Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:14:50 +0530 Subject: [PATCH 35/54] Innersourcing workflows update (#231) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch * Add dependency installation step to publish workflow. * added support for optional variable branch * added support for install dependencies * Add S3 bucket name to zip_modules.py. * updated workflow and create a new directory to zip modules * updated workflow and create a new directory to zip modules * updated workflow and create a new directory to zip modules * Update requirements.txt to include only necessary external dependencies. * posting success message to slack channel * removed the development branch support * changes * changes * deleted zip modules previous file * Update publish workflow to use S3_BUCKET_NAME from workflow variable. * Update zip_modules.py to use S3 bucket name from environment variable. --- .github/workflows/zip_modules/requirements.txt | 2 ++ .github/workflows/{ => zip_modules}/zip_modules.py | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .github/workflows/zip_modules/requirements.txt rename .github/workflows/{ => zip_modules}/zip_modules.py (95%) diff --git a/.github/workflows/zip_modules/requirements.txt b/.github/workflows/zip_modules/requirements.txt new file mode 100644 index 000000000..1c1ad0a42 --- /dev/null +++ b/.github/workflows/zip_modules/requirements.txt @@ -0,0 +1,2 @@ +boto3 +pyyaml diff --git a/.github/workflows/zip_modules.py b/.github/workflows/zip_modules/zip_modules.py similarity index 95% rename from .github/workflows/zip_modules.py rename to .github/workflows/zip_modules/zip_modules.py index a96c67c47..97532a243 100644 --- a/.github/workflows/zip_modules.py +++ b/.github/workflows/zip_modules/zip_modules.py @@ -10,6 +10,9 @@ with open('index.json') as f: data = json.load(f) +# Specify your AWS S3 bucket from environment variable +s3_bucket_name = os.environ.get('S3_BUCKET_NAME') # Bucket name sourced from environment variables + # Create a root zips directory zip_root_dir = 'zips' os.makedirs(zip_root_dir, exist_ok=True) From 7d1c4e87b289c874fb16fe802763ab2f4356a1b6 Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:57:32 +0530 Subject: [PATCH 36/54] Innersourcing workflows (#230) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch --- .github/workflows/zip_modules.py | 84 ++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 .github/workflows/zip_modules.py diff --git a/.github/workflows/zip_modules.py b/.github/workflows/zip_modules.py new file mode 100644 index 000000000..a96c67c47 --- /dev/null +++ b/.github/workflows/zip_modules.py @@ -0,0 +1,84 @@ +import json +import os +import zipfile +import yaml +import boto3 +from boto3.session import Session +from concurrent.futures import ThreadPoolExecutor, as_completed + +# Load index.json file +with open('index.json') as f: + data = json.load(f) + +# Create a root zips directory +zip_root_dir = 'zips' +os.makedirs(zip_root_dir, exist_ok=True) + +def upload_to_s3(file_path, s3_client, bucket_name, s3_key): + s3_client.upload_file(file_path, bucket_name, s3_key) + +# Create a boto3 S3 client using environment variables for credentials +session = Session( + aws_access_key_id=os.environ.get('AWS_ACCESS_KEY_ID'), + aws_secret_access_key=os.environ.get('AWS_SECRET_ACCESS_KEY') +) +s3_client = session.client('s3') + +# Initialize a ThreadPoolExecutor for concurrent uploads +with ThreadPoolExecutor() as executor: + # This will hold all future upload tasks + upload_futures = [] + + # Go through each entry in the JSON data + for entry in data: + relative_path = entry['relativePath'] + + # Check if there are any .tf or .tf.json files in the relative path + terraform_files = [file for file in os.listdir(relative_path) if file.endswith('.tf') or file.endswith('.tf.json')] + + if terraform_files: + # Construct the path to facets.yaml + facets_yaml_path = os.path.join(relative_path, 'facets.yaml') + + # Check if facets.yaml exists + if os.path.exists(facets_yaml_path): + # Load facets.yaml file + with open(facets_yaml_path) as yaml_file: + facets_data = yaml.safe_load(yaml_file) + + # Extract intent, flavor, and version + intent = facets_data.get('intent') + flavor = facets_data.get('flavor') + version = facets_data.get('version') + + # Check if all required fields are present + if intent and flavor and version: + print(f"Zipping intent {intent} flavor {flavor} version {version}") + # Create the target zip file path + zip_dir_path = os.path.join(zip_root_dir, intent, flavor, version) + os.makedirs(zip_dir_path, exist_ok=True) + + # Create zip file name + zip_file_name = os.path.join(zip_dir_path, 'module.zip') + + # Create the zip file + with zipfile.ZipFile(zip_file_name, 'w') as zipf: + # Walk through the directory and add files + for root, _, files in os.walk(relative_path): + for file in files: + file_path = os.path.join(root, file) + # Write the file into the zip, preserving the original structure + zipf.write(file_path, os.path.relpath(file_path, os.path.dirname(relative_path))) + + # Prepare to upload the zip file to S3 + s3_key = os.path.relpath(zip_file_name, zip_root_dir) # Path within the S3 bucket + print(f"Uploading {s3_key}") + + # Fire a thread to upload the zip file to S3 + upload_future = executor.submit(upload_to_s3, zip_file_name, s3_client, s3_bucket_name, s3_key) + + upload_futures.append(upload_future) + + # Wait for all upload tasks to complete + for future in as_completed(upload_futures): + future.result() # This will raise any exceptions that occurred during the upload From c4bee3106c6e0f83c4c984c582bc24a9e685f0e5 Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:53:22 +0530 Subject: [PATCH 37/54] added github workflows for validate bootrapper (#245) --- .github/workflows/validate-bootstrapper.py | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .github/workflows/validate-bootstrapper.py diff --git a/.github/workflows/validate-bootstrapper.py b/.github/workflows/validate-bootstrapper.py new file mode 100644 index 000000000..36aba026c --- /dev/null +++ b/.github/workflows/validate-bootstrapper.py @@ -0,0 +1,49 @@ +import requests +import os +from requests.auth import HTTPBasicAuth + +# Configuration +url = "https://root.console.facets.cloud/cc-ui/v1/modules/bootstrap" + +def post(url, username, password, payload): + """Makes a POST API call and returns the response data or prints an error if the response is non-200.""" + try: + response = requests.post(url, auth=HTTPBasicAuth(username, password), json=payload) + + # Check if the response status code is not 200 + if response.status_code != 200: + print(f"Error: Received status code {response.status_code}.") + print("Response message:", response.text) # Print the error message from the response + return None + + return response.json() + except requests.exceptions.RequestException as e: + print(f"Error during API call: {e}") + return None + +def check_for_errors(data): + """Checks for errors in the data and prints the full response body if errors exist.""" + error_found = False + for key, value in data.items(): + if isinstance(value, list) and value: + print("Errors found in bootstrap modules:") + print(data) # Print the full response body + error_found = True + break # Break the loop after printing the response + + if not error_found: + print("No errors found.") + +if __name__ == "__main__": + # Take username and password from environment variables + USERNAME = os.getenv('ROOT_USER') # Get the username from environment variable + PASSWORD = os.getenv('ROOT_TOKEN') # Get the password from environment variable + + # Define the payload you want to send with the POST request + payload = { + # Add your key-value pairs here as needed for the API + } + + data = post(url, USERNAME, PASSWORD, payload) + if data: + check_for_errors(data) From 78e0ac1a1626200fb25721c077c339fca953ea9b Mon Sep 17 00:00:00 2001 From: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:27:06 +0530 Subject: [PATCH 38/54] Github actions fixes (#249) * github actions fixes * changed the env variable name --- .github/workflows/validate-bootstrapper.py | 49 ----------- .../workflows/zip_modules/requirements.txt | 2 - .github/workflows/zip_modules/zip_modules.py | 87 ------------------- 3 files changed, 138 deletions(-) delete mode 100644 .github/workflows/validate-bootstrapper.py delete mode 100644 .github/workflows/zip_modules/requirements.txt delete mode 100644 .github/workflows/zip_modules/zip_modules.py diff --git a/.github/workflows/validate-bootstrapper.py b/.github/workflows/validate-bootstrapper.py deleted file mode 100644 index 36aba026c..000000000 --- a/.github/workflows/validate-bootstrapper.py +++ /dev/null @@ -1,49 +0,0 @@ -import requests -import os -from requests.auth import HTTPBasicAuth - -# Configuration -url = "https://root.console.facets.cloud/cc-ui/v1/modules/bootstrap" - -def post(url, username, password, payload): - """Makes a POST API call and returns the response data or prints an error if the response is non-200.""" - try: - response = requests.post(url, auth=HTTPBasicAuth(username, password), json=payload) - - # Check if the response status code is not 200 - if response.status_code != 200: - print(f"Error: Received status code {response.status_code}.") - print("Response message:", response.text) # Print the error message from the response - return None - - return response.json() - except requests.exceptions.RequestException as e: - print(f"Error during API call: {e}") - return None - -def check_for_errors(data): - """Checks for errors in the data and prints the full response body if errors exist.""" - error_found = False - for key, value in data.items(): - if isinstance(value, list) and value: - print("Errors found in bootstrap modules:") - print(data) # Print the full response body - error_found = True - break # Break the loop after printing the response - - if not error_found: - print("No errors found.") - -if __name__ == "__main__": - # Take username and password from environment variables - USERNAME = os.getenv('ROOT_USER') # Get the username from environment variable - PASSWORD = os.getenv('ROOT_TOKEN') # Get the password from environment variable - - # Define the payload you want to send with the POST request - payload = { - # Add your key-value pairs here as needed for the API - } - - data = post(url, USERNAME, PASSWORD, payload) - if data: - check_for_errors(data) diff --git a/.github/workflows/zip_modules/requirements.txt b/.github/workflows/zip_modules/requirements.txt deleted file mode 100644 index 1c1ad0a42..000000000 --- a/.github/workflows/zip_modules/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -boto3 -pyyaml diff --git a/.github/workflows/zip_modules/zip_modules.py b/.github/workflows/zip_modules/zip_modules.py deleted file mode 100644 index 97532a243..000000000 --- a/.github/workflows/zip_modules/zip_modules.py +++ /dev/null @@ -1,87 +0,0 @@ -import json -import os -import zipfile -import yaml -import boto3 -from boto3.session import Session -from concurrent.futures import ThreadPoolExecutor, as_completed - -# Load index.json file -with open('index.json') as f: - data = json.load(f) - -# Specify your AWS S3 bucket from environment variable -s3_bucket_name = os.environ.get('S3_BUCKET_NAME') # Bucket name sourced from environment variables - -# Create a root zips directory -zip_root_dir = 'zips' -os.makedirs(zip_root_dir, exist_ok=True) - -def upload_to_s3(file_path, s3_client, bucket_name, s3_key): - s3_client.upload_file(file_path, bucket_name, s3_key) - -# Create a boto3 S3 client using environment variables for credentials -session = Session( - aws_access_key_id=os.environ.get('AWS_ACCESS_KEY_ID'), - aws_secret_access_key=os.environ.get('AWS_SECRET_ACCESS_KEY') -) -s3_client = session.client('s3') - -# Initialize a ThreadPoolExecutor for concurrent uploads -with ThreadPoolExecutor() as executor: - # This will hold all future upload tasks - upload_futures = [] - - # Go through each entry in the JSON data - for entry in data: - relative_path = entry['relativePath'] - - # Check if there are any .tf or .tf.json files in the relative path - terraform_files = [file for file in os.listdir(relative_path) if file.endswith('.tf') or file.endswith('.tf.json')] - - if terraform_files: - # Construct the path to facets.yaml - facets_yaml_path = os.path.join(relative_path, 'facets.yaml') - - # Check if facets.yaml exists - if os.path.exists(facets_yaml_path): - # Load facets.yaml file - with open(facets_yaml_path) as yaml_file: - facets_data = yaml.safe_load(yaml_file) - - # Extract intent, flavor, and version - intent = facets_data.get('intent') - flavor = facets_data.get('flavor') - version = facets_data.get('version') - - # Check if all required fields are present - if intent and flavor and version: - print(f"Zipping intent {intent} flavor {flavor} version {version}") - # Create the target zip file path - zip_dir_path = os.path.join(zip_root_dir, intent, flavor, version) - os.makedirs(zip_dir_path, exist_ok=True) - - # Create zip file name - zip_file_name = os.path.join(zip_dir_path, 'module.zip') - - # Create the zip file - with zipfile.ZipFile(zip_file_name, 'w') as zipf: - # Walk through the directory and add files - for root, _, files in os.walk(relative_path): - for file in files: - file_path = os.path.join(root, file) - # Write the file into the zip, preserving the original structure - zipf.write(file_path, os.path.relpath(file_path, os.path.dirname(relative_path))) - - # Prepare to upload the zip file to S3 - s3_key = os.path.relpath(zip_file_name, zip_root_dir) # Path within the S3 bucket - print(f"Uploading {s3_key}") - - # Fire a thread to upload the zip file to S3 - upload_future = executor.submit(upload_to_s3, zip_file_name, s3_client, s3_bucket_name, s3_key) - - upload_futures.append(upload_future) - - # Wait for all upload tasks to complete - for future in as_completed(upload_futures): - future.result() # This will raise any exceptions that occurred during the upload From 55190fbc350ac73286633e72f1818ab92e7a9272 Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan Date: Fri, 7 Mar 2025 14:47:21 +0530 Subject: [PATCH 39/54] Reapply "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit 9dbcda0e3b625fbb1408a655f4e690959ed3c609. --- intents/artifactories/facets.yaml | 4 ++++ outputs/artifactories/output.facets.yaml | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 intents/artifactories/facets.yaml create mode 100644 outputs/artifactories/output.facets.yaml diff --git a/intents/artifactories/facets.yaml b/intents/artifactories/facets.yaml new file mode 100644 index 000000000..e7fb093e2 --- /dev/null +++ b/intents/artifactories/facets.yaml @@ -0,0 +1,4 @@ +name: artifactories +type: default +displayName: Artifactories +description: Provides an Artifactories resource for creating Container Registry secrets within the cluster. diff --git a/outputs/artifactories/output.facets.yaml b/outputs/artifactories/output.facets.yaml new file mode 100644 index 000000000..17e486d1f --- /dev/null +++ b/outputs/artifactories/output.facets.yaml @@ -0,0 +1,16 @@ +name: artifactories +out: + type: object + title: Artifactories + description: Artifactories Attributes + properties: + attributes: + registry_secrets_list: + required: true + type: array + description: The List of Container Registry k8s secrets + registry_secret_objects: + required: true + type: object + description: "The Map of Container Registry k8s secrets. Eg: {: [{\"name\": \"\"}]}" + interfaces: From ef10bdc7001ce2c4923b86a8b2ff33b49cb43572 Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan Date: Fri, 7 Mar 2025 14:49:58 +0530 Subject: [PATCH 40/54] adding back removed artifactory changes --- intents/artifactories/facets.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/intents/artifactories/facets.yaml b/intents/artifactories/facets.yaml index e7fb093e2..0b97d8541 100644 --- a/intents/artifactories/facets.yaml +++ b/intents/artifactories/facets.yaml @@ -2,3 +2,6 @@ name: artifactories type: default displayName: Artifactories description: Provides an Artifactories resource for creating Container Registry secrets within the cluster. +outputs: + - name: default + type: "@output/artifactories" From b224af729558ddd7e2ce255f87edb640e469defa Mon Sep 17 00:00:00 2001 From: ishaankalra Date: Mon, 10 Mar 2025 12:42:32 +0530 Subject: [PATCH 41/54] innersourcing sync with master --- .github/workflows/cleanup.yml | 2 +- .github/workflows/innersourcing/cleanup.py | 2 +- .../innersourcing/validate-bootstrapper.py | 49 ----------- .github/workflows/validate-bootstrapper.yml | 2 +- .github/workflows/zip_modules.py | 84 ------------------- 5 files changed, 3 insertions(+), 136 deletions(-) delete mode 100644 .github/workflows/innersourcing/validate-bootstrapper.py delete mode 100644 .github/workflows/zip_modules.py diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index a33054f13..d16c93efb 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -34,4 +34,4 @@ jobs: set -o pipefail export GITHUB_REF_NAME="${{ github.event_name == 'workflow_dispatch' && github.ref_name || github.event.pull_request.head.ref }}" echo "Exporting GITHUB_REF_NAME: $GITHUB_REF_NAME" - python3 .github/workflows/innersourcing/cleanup.py + python3 .github/workflows/innersourcing/cleanup.py \ No newline at end of file diff --git a/.github/workflows/innersourcing/cleanup.py b/.github/workflows/innersourcing/cleanup.py index 746bbb87c..970e41a03 100644 --- a/.github/workflows/innersourcing/cleanup.py +++ b/.github/workflows/innersourcing/cleanup.py @@ -66,4 +66,4 @@ def delete(url, username, password): if ref == feature_branch_name and stage == "PREVIEW": module_id = module.get('id', '') delete(cp_url + f'/cc-ui/v1/modules/{module_id}', username, token) - print(f"Deleted module with ID: {module_id} Intent: {intent} Flavor: {flavor} Version: {version} from control plane {cp_url}") + print(f"Deleted module with ID: {module_id} Intent: {intent} Flavor: {flavor} Version: {version} from control plane {cp_url}") \ No newline at end of file diff --git a/.github/workflows/innersourcing/validate-bootstrapper.py b/.github/workflows/innersourcing/validate-bootstrapper.py deleted file mode 100644 index 36aba026c..000000000 --- a/.github/workflows/innersourcing/validate-bootstrapper.py +++ /dev/null @@ -1,49 +0,0 @@ -import requests -import os -from requests.auth import HTTPBasicAuth - -# Configuration -url = "https://root.console.facets.cloud/cc-ui/v1/modules/bootstrap" - -def post(url, username, password, payload): - """Makes a POST API call and returns the response data or prints an error if the response is non-200.""" - try: - response = requests.post(url, auth=HTTPBasicAuth(username, password), json=payload) - - # Check if the response status code is not 200 - if response.status_code != 200: - print(f"Error: Received status code {response.status_code}.") - print("Response message:", response.text) # Print the error message from the response - return None - - return response.json() - except requests.exceptions.RequestException as e: - print(f"Error during API call: {e}") - return None - -def check_for_errors(data): - """Checks for errors in the data and prints the full response body if errors exist.""" - error_found = False - for key, value in data.items(): - if isinstance(value, list) and value: - print("Errors found in bootstrap modules:") - print(data) # Print the full response body - error_found = True - break # Break the loop after printing the response - - if not error_found: - print("No errors found.") - -if __name__ == "__main__": - # Take username and password from environment variables - USERNAME = os.getenv('ROOT_USER') # Get the username from environment variable - PASSWORD = os.getenv('ROOT_TOKEN') # Get the password from environment variable - - # Define the payload you want to send with the POST request - payload = { - # Add your key-value pairs here as needed for the API - } - - data = post(url, USERNAME, PASSWORD, payload) - if data: - check_for_errors(data) diff --git a/.github/workflows/validate-bootstrapper.yml b/.github/workflows/validate-bootstrapper.yml index 7520e5e6b..27144e861 100644 --- a/.github/workflows/validate-bootstrapper.yml +++ b/.github/workflows/validate-bootstrapper.yml @@ -48,4 +48,4 @@ jobs: env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }} - name: Exiting with error - run: exit 1 + run: exit 1 \ No newline at end of file diff --git a/.github/workflows/zip_modules.py b/.github/workflows/zip_modules.py deleted file mode 100644 index a96c67c47..000000000 --- a/.github/workflows/zip_modules.py +++ /dev/null @@ -1,84 +0,0 @@ -import json -import os -import zipfile -import yaml -import boto3 -from boto3.session import Session -from concurrent.futures import ThreadPoolExecutor, as_completed - -# Load index.json file -with open('index.json') as f: - data = json.load(f) - -# Create a root zips directory -zip_root_dir = 'zips' -os.makedirs(zip_root_dir, exist_ok=True) - -def upload_to_s3(file_path, s3_client, bucket_name, s3_key): - s3_client.upload_file(file_path, bucket_name, s3_key) - -# Create a boto3 S3 client using environment variables for credentials -session = Session( - aws_access_key_id=os.environ.get('AWS_ACCESS_KEY_ID'), - aws_secret_access_key=os.environ.get('AWS_SECRET_ACCESS_KEY') -) -s3_client = session.client('s3') - -# Initialize a ThreadPoolExecutor for concurrent uploads -with ThreadPoolExecutor() as executor: - # This will hold all future upload tasks - upload_futures = [] - - # Go through each entry in the JSON data - for entry in data: - relative_path = entry['relativePath'] - - # Check if there are any .tf or .tf.json files in the relative path - terraform_files = [file for file in os.listdir(relative_path) if file.endswith('.tf') or file.endswith('.tf.json')] - - if terraform_files: - # Construct the path to facets.yaml - facets_yaml_path = os.path.join(relative_path, 'facets.yaml') - - # Check if facets.yaml exists - if os.path.exists(facets_yaml_path): - # Load facets.yaml file - with open(facets_yaml_path) as yaml_file: - facets_data = yaml.safe_load(yaml_file) - - # Extract intent, flavor, and version - intent = facets_data.get('intent') - flavor = facets_data.get('flavor') - version = facets_data.get('version') - - # Check if all required fields are present - if intent and flavor and version: - print(f"Zipping intent {intent} flavor {flavor} version {version}") - # Create the target zip file path - zip_dir_path = os.path.join(zip_root_dir, intent, flavor, version) - os.makedirs(zip_dir_path, exist_ok=True) - - # Create zip file name - zip_file_name = os.path.join(zip_dir_path, 'module.zip') - - # Create the zip file - with zipfile.ZipFile(zip_file_name, 'w') as zipf: - # Walk through the directory and add files - for root, _, files in os.walk(relative_path): - for file in files: - file_path = os.path.join(root, file) - # Write the file into the zip, preserving the original structure - zipf.write(file_path, os.path.relpath(file_path, os.path.dirname(relative_path))) - - # Prepare to upload the zip file to S3 - s3_key = os.path.relpath(zip_file_name, zip_root_dir) # Path within the S3 bucket - print(f"Uploading {s3_key}") - - # Fire a thread to upload the zip file to S3 - upload_future = executor.submit(upload_to_s3, zip_file_name, s3_client, s3_bucket_name, s3_key) - - upload_futures.append(upload_future) - - # Wait for all upload tasks to complete - for future in as_completed(upload_futures): - future.result() # This will raise any exceptions that occurred during the upload From cb95d50ada673a5b7ba7e4d8415103f048336dc6 Mon Sep 17 00:00:00 2001 From: ShrinidhiFCTS23 <117271152+ShrinidhiFCTS23@users.noreply.github.com> Date: Tue, 29 Apr 2025 18:39:25 +0530 Subject: [PATCH 42/54] added outputs for vpc (#333) * added outputs for vpc * fixed outputs --- intents/network/facets.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/intents/network/facets.yaml b/intents/network/facets.yaml index 81f749c14..50da4b0b5 100644 --- a/intents/network/facets.yaml +++ b/intents/network/facets.yaml @@ -1,4 +1,15 @@ name: network type: Networking displayName: Network -description: A collection of connected devices which provides medium to share resources within. \ No newline at end of file +description: A collection of connected devices which provides medium to share resources within. +outputs: + - name: attributes.vpc_id + title: "VPC Id" + type: "@output/aws_vpc" + - name: attributes.cidr_block + title: "CIDR Block" + type: "@output/aws_vpc" + - name: attributes.azs + title: "azs" + type: "@output/aws_vpc" + From 8e5c1ac5cf0470e2b39627bbd7e395b7ee2c7fcc Mon Sep 17 00:00:00 2001 From: ShrinidhiFCTS23 <117271152+ShrinidhiFCTS23@users.noreply.github.com> Date: Wed, 30 Apr 2025 13:01:35 +0530 Subject: [PATCH 43/54] removed outputs from intent/network (#334) * removed outputs from intent/network * added default outputs from intent/network --- intents/network/facets.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/intents/network/facets.yaml b/intents/network/facets.yaml index 50da4b0b5..84f5145a5 100644 --- a/intents/network/facets.yaml +++ b/intents/network/facets.yaml @@ -3,13 +3,6 @@ type: Networking displayName: Network description: A collection of connected devices which provides medium to share resources within. outputs: - - name: attributes.vpc_id - title: "VPC Id" - type: "@output/aws_vpc" - - name: attributes.cidr_block - title: "CIDR Block" - type: "@output/aws_vpc" - - name: attributes.azs - title: "azs" + - name: default type: "@output/aws_vpc" From 7d29a543e571ff1da83d977fa53303db55a717aa Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Fri, 16 May 2025 14:42:18 +0530 Subject: [PATCH 44/54] Revert "removed outputs from intent/network (#334)" (#348) This reverts commit 46e158b556408a596b7c1b1e02f060a2d9f1d244. --- intents/network/facets.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/intents/network/facets.yaml b/intents/network/facets.yaml index 84f5145a5..50da4b0b5 100644 --- a/intents/network/facets.yaml +++ b/intents/network/facets.yaml @@ -3,6 +3,13 @@ type: Networking displayName: Network description: A collection of connected devices which provides medium to share resources within. outputs: - - name: default + - name: attributes.vpc_id + title: "VPC Id" + type: "@output/aws_vpc" + - name: attributes.cidr_block + title: "CIDR Block" + type: "@output/aws_vpc" + - name: attributes.azs + title: "azs" type: "@output/aws_vpc" From f9e2b6bd38770f3cb0c388c43705dbb5c929a596 Mon Sep 17 00:00:00 2001 From: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Date: Fri, 16 May 2025 14:42:56 +0530 Subject: [PATCH 45/54] Revert "added outputs for vpc (#333)" (#349) This reverts commit 509287b6240439b92c67a543af27711c3c755e46. --- intents/network/facets.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/intents/network/facets.yaml b/intents/network/facets.yaml index 50da4b0b5..81f749c14 100644 --- a/intents/network/facets.yaml +++ b/intents/network/facets.yaml @@ -1,15 +1,4 @@ name: network type: Networking displayName: Network -description: A collection of connected devices which provides medium to share resources within. -outputs: - - name: attributes.vpc_id - title: "VPC Id" - type: "@output/aws_vpc" - - name: attributes.cidr_block - title: "CIDR Block" - type: "@output/aws_vpc" - - name: attributes.azs - title: "azs" - type: "@output/aws_vpc" - +description: A collection of connected devices which provides medium to share resources within. \ No newline at end of file From d785313cb64422979e25846e1f5c2d07fb1a968c Mon Sep 17 00:00:00 2001 From: ShrinidhiFCTS23 <117271152+ShrinidhiFCTS23@users.noreply.github.com> Date: Wed, 21 May 2025 11:59:23 +0530 Subject: [PATCH 46/54] Network inputs (#351) * if price is 0, exclude from dataset (#174) * if price is 0, exclude from dataset * removed .DS_Store * added generated files * removed incorrect files (#176) * Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. * if price is 0, exclude from dataset (#174) * if price is 0, exclude from dataset * removed .DS_Store * added generated files * removed incorrect files (#176) * [S73] Feature: Per-Instance Artifactories Module (#210) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. * [S73] Feature: Per-Instance Artifactories Module (#215) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * added intent level output * Artifactories Terraform Module (#228) * added artifactories module * updates to vault module * removed facets yaml outputs * added gitignore files * Cleaned up ignored files * Cleaned up ignored files * Cleaned up ignored files * added artifactories module * updated to vault facets.yaml * terraform fmt * deleted zip_modules.py * updated module source * updated to work with github app (cherry picked from commit 122c9dc28b355bfe612e98f026decf2195beb507) * Innersourcing workflows (#230) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch * Innersourcing workflows update (#231) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch * Add dependency installation step to publish workflow. * added support for optional variable branch * added support for install dependencies * Add S3 bucket name to zip_modules.py. * updated workflow and create a new directory to zip modules * updated workflow and create a new directory to zip modules * updated workflow and create a new directory to zip modules * Update requirements.txt to include only necessary external dependencies. * posting success message to slack channel * removed the development branch support * changes * changes * deleted zip modules previous file * Update publish workflow to use S3_BUCKET_NAME from workflow variable. * Update zip_modules.py to use S3 bucket name from environment variable. * if price is 0, exclude from dataset (#174) * if price is 0, exclude from dataset * removed .DS_Store * added generated files * removed incorrect files (#176) * Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. * [S73] Feature: Per-Instance Artifactories Module (#215) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * added intent level output * Artifactories Terraform Module (#228) * added artifactories module * updates to vault module * removed facets yaml outputs * added gitignore files * Cleaned up ignored files * Cleaned up ignored files * Cleaned up ignored files * added artifactories module * updated to vault facets.yaml * terraform fmt * deleted zip_modules.py * updated module source * Innersourcing workflows (#230) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch * Innersourcing workflows update (#231) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch * Add dependency installation step to publish workflow. * added support for optional variable branch * added support for install dependencies * Add S3 bucket name to zip_modules.py. * updated workflow and create a new directory to zip modules * updated workflow and create a new directory to zip modules * updated workflow and create a new directory to zip modules * Update requirements.txt to include only necessary external dependencies. * posting success message to slack channel * removed the development branch support * changes * changes * deleted zip modules previous file * Update publish workflow to use S3_BUCKET_NAME from workflow variable. * Update zip_modules.py to use S3 bucket name from environment variable. * added github workflows for validate bootrapper (#245) * Validate bootstraper (#246) * added github workflows for validate bootrapper * added step for trigger validate-bootstrapper in publish.yml * changed the trigger name * using workflow_runs * using workflow_runs conclusion * Github actions fixes (#249) * github actions fixes * changed the env variable name * Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. * [S73] Feature: Per-Instance Artifactories Module (#210) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. * [S73] Feature: Per-Instance Artifactories Module (#215) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * added intent level output * Validate bootstraper (#246) * added github workflows for validate bootrapper * added step for trigger validate-bootstrapper in publish.yml * changed the trigger name * using workflow_runs * sync with innersourcing * Config modules for db users (#255) * [S73] Feature: Per-Instance Artifactories Module (#210) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. * [S73] Feature: Per-Instance Artifactories Module (#210) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. * feat: Add ecs_service intent for managing containers in Amazon ECS * [S73] Feature: Per-Instance Artifactories Module (#215) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * added intent level output * add database operator as per instance module * add database operator as necessary input for postgres user * add crossplane as per instance module * add crossplane as necessary input in mysql user * update the regex for crossplane * add mongodb auth operator as per instance module * add mongodb auth operator as necessary input in mongo user * update description * update output string * add database operator intent in index.json * update sample * update sample * update description mongo user * formatting changes * move values to spec and use facets as default namespace * fix display name and description in mongo user * added back inputs --------- Co-authored-by: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Co-authored-by: rohit (aider) Co-authored-by: pramodh-ayyappan * Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. * [S73] Feature: Per-Instance Artifactories Module (#210) * Added artifactories facets modules * added schema * updated spec * changed type to string * updated to null * introduced indentation * updated spec * updated spec to have include_all false as default * updated type from bool to boolean * Revert "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit a6777ed38ae92ffe1e98c09a6f097410634c104d. * Innersourcing workflows (#230) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch * Innersourcing workflows update (#231) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch * Add dependency installation step to publish workflow. * added support for optional variable branch * added support for install dependencies * Add S3 bucket name to zip_modules.py. * updated workflow and create a new directory to zip modules * updated workflow and create a new directory to zip modules * updated workflow and create a new directory to zip modules * Update requirements.txt to include only necessary external dependencies. * posting success message to slack channel * removed the development branch support * changes * changes * deleted zip modules previous file * Update publish workflow to use S3_BUCKET_NAME from workflow variable. * Update zip_modules.py to use S3 bucket name from environment variable. * Innersourcing workflows (#230) * added zip modules py * updated the print statement * modified the print message in zip_modules.py * Implement concurrent zipping and uploading to S3 in zip_modules.py * Update publish workflow to run on custom runner and assume dependencies are installed. * Move zip_modules.py to workflows folder. * removed comments * added support for optional variable branch * added github workflows for validate bootrapper (#245) * Github actions fixes (#249) * github actions fixes * changed the env variable name * Reapply "[S73] Feature: Per-Instance Artifactories Module (#210)" (#214) This reverts commit 9dbcda0e3b625fbb1408a655f4e690959ed3c609. * adding back removed artifactory changes * added back artifactories inputs * innersourcing sync with master * added outputs for vpc (#333) * added outputs for vpc * fixed outputs * removed outputs from intent/network (#334) * removed outputs from intent/network * added default outputs from intent/network * Revert "removed outputs from intent/network (#334)" (#348) This reverts commit 46e158b556408a596b7c1b1e02f060a2d9f1d244. * Revert "added outputs for vpc (#333)" (#349) This reverts commit 509287b6240439b92c67a543af27711c3c755e46. * added added outputs for network * added outputs to network module --------- Co-authored-by: Shashwat Pathak Co-authored-by: pramodh-ayyappan <108784231+pramodh-ayyappan@users.noreply.github.com> Co-authored-by: Ishaan Kalra <108509616+ishaankalra@users.noreply.github.com> Co-authored-by: ishaankalra Co-authored-by: Sanmesh Kakade Co-authored-by: rohit (aider) Co-authored-by: pramodh-ayyappan --- modules/network/aws_vpc/0.1/facets.yaml | 6 +++--- modules/network/azure_vpc/0.1/facets.yaml | 6 +++--- modules/network/gcp_vpc/0.1/facets.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/network/aws_vpc/0.1/facets.yaml b/modules/network/aws_vpc/0.1/facets.yaml index cc0d1f08b..47fdca9f2 100644 --- a/modules/network/aws_vpc/0.1/facets.yaml +++ b/modules/network/aws_vpc/0.1/facets.yaml @@ -3,10 +3,10 @@ flavor: aws_vpc version: "0.1" description: Adds network - aws vpc flavor clouds: -- aws + - aws outputs: - default: - type: "@outputs/aws_vpc" + - name: default + type: "@output/aws_vpc" spec: title: network description: Specification of the network for aws vpc flavor diff --git a/modules/network/azure_vpc/0.1/facets.yaml b/modules/network/azure_vpc/0.1/facets.yaml index 5e830da66..98af409e8 100644 --- a/modules/network/azure_vpc/0.1/facets.yaml +++ b/modules/network/azure_vpc/0.1/facets.yaml @@ -3,10 +3,10 @@ flavor: azure_vpc version: "0.1" description: Adds network - azure vpc flavor clouds: -- azure + - azure outputs: - default: - type: "@outputs/azure_vpc" + - name: default + type: "@output/azure_vpc" spec: title: network description: Specification of the network for azure vpc flavor diff --git a/modules/network/gcp_vpc/0.1/facets.yaml b/modules/network/gcp_vpc/0.1/facets.yaml index 94bb71042..e9d3f5ca0 100644 --- a/modules/network/gcp_vpc/0.1/facets.yaml +++ b/modules/network/gcp_vpc/0.1/facets.yaml @@ -3,10 +3,10 @@ flavor: gcp_vpc version: "0.1" description: Adds network - gcp vpc flavor clouds: -- gcp + - gcp outputs: - default: - type: "@outputs/gcp_vpc" + - name: default + type: "@output/gcp_vpc" spec: title: network description: Specification of the network for gcp vpc flavor From d0bd4a9e892113025a673349fe9b7a9990e4bee1 Mon Sep 17 00:00:00 2001 From: Anuj Hydrabadi <129152617+anujhydrabadi@users.noreply.github.com> Date: Thu, 22 May 2025 14:26:10 +0530 Subject: [PATCH 47/54] Standardize spec for json schema (#361) * Add missing pattern properties * x-ui-override-disable and items of type string on all array types * Fix misc problems --- modules/network/aws_vpc/0.1/facets.yaml | 6 +++--- modules/network/azure_vpc/0.1/facets.yaml | 6 +++--- modules/network/gcp_vpc/0.1/facets.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/network/aws_vpc/0.1/facets.yaml b/modules/network/aws_vpc/0.1/facets.yaml index 47fdca9f2..cc0d1f08b 100644 --- a/modules/network/aws_vpc/0.1/facets.yaml +++ b/modules/network/aws_vpc/0.1/facets.yaml @@ -3,10 +3,10 @@ flavor: aws_vpc version: "0.1" description: Adds network - aws vpc flavor clouds: - - aws +- aws outputs: - - name: default - type: "@output/aws_vpc" + default: + type: "@outputs/aws_vpc" spec: title: network description: Specification of the network for aws vpc flavor diff --git a/modules/network/azure_vpc/0.1/facets.yaml b/modules/network/azure_vpc/0.1/facets.yaml index 98af409e8..5e830da66 100644 --- a/modules/network/azure_vpc/0.1/facets.yaml +++ b/modules/network/azure_vpc/0.1/facets.yaml @@ -3,10 +3,10 @@ flavor: azure_vpc version: "0.1" description: Adds network - azure vpc flavor clouds: - - azure +- azure outputs: - - name: default - type: "@output/azure_vpc" + default: + type: "@outputs/azure_vpc" spec: title: network description: Specification of the network for azure vpc flavor diff --git a/modules/network/gcp_vpc/0.1/facets.yaml b/modules/network/gcp_vpc/0.1/facets.yaml index e9d3f5ca0..94bb71042 100644 --- a/modules/network/gcp_vpc/0.1/facets.yaml +++ b/modules/network/gcp_vpc/0.1/facets.yaml @@ -3,10 +3,10 @@ flavor: gcp_vpc version: "0.1" description: Adds network - gcp vpc flavor clouds: - - gcp +- gcp outputs: - - name: default - type: "@output/gcp_vpc" + default: + type: "@outputs/gcp_vpc" spec: title: network description: Specification of the network for gcp vpc flavor From 53a539a5a8bcbee69ec68ac532b973c0ca1b0ee4 Mon Sep 17 00:00:00 2001 From: Shashwat Pathak Date: Wed, 4 Jun 2025 12:30:51 +0530 Subject: [PATCH 48/54] added form support for json data --- modules/config_map/k8s/0.2/facets.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/config_map/k8s/0.2/facets.yaml b/modules/config_map/k8s/0.2/facets.yaml index bfdbff906..6dae03418 100644 --- a/modules/config_map/k8s/0.2/facets.yaml +++ b/modules/config_map/k8s/0.2/facets.yaml @@ -17,6 +17,11 @@ spec: key: value (provide a space after ':' as expected in the YAML format)" x-ui-yaml-editor: true x-ui-placeholder: "Enter the value of the config. Eg. key: config_value" + json_data: + title: Json Data`1` + type: object + description: "Enter a valid data for config-map in JSON format" + x-ui-textarea: true sample: $schema: >- https://facets-cloud.github.io/facets-schemas/schemas/config_map/config_map.schema.json From d87a6a89b71ef2d0e0fe0deee103f8e712188605 Mon Sep 17 00:00:00 2001 From: Shashwat Pathak Date: Wed, 4 Jun 2025 12:33:43 +0530 Subject: [PATCH 49/54] fix in cm02 --- modules/config_map/k8s/0.2/facets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config_map/k8s/0.2/facets.yaml b/modules/config_map/k8s/0.2/facets.yaml index 6dae03418..59939df88 100644 --- a/modules/config_map/k8s/0.2/facets.yaml +++ b/modules/config_map/k8s/0.2/facets.yaml @@ -18,7 +18,7 @@ spec: x-ui-yaml-editor: true x-ui-placeholder: "Enter the value of the config. Eg. key: config_value" json_data: - title: Json Data`1` + title: Json Data type: object description: "Enter a valid data for config-map in JSON format" x-ui-textarea: true From a8bb3b8d3a08deeb7f2cec94414d567081ab1ae1 Mon Sep 17 00:00:00 2001 From: Shashwat Pathak Date: Wed, 4 Jun 2025 12:47:58 +0530 Subject: [PATCH 50/54] Revert "fix in cm02" This reverts commit d13f789679d25b89f390a42bd3497704f5482a73. --- modules/config_map/k8s/0.2/facets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config_map/k8s/0.2/facets.yaml b/modules/config_map/k8s/0.2/facets.yaml index 59939df88..6dae03418 100644 --- a/modules/config_map/k8s/0.2/facets.yaml +++ b/modules/config_map/k8s/0.2/facets.yaml @@ -18,7 +18,7 @@ spec: x-ui-yaml-editor: true x-ui-placeholder: "Enter the value of the config. Eg. key: config_value" json_data: - title: Json Data + title: Json Data`1` type: object description: "Enter a valid data for config-map in JSON format" x-ui-textarea: true From d55bec15b2c23ee9271effa1a222740aeaebb8ae Mon Sep 17 00:00:00 2001 From: Shashwat Pathak Date: Wed, 4 Jun 2025 12:48:10 +0530 Subject: [PATCH 51/54] Revert "added form support for json data" This reverts commit 2bff9988bbbc1f389a5204911a8ad4f0624bb661. --- modules/config_map/k8s/0.2/facets.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/config_map/k8s/0.2/facets.yaml b/modules/config_map/k8s/0.2/facets.yaml index 6dae03418..bfdbff906 100644 --- a/modules/config_map/k8s/0.2/facets.yaml +++ b/modules/config_map/k8s/0.2/facets.yaml @@ -17,11 +17,6 @@ spec: key: value (provide a space after ':' as expected in the YAML format)" x-ui-yaml-editor: true x-ui-placeholder: "Enter the value of the config. Eg. key: config_value" - json_data: - title: Json Data`1` - type: object - description: "Enter a valid data for config-map in JSON format" - x-ui-textarea: true sample: $schema: >- https://facets-cloud.github.io/facets-schemas/schemas/config_map/config_map.schema.json From 1f4eba715356769efb261e9d251352bbb0798c54 Mon Sep 17 00:00:00 2001 From: mbhandari31 <162995672+mbhandari31@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:53:08 +0530 Subject: [PATCH 52/54] Remove default from namespace (release failure bug fix) --- modules/cassandra/k8s/0.1/facets.yaml | 1 - modules/elasticsearch/k8s/0.2/facets.yaml | 1 - modules/kafka/k8s/0.3/facets.yaml | 1 - modules/mongo/k8s/0.3/facets.yaml | 1 - modules/mysql/k8s/0.2/facets.yaml | 1 - modules/mysql/web_ui/0.1/facets.yaml | 1 - modules/postgres/k8s/0.1/facets.yaml | 1 - modules/rabbitmq/k8s/0.1/facets.yaml | 1 - modules/redis/k8s/0.1/facets.yaml | 1 - modules/service/cronjob/0.1/facets.yaml | 1 - modules/service/deployment/0.1/facets.yaml | 1 - modules/service/job/0.1/facets.yaml | 1 - modules/service/statefulset/0.1/facets.yaml | 1 - 13 files changed, 13 deletions(-) diff --git a/modules/cassandra/k8s/0.1/facets.yaml b/modules/cassandra/k8s/0.1/facets.yaml index 2f405cbb3..942eea7d6 100644 --- a/modules/cassandra/k8s/0.1/facets.yaml +++ b/modules/cassandra/k8s/0.1/facets.yaml @@ -15,7 +15,6 @@ metadata: type: string title: Namespace description: Namespace in which Cassandra should be deployed - default: default spec: title: K8s Cassandra type: object diff --git a/modules/elasticsearch/k8s/0.2/facets.yaml b/modules/elasticsearch/k8s/0.2/facets.yaml index 019610c9b..4e4bd2e9b 100644 --- a/modules/elasticsearch/k8s/0.2/facets.yaml +++ b/modules/elasticsearch/k8s/0.2/facets.yaml @@ -15,7 +15,6 @@ metadata: type: string title: Namespace description: Namespace in which Elasticsearch should be deployed - default: default spec: title: K8s elasticsearch type: object diff --git a/modules/kafka/k8s/0.3/facets.yaml b/modules/kafka/k8s/0.3/facets.yaml index f6f13d00b..c3c1ec390 100644 --- a/modules/kafka/k8s/0.3/facets.yaml +++ b/modules/kafka/k8s/0.3/facets.yaml @@ -15,7 +15,6 @@ metadata: type: string title: Namespace description: Namespace in which kafka should be deployed - default: default spec: title: Kafka Spec type: object diff --git a/modules/mongo/k8s/0.3/facets.yaml b/modules/mongo/k8s/0.3/facets.yaml index 960d45a89..4a23df565 100644 --- a/modules/mongo/k8s/0.3/facets.yaml +++ b/modules/mongo/k8s/0.3/facets.yaml @@ -15,7 +15,6 @@ metadata: type: string title: Namespace description: Namespace in which Mongo should be deployed - default: default spec: title: K8s type: object diff --git a/modules/mysql/k8s/0.2/facets.yaml b/modules/mysql/k8s/0.2/facets.yaml index d936dece5..1ed4a6f09 100644 --- a/modules/mysql/k8s/0.2/facets.yaml +++ b/modules/mysql/k8s/0.2/facets.yaml @@ -15,7 +15,6 @@ metadata: type: string title: Namespace description: Namespace in which Mysql should be deployed - default: default spec: title: K8s type: object diff --git a/modules/mysql/web_ui/0.1/facets.yaml b/modules/mysql/web_ui/0.1/facets.yaml index 979fdaec0..c29961381 100644 --- a/modules/mysql/web_ui/0.1/facets.yaml +++ b/modules/mysql/web_ui/0.1/facets.yaml @@ -19,7 +19,6 @@ metadata: type: string title: Namespace description: Namespace in which UI should be deployed - default: default spec: title: Mysql Web Ui type: object diff --git a/modules/postgres/k8s/0.1/facets.yaml b/modules/postgres/k8s/0.1/facets.yaml index e4705bc00..92b8b7926 100644 --- a/modules/postgres/k8s/0.1/facets.yaml +++ b/modules/postgres/k8s/0.1/facets.yaml @@ -15,7 +15,6 @@ metadata: type: string title: Namespace description: Namespace in which Mongo should be deployed - default: default spec: title: K8s type: object diff --git a/modules/rabbitmq/k8s/0.1/facets.yaml b/modules/rabbitmq/k8s/0.1/facets.yaml index a712af02d..0b944c876 100644 --- a/modules/rabbitmq/k8s/0.1/facets.yaml +++ b/modules/rabbitmq/k8s/0.1/facets.yaml @@ -15,7 +15,6 @@ metadata: type: string title: Namespace description: Namespace in which Mongo should be deployed - default: default spec: title: K8s rabbitmq type: object diff --git a/modules/redis/k8s/0.1/facets.yaml b/modules/redis/k8s/0.1/facets.yaml index 91229579e..42f01f144 100644 --- a/modules/redis/k8s/0.1/facets.yaml +++ b/modules/redis/k8s/0.1/facets.yaml @@ -15,7 +15,6 @@ metadata: type: string title: Namespace description: Namespace in which Mongo should be deployed - default: default spec: title: K8s type: object diff --git a/modules/service/cronjob/0.1/facets.yaml b/modules/service/cronjob/0.1/facets.yaml index e19091131..283006be1 100644 --- a/modules/service/cronjob/0.1/facets.yaml +++ b/modules/service/cronjob/0.1/facets.yaml @@ -19,7 +19,6 @@ metadata: type: string title: Namespace description: Namespace in which cronjob should be deployed - default: default spec: title: Cronjob flavor of service type: object diff --git a/modules/service/deployment/0.1/facets.yaml b/modules/service/deployment/0.1/facets.yaml index b3157c530..4b07d26ef 100644 --- a/modules/service/deployment/0.1/facets.yaml +++ b/modules/service/deployment/0.1/facets.yaml @@ -20,7 +20,6 @@ metadata: type: string title: Namespace description: Namespace in which deployment should be deployed - default: default spec: title: K8s flavor of service type: object diff --git a/modules/service/job/0.1/facets.yaml b/modules/service/job/0.1/facets.yaml index 5d058661c..5febd0455 100644 --- a/modules/service/job/0.1/facets.yaml +++ b/modules/service/job/0.1/facets.yaml @@ -19,7 +19,6 @@ metadata: type: string title: Namespace description: Namespace in which job should be deployed - default: default spec: title: K8s flavor of service type: object diff --git a/modules/service/statefulset/0.1/facets.yaml b/modules/service/statefulset/0.1/facets.yaml index 13cd47434..b012b6e65 100644 --- a/modules/service/statefulset/0.1/facets.yaml +++ b/modules/service/statefulset/0.1/facets.yaml @@ -19,7 +19,6 @@ metadata: type: string title: Namespace description: Namespace in which statefulset should be deployed - default: default spec: title: K8s flavor of service type: object From bcaedcd805ebab8b1f695ef53a7edfc4bf9dbb0f Mon Sep 17 00:00:00 2001 From: Shashwat Pathak Date: Tue, 10 Sep 2024 17:33:37 +0530 Subject: [PATCH 53/54] added indexes From cac33eb4b60370354cbed561f76444d34de16db7 Mon Sep 17 00:00:00 2001 From: ShrinidhiFCTS23 Date: Tue, 3 Jun 2025 12:10:35 +0530 Subject: [PATCH 54/54] removed alias-flavor for cluster, network and account --- modules/cloud_account/aws/0.1/facets.yaml | 1 - modules/cloud_account/azure/0.1/facets.yaml | 1 - modules/cloud_account/gcp/0.1/facets.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/modules/cloud_account/aws/0.1/facets.yaml b/modules/cloud_account/aws/0.1/facets.yaml index b2f86edf7..fa21029fa 100644 --- a/modules/cloud_account/aws/0.1/facets.yaml +++ b/modules/cloud_account/aws/0.1/facets.yaml @@ -1,5 +1,4 @@ intent: "cloud_account" -alias-flavors: ["default"] flavor: aws lifecycle: ENVIRONMENT version: "0.1" diff --git a/modules/cloud_account/azure/0.1/facets.yaml b/modules/cloud_account/azure/0.1/facets.yaml index 1fbfc89f1..00d12ffb7 100644 --- a/modules/cloud_account/azure/0.1/facets.yaml +++ b/modules/cloud_account/azure/0.1/facets.yaml @@ -1,5 +1,4 @@ intent: "cloud_account" -alias-flavors: [ "default" ] flavor: azure lifecycle: ENVIRONMENT version: "0.1" diff --git a/modules/cloud_account/gcp/0.1/facets.yaml b/modules/cloud_account/gcp/0.1/facets.yaml index 179f97ce6..ce771031c 100644 --- a/modules/cloud_account/gcp/0.1/facets.yaml +++ b/modules/cloud_account/gcp/0.1/facets.yaml @@ -1,5 +1,4 @@ intent: "cloud_account" -alias-flavors: ["default"] flavor: gcp lifecycle: ENVIRONMENT version: "0.1"